Releases: kentcdodds/mdx-bundler
Releases · kentcdodds/mdx-bundler
v3.3.0
3.3.0 (2021-04-27)
Features
v3.2.1
3.2.1 (2021-04-13)
Bug Fixes
- build: rename file so it can be required (#23) (efc9e5c), closes #22
v3.2.0
3.2.0 (2021-04-13)
Features
v3.1.3
3.1.3 (2021-04-08)
Bug Fixes
- update to esbuild 0.10.0 and xdm 1.6.0, fix tests not running (ee6c8d9)
v3.1.2
3.1.2 (2021-03-16)
Bug Fixes
- TS: improve typescript types for MDX component (89399a8)
v3.1.1
3.1.1 (2021-03-14)
Bug Fixes
- TS: add
components
to the client props (#12) (75aec43)
v3.1.0
3.1.0 (2021-03-13)
Features
v3.0.0
3.0.0 (2021-03-13)
Features
BREAKING CHANGES
- We've switched from @mdx-js/js to xdm which has more features, fewer bugs, and requires no runtime! We've also moved to an
xdmOptions
function to customize all the options for compilation rather than simply accepting a remarkPlugins
option. Check the docs for the latest way to configure things. This is hopefully the last breaking change and we'll enter a pretty stable state from here on out.
v2.0.0
2.0.0 (2021-03-11)
Features
BREAKING CHANGES
- Rollup has been swapped with esbuild and several options have changed as a result. All old primary capabilities are preserved and it's MUCH faster now. Please see the docs for the new API.
v1.1.3
1.1.3 (2021-02-17)
Bug Fixes
- ditch dynamic requires in favor of passing the plugin (52eeea5)