Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to dev, this PR will be updated.
Releases
fumadocs-twoslash@3.0.0
Major Changes
Patch Changes
fumadocs-ui@15.0.0
Major Changes
a84f37a: Migrate to Tailwind CSS v4
migrate:
Follow https://tailwindcss.com/blog/tailwindcss-v4 for official migrate guide of Tailwind CSS v4.
Fumadocs UI v15 redesigned the Tailwind CSS config to fully adhere the new config style, no JavaScript and options needed for plugins.
Add the following to your CSS file:
The
fumadocs-ui/css/preset.css
import is required, it declares necessary plugins & styles for Fumadocs UI, andfumadocs-ui/css/neutral.css
defines the color palette of UI.Like the previous
preset
option in Tailwind CSS plugin, you can import other color presets likefumadocs-ui/css/vitepress.css
.You should also pay attention to
@source
, the file paths are relative to the CSS file itself. For your project, it might not be../node_modules/fumadocs-ui/dist/**/*.js
.Patch Changes
fumadocs-core@15.0.0
Minor Changes
581f4a5: Support code block tabs without hardcoding
<Tabs />
itemsmigrate: Use the
remarkCodeTab
plugin.before:
after:
Patch Changes
remarkAdmonition
missing some types from Docusaurusmeta.json
fumadocs-openapi@5.12.0
Minor Changes
useScalar
optionPatch Changes
@fumadocs/content-collections@1.1.7
Patch Changes
create-fumadocs-app@15.0.0
Patch Changes
fumadocs-mdx@11.3.2
Patch Changes
@fumadocs/mdx-remote@1.1.3
Patch Changes