fumadocs-core 15.8.0
Minor Changes
-
d1ae3e8: Move
SortedResultand other search-related types tofumadocs-core/searchThis also exposed the search result highlighter API, you may now use it for highlighting results of your own search integration
Old export will be kept until the next major release.
-
51268ec: Breadcrumbs API: default
includePagetofalse.
Patch Changes
- 655bb46: [Internal]
parseCodeBlockAttributesinclude null values, restrictrehype-codeto only parsetitleandtabattributes. - 6548a59: Support breadcrumbs for Search API
- 51268ec: Breadcrumbs API: Fix root folders being filtered when
includeRootis set totrue.