Skip to content

Releases: brillout/vite-plugin-mdx

v3.6.1

07 Oct 09:02
8e96785
Compare
Choose a tag to compare

What's Changed

New Contributors

v3.6.0

24 Jul 14:33
12760eb
Compare
Choose a tag to compare

So far our peerDependencies made it seem like we're actively supporting all versions of Vite and MDX, so in this release we're locking down the supported versions of MDX and Vite to manage expectations of this plugin, because we're not actively maintaining it.

You may be able to get it working with MDX v2 and Vite v3+, but this change is intended to communicate that for up-to-date support we're recommending MDX's official Rollup plugin, @mdx-js/rollup instead of this Vite plugin, for the time being.

v3.5.0

10 Apr 20:11
Compare
Choose a tag to compare
  • feat: add withImports higher-order plugin (#25)

v3.4.0

09 Apr 15:04
Compare
Choose a tag to compare
  • Support pre-built transclusion of other .mdx/.md files (#22)