fix(deps): update dependency fumadocs-ui to v15.7.5 #244
+83
−7
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 contains the following updates:
15.6.12
->15.7.5
Release Notes
fuma-nama/fumadocs (fumadocs-ui)
v15.7.5
Compare Source
Patch Changes
cedc494
: Hotfix URL normalization logicv15.7.4
Compare Source
v15.7.3
Compare Source
Patch Changes
6d97379
: unify remark nodes parsing & improve typese776ee5
: FixlangAlias
not being passed to Shiki rehype pluginv15.7.2
Compare Source
Patch Changes
88b5a4e
: Fix duplicate pages in page tree when referencing subpage in meta.json and using...
or adding the subfolder again039b24b
: Fix failed to update page tree fromloader()
08eee2b
: [remark-npm
] Enablenpm install
prefix fallback only on old aliasv15.7.1
Compare Source
Patch Changes
195b090
: Support a list ofsource
forloader()
APIe1c84a2
: SupportfallbackLanguage
forloader()
i18n APIv15.7.0
Compare Source
Minor Changes
514052e
: Include locale code intopage.path
Previously when i18n is enabled,
page.path
is not equal to the virtual file paths you passed intoloader()
:This can be confusing, the only solution to obtain the original path was
page.absolutePath
.From now, the
page.path
will also include the locale code:While this change doesn't affect intended API usages, it may lead to minor bugs when advanced usage/hacks involved around
page.path
.e785f98
: Introduce page treefallback
APIPage tree is a tree structure.
Previously, when an item is excluded from page tree, it is isolated entirely that you cannot display it at all.
With the new fallback API, isolated pages will go into
fallback
page tree instead:Items in
fallback
are invisible unless you've opened its item.0531bf4
: Introduce page tree transformer APIYou can now define page tree transformer.
50eb07f
: Support type-safe i18n configAlthough optional, we highly recommend you to refactor the import to i18n middleware:
Patch Changes
e254c65
: Simplify Source API storage managementec75601
: SupportReactNode
for icons in page tree67df155
:createFromSource
support asyncbuildIndex
and Fumadocs MDX Async Modeb109d06
: RedesignuseShiki
&<DynamicCodeBlock />
to use React 19 hooksConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.