Major Changes
-
071898d: Remove deprecated usage of
Files
componentWhy: Since
8.3.0
, you should use theFolder
component instead for folders. For simplicity, thetitle
prop has been renamed toname
.Migrate: Replace folders with the
Folder
component. Renametitle
prop toname
.- <Files> - <File title="folder"> - <File title="file.txt" /> - </File> - </Files> + <Files> + <Folder name="folder"> + <File name="file.txt" /> + </Folder> + </Files>
-
2b35590: Remove controlled usage for Accordion
Why: Components in Fumadocs UI should not be used outside of MDX.
Migrate: Remove
value
andonValueChange
props.
Patch Changes
- fumadocs-core@9.0.0