chore(deps): update dependency @rspress/core to v2.0.15#215
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency @rspress/core to v2.0.15#215renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
|
🚀 Preview Environment Ready!
Details:
|
c6ebacb to
3a37b6d
Compare
c5a1668 to
0af33d6
Compare
a609059 to
7d5e8fa
Compare
7d5e8fa to
6b95e6b
Compare
ee6dfe1 to
7fff8b0
Compare
7fff8b0 to
3cfa2a1
Compare
d257f3e to
02d49ad
Compare
02d49ad to
a651d58
Compare
efdeb76 to
f81d416
Compare
60d2196 to
81992d9
Compare
81992d9 to
d56e04b
Compare
cbf4565 to
7c33e4a
Compare
7c33e4a to
6b8bf34
Compare
0e655f7 to
54ff1e2
Compare
54ff1e2 to
433b7aa
Compare
433b7aa to
b6e1d48
Compare
b6e1d48 to
2979d3b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
2.0.1→2.0.15Release Notes
web-infra-dev/rspress (@rspress/core)
v2.0.15Compare Source
Highlights
🌙
themeConfig.darkModesupports default and forced valuesYou can now set the default or forced theme behavior directly via
themeConfig.darkMode, instead of relying onwindow.RSPRESS_THEME. It accepts values like'dark','light','auto','force-dark', and'force-light'.🔗 Markdown anchor link validation
Rspress now validates internal heading hash links during builds. Enable
markdown.link.checkAnchorsto catch broken anchors in same-page, relative, and absolute Markdown/MDX links.What's Changed
New Features 🎉
themeConfig.darkModeset default values by @SoonIter in #3473Performance 🚀
Bug Fixes 🐞
__ReplaceElements" by @SoonIter in #3468--rp-c-linkand nav gap by @SoonIter in #3474Refactor 🔨
useLayoutEffectin useNavTransparent for performance🛠️ by @sanjaiyan-dev in #3475Document 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rspress@v2.0.14...v2.0.15
v2.0.14Compare Source
What's Changed
New Features 🎉
?rawquery imports by @SoonIter in #3434Performance 🚀
Bug Fixes 🐞
react-domreactpeerDependencies and optimize Search component preconnect ⚡ by @sanjaiyan-dev in #3413MDXto oneOfmdxandmdx-rawby @SoonIter in #3436Document 📖
Other Changes
3cbb846by @renovate[bot] in #3428New Contributors
Full Changelog: web-infra-dev/rspress@v2.0.13...v2.0.14
v2.0.13Compare Source
What's Changed
🐛 Bug Fixes
🛠 Refactors
📦 Chores & Dependencies
a3cd90cby @renovate[bot] in #3414Full Changelog: web-infra-dev/rspress@v2.0.12...v2.0.13
v2.0.12Compare Source
What's Changed
New Features 🎉
create-rstackand add Rslint choice by @elecmonkey in #3386Bug Fixes 🐞
remarkImagelint compatibility with plain markdown files by @JounQin in #3388Document 📖
Other Changes
ca8d345by @renovate[bot] in #3400v2.0.11Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Other Changes
remarkImagefor reusing likeremarkLinkby @JounQin in #3353New Contributors
Full Changelog: web-infra-dev/rspress@v2.0.10...v2.0.11
v2.0.10Compare Source
Highlights✨
Rspack 2.0 & Rsbuild 2.0 integrated 🦀
Rspress v2.0.10 upgrades Rsbuild to 2.0.0, which means Rspress is now powered by the stable Rspack 2.0 toolchain. This keeps Rspress aligned with the latest Rstack ecosystem and brings the compiler improvements from Rspack 2.0 to every Rspress site.
New
Promptcomponent 🤖Rspress now provides a built-in
Promptcomponent from@rspress/core/theme, designed for AI-native documentation.It helps authors present reusable, copyable agent instructions directly in MDX, with theme-ready styling and flexible custom content support.
What's Changed
New Features 🎉
sidebar: falseandsidebar: placeholdermode by @SoonIter in #3331Bug Fixes 🐞
Document 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rspress@v2.0.9...v2.0.10
v2.0.9Compare Source
What's Changed
New Features 🎉
Performance 🚀
lodash-esvia shared to reduce install size by @SoonIter in #3292cacchokidarpicocolorsto reduce install size by @SoonIter in #3293github-sluggerto reduce install size by @SoonIter in #3298gray-matterto reduce install size and deps complexity by @SoonIter in #3297Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rspress@v2.0.8...v2.0.9
v2.0.8Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes
pnpm-plugin-skillsandrspress-custom-themeskill by @SoonIter in #3269Full Changelog: web-infra-dev/rspress@v2.0.7...v2.0.8
v2.0.7Compare Source
Highlights ✨
📦 Code Block Fold
You can now use
```tsx foldto make long code blocks collapsed by default, allowing readers to expand them on demand. The code block will be collapsed to a default height of 300px with an expand button at the bottom. You can also customize the collapsed height via theheightattribute.🤖
rspress-custom-themeSkill for AIAdded the
rspress-custom-themeskill to the AI guide page. This skill helps AI tools understand how to customize Rspress themes, making it easier to build custom theme components with AI assistance.One prompt → a complete themed docs site & custom home pages ✨
RspressV2Promo.mp4
rspress-custom-theme skill👇
🔗https://github.com/rstackjs/agent-skills#rspress-custom-theme
🔗 https://rspress.rs/guide/start/ai
Here are the two themes generated 👇
🖤 rspress-theme-clarity: http://github.com/SoonIter/rspress-theme-clarity
🔶 rspress-theme-noir: https://github.com/SoonIter/rspress-theme-noir
What's Changed
New Features 🎉
```tsx toggle(#2968) by @AmazingRain in #3241transformhook for atom/rss/json by @Copilot in #3238Bug Fixes 🐞
text-autospacein<code>,<kbd>, and<samp>by @tats-u in #3254Document 📖
rspress-custom-themeskill to AI guide page by @SoonIter in #3253Other Changes
toggleattribute tofoldand className--code-wrap->--wrap-codeby @SoonIter in #3251New Contributors
Full Changelog: web-infra-dev/rspress@v2.0.6...v2.0.7
v2.0.6Compare Source
What's Changed
New Features 🎉
process.versions.pnpby @stormslowly in #3224Bug Fixes 🐞
llms.txtordering respects_meta.jsonby @Timeless0911 in #3218Document 📖
markdown.extractDescriptionbehavior and description acquisition by @SoonIter in #3213feed.testusage example by @Copilot in #3239Other Changes
Full Changelog: web-infra-dev/rspress@v2.0.5...v2.0.6
v2.0.5Compare Source
Highlights ✨
🌏 CJK-Friendly Emphasis
Thanks to @tats-u for integrating his remark-cjk-friendly and remark-cjk-friendly-gfm-strikethrough remark plugins into Rspress as a built-in feature.
CommonMark/GFM has a spec-level issue: bold and emphasis break near CJK characters in certain cases. These remark plugins fix the parsing to handle CJK punctuation correctly.
Enabled by default. Opt out with
markdown.cjkFriendlyEmphasis = false.Source:
This should render as bold, but most Markdown renderers outputs raw ** markers.
✅: 中文文本(带括号)。 这句子继续也没问题。
❌: **中文文本(带括号)。**这句子继续也没问题。
What's Changed
New Features 🎉
markdown.cjkFriendlyEmphasisby @tatshttps://github.com/web-infra-dev/rspress/pull/3201l/3201Bug Fixes 🐞
Document 📖
Other Changes
Configuration
📅 Schedule: (in timezone America/New_York)
* 0-3 * * 1)🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.