Skip to content

Releases: kentcdodds/mdx-bundler

v3.2.1

13 Apr 21:32
efc9e5c
Compare
Choose a tag to compare

3.2.1 (2021-04-13)

Bug Fixes

  • build: rename file so it can be required (#23) (efc9e5c), closes #22

v3.2.0

13 Apr 14:15
a1b34f1
Compare
Choose a tag to compare

3.2.0 (2021-04-13)

Features

v3.1.3

08 Apr 14:48
5fe9485
Compare
Choose a tag to compare

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

16 Mar 01:29
Compare
Choose a tag to compare

3.1.2 (2021-03-16)

Bug Fixes

  • TS: improve typescript types for MDX component (89399a8)

v3.1.1

14 Mar 17:17
ad0bdd6
Compare
Choose a tag to compare

3.1.1 (2021-03-14)

Bug Fixes

  • TS: add components to the client props (#12) (75aec43)

v3.1.0

13 Mar 23:13
Compare
Choose a tag to compare

3.1.0 (2021-03-13)

Features

v3.0.0

13 Mar 22:57
fc29bc5
Compare
Choose a tag to compare

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

11 Mar 14:24
01149e9
Compare
Choose a tag to compare

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

17 Feb 20:33
Compare
Choose a tag to compare

1.1.3 (2021-02-17)

Bug Fixes

  • ditch dynamic requires in favor of passing the plugin (52eeea5)

v1.1.2

17 Feb 20:26
Compare
Choose a tag to compare

1.1.2 (2021-02-17)

Bug Fixes

  • add required dep on @babel/core (6345c58)