You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SSG-MD now supports custom llms.txt rendering through llms.llmsTxt, including asynchronous renderers and navigation-ordered page sections. The new themeConfig.llmsUI.injectLlmsHint option controls a hidden HTML hint that points LLMs to llms.txt, llms-full.txt, and the current page's Markdown version.
🌍 Better Multilingual SEO
Rspress now adds reciprocal rel="alternate" and hreflang links for translations that actually exist, with generated URLs respecting base, siteOrigin, and route.cleanUrls.
⚡ Faster Route Hydration
Each generated page now preloads its current async route chunk, starting the download before the client runtime begins hydration and removing an extra network waterfall. Preload URLs support base, CDN asset prefixes, and assetPrefix: 'auto'.
What's Changed
New Features 🎉
feat(plugin-algolia): Integrate startTransition for navigation and refactor preconnect logic 🔍 by @sanjaiyan-dev in #3508
feat(plugin-algolia): Add Tamil (தமிழ்) translations for Algolia search interface 📜 by @sanjaiyan-dev in #3509
feat(SEO/i18n): add alternate links for multilingual pages by @SoonIter in #3524
feat(ssg-md): support custom llms.txt rendering by @SoonIter in #3527
feat(theme/Llms): add injectLlmsHint option to guide LLMs to Markdown by @SoonIter in #3526
Performance 🚀
perf(runtime): preload current route chunks with link tag by @SoonIter in #3518
Bug Fixes 🐞
fix(theme/Nav): add :hover as onMouseEnter fallback before hydration by @SoonIter in #3515
fix(create-rspress): preserve skill names in prompts by @SoonIter in #3522
fix(theme/HomeFeature): fix shine not rotating with card causing gap by @HenryZ119 in #3511
fix(theme/Llms): hide "Open in chat" row when no chat-openable option… by @cloudmoonocus in #3517
fix(create-rspress): add TypeScript dependency to templates by @SoonIter in #3525
fix(theme/Llms): align view options behavior by @SoonIter in #3523
Refactor 🔨
refactor(create-rspress): improve custom theme home gradient by @SoonIter in #3519
Other Changes
chore(deps): update all patch dependencies by @renovate[bot] in #3513
🌙 themeConfig.darkMode supports default and forced values
You can now set the default or forced theme behavior directly via themeConfig.darkMode, instead of relying on window.RSPRESS_THEME. It accepts values like 'dark', 'light', 'auto', 'force-dark', and 'force-light'.
Rspress now validates internal heading hash links during builds. Enable markdown.link.checkAnchors to catch broken anchors in same-page, relative, and absolute Markdown/MDX links.
Rstest remembers how each test file did last run, and uses it two ways.
Failures come back first — no flag needed. Previously failed files now run first, so a broken test shows up at the start instead of the end. Slowest files go out first too, trimming wall-clock time on CI where workers are scarce.
Or skip the passing files with --onlyFailures. When one change breaks several files, -f runs only what failed, so each fix-and-verify round stays short. Once nothing is failing, the next -f goes back to the full suite instead of running nothing.
npx rstest -f
# onlyFailures: running 2 of 14 test files (12 deselected).
getRstestConfig gives an Rsbuild plugin the resolved config for the environment it's building — the project's settings merged with run-level ones like pool, reporters, and shard. Useful for tailoring plugin behavior per project.
This release adds @rstest/playwright, providing Playwright-style browser automation fixtures such as browser, context, page, request, and serve, plus Playwright-style async assertions integrated with Rstest expect.
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
any of the package files in this branch needs updating, or
the branch becomes conflicted, or
you click the rebase/retry checkbox if found above, or
you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: yarn.lock
➤ YN0000: · Yarn 4.17.1
➤ YN0000: ┌ Resolution step
➤ YN0016: │ @rspress/core@npm:2.0.18: All versions satisfying "2.0.18" are quarantined
➤ YN0000: └ Completed in 1s 192ms
➤ YN0000: · Failed with errors in 1s 202ms
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
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:
0.1.0→1.0.0^1.5.2→^2.0.0^1.0.4→^2.0.02.0.12→2.0.182.0.12→2.0.182.0.12→2.0.182.0.12→2.0.18^0.10.0→^0.11.0^0.10.0→^0.11.0v6.0.2→v7.0.0v6.4.0→v7.0.0v6→v7^14.0.3→^15.0.0^5.0.2→^6.0.024.15.0→24.18.0^6.0.3→^7.0.0^6.0.3→^7.0.0^0.2.6→^0.3.04.15.0→4.17.1Release Notes
web-infra-dev/rsbuild (@rsbuild/plugin-sass)
v2.0.1Compare Source
New features
Document
v2.0.0Compare Source
Breaking changes
Other changes
v1.5.3Compare Source
Bug fixes
Other changes
rstackjs/rsbuild-plugin-yaml (@rsbuild/plugin-yaml)
v2.0.0Compare Source
This package is now a pure ESM package.
What's Changed
df4cb1cby @renovate[bot] in #62New Contributors
Full Changelog: rstackjs/rsbuild-plugin-yaml@v1.0.5...v2.0.0
v1.0.5Compare Source
What's Changed
339a818by @renovate[bot] in #3348b55a0by @renovate[bot] in #43Full Changelog: rstackjs/rsbuild-plugin-yaml@v1.0.4...v1.0.5
web-infra-dev/rspress (@rspress/core)
v2.0.18Highlights
🤖 More Flexible LLM-ready Documentation
SSG-MD now supports custom
llms.txtrendering throughllms.llmsTxt, including asynchronous renderers and navigation-ordered page sections. The newthemeConfig.llmsUI.injectLlmsHintoption controls a hidden HTML hint that points LLMs tollms.txt,llms-full.txt, and the current page's Markdown version.🌍 Better Multilingual SEO
Rspress now adds reciprocal
rel="alternate"andhreflanglinks for translations that actually exist, with generated URLs respectingbase,siteOrigin, androute.cleanUrls.⚡ Faster Route Hydration
Each generated page now preloads its current async route chunk, starting the download before the client runtime begins hydration and removing an extra network waterfall. Preload URLs support
base, CDN asset prefixes, andassetPrefix: 'auto'.What's Changed
New Features 🎉
startTransitionfor navigation and refactorpreconnectlogic 🔍 by @sanjaiyan-dev in #3508Performance 🚀
Bug Fixes 🐞
Refactor 🔨
Other Changes
New Contributors
Full Changelog: web-infra-dev/rspress@v2.0.17...v2.0.18
v2.0.17Compare Source
What's Changed
New Features 🎉
route.useTransitionsto opt-out startTransition navigation by @sanjaiyan-dev in #3479route.prefetchLinkby @SoonIter in #3506Bug Fixes 🐞
startTransitionin async behaviour 🔧 by @sanjaiyan-dev in #3503Other Changes
New Contributors
Full Changelog: web-infra-dev/rspress@v2.0.16...v2.0.17
v2.0.16Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Refactor 🔨
awaitnavigate and opt-in to routeruseTransition🧭 by @sanjaiyan-dev in #3476Document 📖
rspress-plugin-vizcommunity plugin by @elecmonkey in #3480Other Changes
New Contributors
Full Changelog: web-infra-dev/rspress@v2.0.15...v2.0.16
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
web-infra-dev/rstest (@rstest/core)
v0.11.2Compare Source
Highlights
Your last run now makes the next one faster
Rstest remembers how each test file did last run, and uses it two ways.
Failures come back first — no flag needed. Previously failed files now run first, so a broken test shows up at the start instead of the end. Slowest files go out first too, trimming wall-clock time on CI where workers are scarce.
Or skip the passing files with
--onlyFailures. When one change breaks several files,-fruns only what failed, so each fix-and-verify round stays short. Once nothing is failing, the next-fgoes back to the full suite instead of running nothing.npx rstest -f # onlyFailures: running 2 of 14 test files (12 deselected).See onlyFailures for details.
Rsbuild plugins can now read your Rstest config
getRstestConfiggives an Rsbuild plugin the resolved config for the environment it's building — the project's settings merged with run-level ones likepool,reporters, andshard. Useful for tailoring plugin behavior per project.See Read Rstest config in Rsbuild plugins for details.
What's Changed
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Refactor 🔨
Document 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rstest@v0.11.1...v0.11.2
v0.11.1Compare Source
Highlights
New Playwright integration package
This release adds
@rstest/playwright, providing Playwright-style browser automation fixtures such asbrowser,context,page,request, andserve, plus Playwright-style async assertions integrated with Rstestexpect.