github fuma-nama/fumadocs fumadocs-openapi@4.0.0

latest releases: fumadocs-core@15.7.12, fumadocs-openapi@9.3.9, create-fumadocs-app@15.7.12...
14 months ago

Major Changes

  • ad143e1: Move UI implementation from fumadocs-ui to fumadocs-openapi.

    why: Allow a better organization of packages.

    migrate:

    This package is now Tailwind CSS only, you need to use it in conjunction with the official Tailwind CSS plugin.

    Add the package to content under your Tailwind CSS configuration.

    import { createPreset, presets } from 'fumadocs-ui/tailwind-plugin';
    
    /** @type {import('tailwindcss').Config} */
    export default {
      content: [
        './node_modules/fumadocs-ui/dist/**/*.js',
        './node_modules/fumadocs-openapi/dist/**/*.js',
      ],
      presets: [createPreset()],
    };

    Re-generate MDX files if needed.

Minor Changes

  • ad143e1: Implement OpenAPI playground
  • ad143e1: Support passing base url to Root component

Patch Changes

  • ad143e1: Combine allOf into one object schema
  • Updated dependencies [b9fa99d]
  • Updated dependencies [a4bcaa7]
  • Updated dependencies [d1c7405]
    • fumadocs-ui@12.5.0

Don't miss a new fumadocs release

NewReleases is sending notifications on new releases.