fumadocs-mdx 13.0.0
Major Changes
-
8d0c164: Move
createMDXSourceandresolveFilesfromfumadocs-mdxtofumadocs-mdx/runtime/next -
3caa5cd: Vite: move
source.generated.tsto.source/index.tsWhy:
- with Fumadocs MDX Plugins, we want to unify the output directory across Vite & Next.js.
source.generated.tslooks ugly compared by.source.
Migrate:
- run dev server/typegen to generate a
.sourcefolder. - import it over the original
source.generated.ts. - note that both docs and
create-fumadocs-appare updated to.sourcefolder.
Minor Changes
-
29ce826: Support JSON Schema plugin (
fumadocs-mdx/plugins/json-schema) -
3caa5cd: Support Plugins API
Fumadocs MDX is mostly a bundler plugin meant to be used with tools like Vite and Turbopack.
With Fumadocs MDX Plugins, you can extend Fumadocs MDX without worrying the underlying bundler. It is designed for:
- Generate files from config (e.g. types, index files, JSON schemas)
- Modify received config
Patch Changes
- 81fa875: Fix
includeProcessedMarkdowncannot stringify MDX nodes - 575cfb8: Include unravel plugin into
remark-includeparsing step, this ensures the parsed results are consistent with normal MDX.js processor output. - 1f1c787: Add
useContentAPI to client loader for avoiding Lint errors - 9051574: Support
postprocess.includeMDASToption - a5df956: Support
runtime: bunandruntime: nodein Vite index file generation - 5210f18: Support Fumadocs 16 in
peerDependencies. - Updated dependencies [230c6bf]
- Updated dependencies [851897c]
- Updated dependencies [4049ccc]
- Updated dependencies [429c41a]
- Updated dependencies [5210f18]
- Updated dependencies [cbc93e9]
- Updated dependencies [42f09c3]
- Updated dependencies [55afd8a]
- Updated dependencies [5210f18]
- fumadocs-core@16.0.0
- @fumadocs/mdx-remote@1.4.3