Skip to content

Releases: fuma-nama/fumadocs

fumadocs-ui@13.4.3

02 Sep 10:17
9fb0aec
Compare
Choose a tag to compare

Patch Changes

  • fumadocs-core@13.4.3

fumadocs-ui@13.4.2

02 Sep 09:18
a3a4d44
Compare
Choose a tag to compare

Patch Changes

fumadocs-typescript@2.1.0

02 Sep 09:18
a3a4d44
Compare
Choose a tag to compare

Minor Changes

  • 3a2c837: Disable cache on program-level

Patch Changes

fumadocs-twoslash@1.1.3

02 Sep 09:18
a3a4d44
Compare
Choose a tag to compare

Patch Changes

fumadocs-openapi@5.4.7

02 Sep 10:17
9fb0aec
Compare
Choose a tag to compare

Patch Changes

  • fumadocs-core@13.4.3
  • fumadocs-ui@13.4.3

fumadocs-openapi@5.4.6

02 Sep 09:18
a3a4d44
Compare
Choose a tag to compare

Patch Changes

  • 0cff470: Enable group id on tabs by default
  • 0c251e5: Bump deps
  • Updated dependencies [7dabbc1]
  • Updated dependencies [0c251e5]
  • Updated dependencies [3b56170]
  • Updated dependencies [0c251e5]
  • Updated dependencies [0c251e5]
    • fumadocs-core@13.4.2
    • fumadocs-ui@13.4.2

fumadocs-mdx@10.0.0

02 Sep 09:18
a3a4d44
Compare
Choose a tag to compare

Major Changes

  • ed83d01: Support declarative collections

    why: This allows Fumadocs MDX to be more flexible.

    migrate:

    You don't need exports anymore, properties are merged into one object by default.

    - page.data.exports.toc
    + page.data.toc
    
    - page.data.exports.default
    + page.data.body

    A source.config.ts is now required.

    import { defineDocs, defineConfig } from 'fumadocs-mdx/config';
    
    export const { docs, meta } = defineDocs();
    
    export default defineConfig();

    The mdx-components.tsx file is no longer used, pass MDX components to body instead.

    Search indexes API is now replaced by Manifest API.

    Please refer to the docs for further details.

Patch Changes

fumadocs-docgen@1.2.0

02 Sep 09:17
a3a4d44
Compare
Choose a tag to compare

Minor Changes

Patch Changes

  • 0c251e5: Bump deps
  • Updated dependencies [0c251e5]
  • Updated dependencies [3a2c837]
    • fumadocs-typescript@2.1.0

fumadocs-core@13.4.3

02 Sep 10:17
9fb0aec
Compare
Choose a tag to compare
fumadocs-core@13.4.3

fumadocs-core@13.4.2

02 Sep 09:17
a3a4d44
Compare
Choose a tag to compare

Patch Changes

  • 7dabbc1: Remark Image: Support relative imports
  • 0c251e5: Bump deps
  • 3b56170: Support to enable experiment Shiki JS engine