Releases: kentcdodds/mdx-bundler
Releases · kentcdodds/mdx-bundler
v10.0.3
v10.0.2
v10.0.1
v10.0.0
10.0.0 (2023-11-14)
Features
BREAKING CHANGES
- Require Node 18 or greater
- This will require the latest of all unified related
deps. Additionally, it appears remark-mdx-frontmatter no longer parses
dates (part of me thinks it never did actually). That's why you'll
notice the tests got changed. As I said I don't think this ever actually
did parse dates so we're probably fine there.
v9.2.1
v9.2.0
v9.1.0
v9.0.1
v9.0.0
9.0.0 (2022-04-01)
Features
BREAKING CHANGES
- We now use
@mdx-js/esbuild
instead ofxdm
andxdmOptions
has been renamed tomdxOptions
Co-authored-by: Kent C. Dodds [email protected]