Skip to content

Releases: kentcdodds/mdx-bundler

v3.4.0

29 Apr 13:23
3d2a5a5

Choose a tag to compare

3.4.0 (2021-04-29)

Features

v3.3.1

28 Apr 12:51
7b8e546

Choose a tag to compare

3.3.1 (2021-04-28)

Bug Fixes

  • with cwd the fake entry point can't exist (#33) (7b8e546)

v3.3.0

27 Apr 22:21
1065373

Choose a tag to compare

3.3.0 (2021-04-27)

Features

  • allow files to be loaded directly (#29) (1065373)

v3.2.1

13 Apr 21:32
efc9e5c

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

Choose a tag to compare

3.2.0 (2021-04-13)

Features

v3.1.3

08 Apr 14:48
5fe9485

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

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

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

Choose a tag to compare

3.1.0 (2021-03-13)

Features

v3.0.0

13 Mar 22:57
fc29bc5

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.