chore(deps): update dependency @rspress/plugin-preview to v2.0.7#218
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): update dependency @rspress/plugin-preview to v2.0.7#218renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
|
🚀 Preview Environment Ready!
Details:
|
3514b88 to
cbe16b6
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.7Release Notes
web-infra-dev/rspress (@rspress/plugin-preview)
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
New Contributors
Full Changelog: web-infra-dev/rspress@v2.0.4...v2.0.5
v2.0.4Compare Source
What's Changed
New Features 🎉
search.versionedto true by @SoonIter in #3150lineNumbers=falseandwrapCode=falsein meta by @SoonIter in #3166Bug Fixes 🐞
features.iconpaths in multi-version + i18n by @Copilot in #3168index.mdat the top by @SoonIter in #3171Document 📖
eject-onlytag totheme-onlyby @SoonIter in #3169Other Changes
sharppackage by @tats-u in #3130New Contributors
Full Changelog: web-infra-dev/rspress@v2.0.3...v2.0.4
v2.0.3Compare Source
What's Changed
New Features 🎉
og:descriptionset automatically by @Karibash in #3115Bug Fixes 🐞
Document 📖
Other Changes
de0fac2by @renovate[bot] in #3112New Contributors
Full Changelog: web-infra-dev/rspress@v2.0.2...v2.0.3
v2.0.2Compare Source
What's Changed
Bug Fixes 🐞
Document 📖
Other Changes
New Contributors ❤
hugely thanks ❤
Full Changelog: web-infra-dev/rspress@v2.0.1...v2.0.2
Configuration
📅 Schedule: Branch creation - Every hour, between 12:00 AM and 03:00 AM, only on Monday ( 0 0-3 * * 1 ) in timezone America/New_York, Automerge - At any time (no schedule defined).
🚦 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.