chore(deps): update dependency @rspress/plugin-client-redirects to v2.0.0-rc.2 #1217
No reviewers
Labels
No labels
Bug
Cherry-picking
Database
Dependencies
Dependencies/Renovate
Difficulty
Easy
Difficulty
Hard
Difficulty
Medium
Documentation
Enhancement
Good first issue
Help wanted
Inherited
Matrix/Administration
Matrix/Appservices
Matrix/Auth
Matrix/Client
Matrix/Core
Matrix/Federation
Matrix/Hydra
Matrix/MSC
Matrix/Media
Meta
Meta/CI
Meta/Packaging
Priority
Blocking
Priority
High
Priority
Low
Security
Status/Blocked
Status
Confirmed
Status
Duplicate
Status
Invalid
Status
Needs Investigation
Support
To-Merge
Wont fix
old/ci/cd
old/rust
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
continuwuation/continuwuity!1217
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/rspress-plugin-client-redirects-2.x-lockfile"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
2.0.0-rc.1->2.0.0-rc.2Release Notes
web-infra-dev/rspress (@rspress/plugin-client-redirects)
v2.0.0-rc.2Compare Source
Breaking Changes🚨
themefolder should use@rspress/core/theme-originalIn Rspress V1 document,
@themeis the alias forrspress/theme, but@themeis an alias which points totheme/index.tsxand falls back torspress/theme.rspress/themeor@rspress/core/themepoints to Rspress'stheme-default, they are actually different things.We standardize this behavior, which is the same as docusaurus.
In
docsdirectory,@themeor@rspress/core/themeshould be used, which points totheme/index.tsxand falls back totheme-defaultIn
themedirectory ,@theme-originalor@rspress/core/theme-originalshould be used, which always points to Rspress'stheme-default, used for users to customize themes, which is very useful for users who publish npm theme packages.Merge
@theme-assetsto@themeBefore
We have a separate entry for exporting @theme-assets
After
@theme-assetshas been removed. Icons are exported from@themeand prefixed withIcon, for example:IconSearchRefactor
@rspress/plugin-previewand simplify usageBefore: Required declarations in both config file and MDX file.
After: Only declare in the MDX file.
What's Changed
New Features 🎉
tsx preview="iframe-fixed"and support hmr by @SoonIter in #2806<root>/prefix in remarkFileCodeBlock by @Copilot in #2665@rspress/core/theme-originalby @SoonIter in #2860Performance 🚀
Bug Fixes 🐞
onClickprop by @JounQin in #2811progressiveChunkSizechange by @SoonIter in #2831Document 📖
Other Changes
34e1148by @renovate[bot] in #2798redirect.dts.extensionto fix type issue by @Timeless0911 in #2814FallbackHeadingfor reusing by @JounQin in #2813New Contributors
Full Changelog: https://github.com/web-infra-dev/rspress/compare/v2.0.0-rc.1...v2.0.0-rc.2
Configuration
📅 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 has been generated by Renovate Bot.
f6df7ab472cd26694aafcd26694aafbc16e5706dView command line instructions
Checkout
From your project repository, check out a new branch and test the changes.