fumadocs-openapi 4.0.0
Major Changes
-
ad143e1: Move UI implementation from
fumadocs-uitofumadocs-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
contentunder 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
allOfinto one object schema - Updated dependencies [b9fa99d]
- Updated dependencies [a4bcaa7]
- Updated dependencies [d1c7405]
- fumadocs-ui@12.5.0