fumadocs-ui 9.0.0
Major Changes
-
071898da: Remove deprecated usage of
FilescomponentWhy: Since
8.3.0, you should use theFoldercomponent instead for folders. For simplicity, thetitleprop has been renamed toname.Migrate: Replace folders with the
Foldercomponent. Renametitleprop toname.- <Files> - <File title="folder"> - <File title="file.txt" /> - </File> - </Files> + <Files> + <Folder name="folder"> + <File name="file.txt" /> + </Folder> + </Files> -
2b355907: Remove controlled usage for Accordion
Why: Components in Fumadocs UI should not be used outside of MDX.
Migrate: Remove
valueandonValueChangeprops.
Patch Changes
- fumadocs-core@9.0.0