chore(deps): update dependency @rspress/plugin-client-redirects to v2.0.0-rc.1 #1197
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!1197
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-alpha.12->2.0.0-rc.1Release Notes
web-infra-dev/rspress (@rspress/plugin-client-redirects)
v2.0.0-rc.1Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Other Changes
Full Changelog: https://github.com/web-infra-dev/rspress/compare/v2.0.0-rc.0...v2.0.0-rc.1
v2.0.0-rc.0Compare Source
Highlights ✨
💄 Brand new theme
1. BEM classname 🕶
All built-in components now adopt BEM naming. This is a rather old-school choice, but a deliberate one based on user feedback.
Compared with Tailwind CSS, it allows you to flexibly adjust styles anywhere using standard CSS selectors, without restrictions.
For user-side customized doc components, you are free to choose any styling approach — including Tailwind CSS — without worrying about conflicts with Rspress’s default styles.
2. Built-in Default i18n Text 🌏
The new theme includes a set of default translation strings and supports "treeshaking" based on the languages configured in your project:
If your documentation includes only en and zh, only those languages will be bundled.
For languages not supported by Rspress, it automatically falls back to en.
In most cases, you barely need to configure any i18n text manually, which significantly improves usability. You only need to configure i18nSource in rspress.config.ts when a language is missing or when you want to override built-in texts.
In 2.0.0-rc.0, based on contributions from the community, Rspress now includes four built-in languages: zh, en, ja, and ko.
Welcome more contributors to help improve and expand the default language texts.
More info: https://github.com/web-infra-dev/rspress/discussions/1891#discussioncomment-14933678
3. More CSS Variables 💄
Rspress now exposes additional CSS variables covering theme colors, shiki, code blocks, the homepage, and more — greatly enhancing customization capabilities.
You can experiment with them interactively at https://v2.rspress.rs/ui/vars, preview the results in real time, and copy the variables directly into your project.
4.
rspress eject🆕rspress ejectis a brand-new CLI command that copies the source code of Rspress’s built-in components into your project’s theme/components directory.For example:
rspress eject DocFooterThis gives you the full source of the DocFooter component, enabling you to customize it freely, such as adding license information.
The
rspress ejectfeature is still in testing, and we’ll continue improving the documentation and providing more good customization examples.5. Improved Documentation Reading Experience 📖
Most colors and visual styles have been redesigned and refined by our designers, significantly enhancing the overall visual appeal and reading experience.
What's Changed
New Features 🎉
.rp-doc-outlinetorp-toc-includeby @SoonIter in #2656cacheoptions by @Timeless0911 in #2712config.i18nSourceand default i18n text and remove serveral i18nKeys in themeConfig by @SoonIter in #2738'''tsx lineNumbers wrapCodeby @Copilot in #2746rspress ejectCLI command for theme component customization by @Copilot in #2726Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes
@rspress/theme-defaultto@rspress/core/themeby @SoonIter in #2690New Contributors
Full Changelog: https://github.com/web-infra-dev/rspress/compare/v2.0.0-beta.35...v2.0.0-rc.0
v2.0.0-beta.35Compare Source
What's Changed
New Features 🎉
dlxtoPackageManagerTabsfornpxpnpm dlxetc by @Nsttt in #2623Bug Fixes 🐞
Document 📖
Other Changes
New Contributors
Full Changelog: https://github.com/web-infra-dev/rspress/compare/v2.0.0-beta.34...v2.0.0-beta.35
v2.0.0-beta.34Compare Source
Highlights ✨
💄 Upgrade to
docsearch@4within @rspress/plugin-algoliaThis will improve Rspress's UI, and you can use new docsearch features such as askAi.
ref: https://docsearch.algolia.com/docs/migrating-from-v3
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes
New Contributors
Full Changelog: https://github.com/web-infra-dev/rspress/compare/v2.0.0-beta.33...v2.0.0-beta.34
v2.0.0-beta.33Compare Source
Breaking Changes🚨
Make raw HTML in md styled
Rspress is now driven by CSS for style, ref: https://github.com/web-infra-dev/rspress/blob/main/packages/theme-default/src/styles/doc.scss
So you can:
<ul><li>this is a line</li></ul>, they will now be styled the same as* this is a lineconst { h1: H1 } = getCustomMdxComponents()to annotate styles.rp-not-docis all you neededWhat's Changed
New Features 🎉
.rp-not-docescape hatch (#2579) by @SoonIter in #2600Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: https://github.com/web-infra-dev/rspress/compare/v2.0.0-beta.32...v2.0.0-beta.33
v2.0.0-beta.32Compare Source
Highlights ✨
⚡️ Support _meta.json and _nav.json HMR
After a period of refactoring around virtual modules, Rspress now supports HMR for both *meta.json and *nav.json files.
This means you no longer need to restart the dev server when modifying _meta.json files, which will significantly improve your debugging speed for nav and sidebar configurations.
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes
New Contributors
Full Changelog: https://github.com/web-infra-dev/rspress/compare/v2.0.0-beta.31...v2.0.0-beta.32
v2.0.0-beta.31Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
color: inheritback by @SoonIter in #2546Document 📖
Other Changes
Full Changelog: https://github.com/web-infra-dev/rspress/compare/v2.0.0-beta.30...v2.0.0-beta.31
v2.0.0-beta.30Compare Source
Highlights ✨
🆕️ @rspress/plugin-twoslash
Thanks to Shiki's excellent Twoslash integration, we're excited to introduce
@rspress/plugin-twoslashin this milestone 2.0.0-beta.30 release! Now you can easily add rich type annotations to your code blocks using "```ts twoslash"Special thanks to Rspress contributor @Karibash for making this possible. Check out the @rspress/plugin-twoslash documentation to get started!
ref: https://v2.rspress.rs/plugin/official-plugins/twoslash
⚡️Enable Rspack native watcher by default and bump Rspack@1.5.2
Now Rspress has been upgraded to Rspack 1.5.2 and enable native watcher by default, it will have better HMR perf and lazy compilation perf.
ref: https://rspack.rs/blog/announcing-1-5#faster-file-system-watcher
What's Changed
New Features 🎉
Bug Fixes 🐞
http://a.com/base/andhttp://a.com/baseby @SoonIter in #2536Other Changes
New Contributors
Full Changelog: https://github.com/web-infra-dev/rspress/compare/v2.0.0-beta.29...v2.0.0-beta.30
v2.0.0-beta.29Compare Source
What's Changed
New Features 🎉
mdFiles.remarkPluginsby @SoonIter in #2516Bug Fixes 🐞
Document 📖
Other Changes
New Contributors
Full Changelog: https://github.com/web-infra-dev/rspress/compare/v2.0.0-beta.28...v2.0.0-beta.29
v2.0.0-beta.28Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: https://github.com/web-infra-dev/rspress/compare/v2.0.0-beta.27...v2.0.0-beta.28
v2.0.0-beta.27Compare Source
Highlights ✨
Add layer for base.css to support tailwind v4
What's Changed
New Features 🎉
Bug Fixes 🐞
usePageto replace deprecatedusePageDataby @JounQin in #2471Document 📖
Other Changes
Full Changelog: https://github.com/web-infra-dev/rspress/compare/v2.0.0-beta.26...v2.0.0-beta.27
v2.0.0-beta.26Compare Source
What's Changed
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: https://github.com/web-infra-dev/rspress/compare/v2.0.0-beta.25...v2.0.0-beta.26
v2.0.0-beta.25Compare Source
Highlights ✨
Enable trusted publishing for npm packages OIDC ♻️
ref: https://docs.npmjs.com/trusted-publishers
UI Display of plugin-llms update 🆕️
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes
New Contributors
Full Changelog: https://github.com/web-infra-dev/rspress/compare/v2.0.0-beta.24...v2.0.0-beta.25
v2.0.0-beta.24Compare Source
Highlights ✨
UI LlmsCopyButton of llms.txt 🤖
We hope that llms.txt will have a greater role in AI era. Thanks to fumadocs, it is inspired from fumadocs's docsite
ref: https://v2.rspress.rs/plugin/official-plugins/llms#2-ui-display
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: https://github.com/web-infra-dev/rspress/compare/v2.0.0-beta.23...v2.0.0-beta.24
v2.0.0-beta.23Compare Source
Breaking Changes 🚨
Enable
markdown.link.checkDeadLinksby defaultRspress V2 now re-implements the dead link check feature. More information is obtained during compilation, resulting in more accurate results and more beautiful logs.
Ref: https://v2.rspress.rs/guide/basic/use-mdx/link, https://v2.rspress.rs/zh/api/config/config-build#markdownlinkcheckdeadlinks
MDX fragments usage (ignore "_" prefix routes via
route.excludeConvention)In the docs directory, MDX fragments or React components need to be excluded from routing through the route.exclude configuration. For convenience, we agree that files starting with "_" will be excluded by default.
Ref: https://v2.rspress.rs/guide/basic/use-mdx/components
Highlights ✨
New plugin
@rspress/plugin-sitemap🗺️thanks to @jl917, he created rspress-plugin-sitemap during Rspress V1 for generating sitemap.
@rspress/plugin-sitemapis a forked version ofrspress-plugin-sitemapand it is compatible with Rspress V2. During Rspress V2, it will be maintained as an official Rspress plugin.Ref: https://v2.rspress.rs/plugin/official-plugins/sitemap
Documentation of Rspress V2 is happening📚
Most of the breaking changes in Rspress V2 have been completed, and we are now gradually enriching the documentation and standardizing various features provided to Rspress users such as links and mdx fragments usage
What's Changed
New Features 🎉
checkDeadLinksby default and addmarkdown.link.autoPrefixby @SoonIter in #2415Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: https://github.com/web-infra-dev/rspress/compare/v2.0.0-beta.22...v2.0.0-beta.23
v2.0.0-beta.22Compare Source
Breaking Changes 🚨
Merge
rspresspackage to@rspress/corepackageIt means
rspresspackage will be deprecated, please migrate the package name to the following package name.rspress=>@rspress/corerspress/config=>@rspress/corerspress/theme=>@rspress/core/themerspress/runtime=>@rspress/core/runtimerspress/shiki-transformers=>@rspress/core/shiki-transformersbefore
after
Migration Steps from V1
You can use the search and replace feature of the IDE to search for and replace the above package name.
Highlights ✨
ssg.experimentalWorkerbased on tinypool to speed up ssg processit is inspired by docusaurus 3.8, we introduced it so that large document sites (>=500 pages) can reduce memory usage and decrease SSG time.
What's Changed
New Features 🎉
ssg.experimentalExcludeRoutePathsby @SoonIter in #2405Performance 🚀
ssg.experimentalWorkerbased on tinypool to speed up ssg process by @SoonIter in #2394Bug Fixes 🐞
collapsibleandcollapsedlike"type": dirby @SoonIter in #2382rspresspackage,rspress=>@rspress/corerspress/theme=>@rspress/core/themerspress/runtime=>@rspress/core/runtimeby @SoonIter in #2386.length is not definedby @SoonIter in #2387_nav.jsonin template by @Timeless0911 in #2391namefield by @JounQin in #2403Other Changes
Full Changelog: https://github.com/web-infra-dev/rspress/compare/v2.0.0-beta.21...v2.0.0-beta.22
v2.0.0-beta.21Compare Source
Breaking Changes 🚨
🔥Remove
builderPlugins, migrate tobuilderConfig.pluginsWe can already configure Rsbuild in
builderConfig, there is another configuration that is confusing.https://github.com/web-infra-dev/rspress/discussions/1891#discussioncomment-13729235
Migration step:
Expose type
RspressPluginfrom"rspress/core"packgehttps://github.com/web-infra-dev/rspress/discussions/1891#discussioncomment-13762129
We do not want users to use our private package like
@rspress/shared, only"rspress": "2.0.0"package is all your neededbefore
after
For compatibility,
@rspress/sharedwill still exportRspressPlugintype, but usingrspress/coreand setting"rspress"as peerDependencies will make it less likely for your plugin to encounter type errors.For example:
FIle code block syntax support in core ```tsx file="./demo.tsx"
Users can import an external demo file as a code block.
As we support this feature in the core. This also means that the syntax external code blocks are used in
plugin-previewandplugin-playgroundwill change.before
only using together with
@rspress/plugin-previewand@rspress/plugin-playgroundafter
This syntax is supported in the core package.
What's Changed
New Features 🎉
pnpm install packageNametopnpm add packageNameon PackageManagerTabs by @Marukome0743 in #2364RspressPluginfrom "rspress/core", "@rspress/shared" which is a private package should not be installed by users by @SoonIter in #2360Bug Fixes 🐞
withBasefrom runtime by @jbroma in #2373rspress.config.tsshould be added to persistent cache deps by @SoonIter in #2378Document 📖
Other Changes
node:pathmodule from e2e tests by @Marukome0743 in #2369searchconfiguration,type: 'remote'by @SoonIter in #2366builderPluginsand migrate it tobuilderConfig.pluginsby @SoonIter in #2371New Contributors
Full Changelog: https://github.com/web-infra-dev/rspress/compare/v2.0.0-beta.20...v2.0.0-beta.21
v2.0.0-beta.20Compare Source
Breaking Changes 🚨
Enable
performance.buildCache: trueby default ⚡️enable persistent cache by default, ref: https://rspack.rs/config/experiments#persistent-cache
This means that Rspress's local startup speed will be faster .
1. rspress dev
cold start 1s↓
hot start 0.3s↑
2. rspress build
cold build 6.48s↓
hot build 3.18s↑
What's Changed
New Features 🎉
performance.buildCacheby @SoonIter in https://github.com/web-infra-dev/rspress/pull/2349Bug Fixes 🐞
Other Changes
New Contributors
Full Changelog: https://github.com/web-infra-dev/rspress/compare/v2.0.0-beta.19...v2.0.0-beta.20
v2.0.0-beta.19Compare Source
Breaking Changes 🚨
Correct relative link in markdown without
./prefixMarkdown links without "./" prefix are now relative links, e.g:
[subfolder](subfolder)is equal to[subfolder](./subfolder)Before
[](installation)and[](installation.mdx)points to/installation.html, this behavior is strange ❌After
[](installation)and[](installation.mdx)points to/guide/api/installation.html✅If you are updating to Rspress V2, don't worry, our friend
markdown.checkDeadLinkswhich is also refactored can help us check and find these broken links 👬🏻What's Changed
New Features 🎉
PackageManagerTabscomponent by @artus9033 in https://github.com/web-infra-dev/rspress/pull/2343Bug Fixes 🐞
Document 📖
Other Changes
New Contributors
Full Changelog: https://github.com/web-infra-dev/rspress/compare/v2.0.0-beta.18...v2.0.0-beta.19
v2.0.0-beta.18Compare Source
Breaking Changes 🚨
Reimplement
baseconfig withbasenamefeature of react-routerIf you are using
const { pathname } = useLocation()together withbaseconfiguration, it should be noted that pathname will not containbaseurl, as the top-level BrowserRouter includesbasenameWhat's Changed
Bug Fixes 🐞
rspress/shiki-transformersby @SoonIter in #2327SidebarSectionHeaderby @SoonIter in #2328Other Changes
basenamefeature of react-router by @SoonIter in #2322@rspress/plugin-container-syntaxpkg and intergrateremarkContainerSyntaxto @rspress/core by @SoonIter in #2324New Contributors
Full Changelog: https://github.com/web-infra-dev/rspress/compare/v2.0.0-beta.17...v2.0.0-beta.18
v2.0.0-beta.17Compare Source
Breaking Changes 🚨
Support Single Nav Mode by renaming the top level
_meta.jsonto_nav.jsonIf your top level does not have _nav.json,
themeConfig.navwill not be generated, and your homepage will directly enter the document.For example:
What's Changed
New Features 🎉
_meta.jsonto_nav.jsonin order to support single Nav Mode by @SoonIter in https://github.com/web-infra-dev/rspress/pull/2314Performance 🚀
Bug Fixes 🐞
baseinrspress devandrspress previewby @SoonIter in https://github.com/web-infra-dev/rspress/pull/2317Document 📖
Other Changes
New Contributors
Full Changelog: https://github.com/web-infra-dev/rspress/compare/v2.0.0-beta.16...v2.0.0-beta.17
v2.0.0-beta.16Compare Source
What's Changed
Bug Fixes 🐞
Other Changes
async-nodetarget with asyncChunks by @SoonIter in #2294Full Changelog: https://github.com/web-infra-dev/rspress/compare/v2.0.0-beta.15...v2.0.0-beta.16
v2.0.0-beta.15Compare Source
What's Changed
Bug Fixes 🐞
shiki-transformersentry by @JounQin in #2274Other Changes
framer-motionby @Timeless0911 in #2285PageIndexInfoby @SoonIter in #2291Full Changelog: https://github.com/web-infra-dev/rspress/compare/v2.0.0-beta.14...v2.0.0-beta.15
v2.0.0-beta.14Compare Source
Breaking Changes 🚨
Remove
@rspress/plugin-shikipackage and createrspress/shiki-transformers🔥We have already enabled shiki by default, so this package is no longer maintained.
If you want to use some built-in transformers of Rspress, you can do this below:
It also supports using it in React components,
For example:
What's Changed
New Features 🎉
Bug Fixes 🐞
Other Changes
New Contributors
Full Changelog: https://github.com/web-infra-dev/rspress/compare/v2.0.0-beta.13...v2.0.0-beta.14
v2.0.0-beta.13Compare Source
What's Changed
Bug Fixes 🐞
Other Changes
Full Changelog: https://github.com/web-infra-dev/rspress/compare/v2.0.0-beta.12...v2.0.0-beta.13
v2.0.0-beta.12Compare Source
What's Changed
New Features 🎉
markdown.crossCompilerCachefor speed up build process by @SoonIter in #2256Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: https://github.com/web-infra-dev/rspress/compare/v2.0.0-beta.11...v2.0.0-beta.12
v2.0.0-beta.11Compare Source
What's Changed
Performance 🚀
Bug Fixes 🐞
Other Changes
dangerouslySetInnerHTMLby @JounQin in #2191rspress updatecommand by @SoonIter in #2240Full Changelog: https://github.com/web-infra-dev/rspress/compare/v2.0.0-beta.10...v2.0.0-beta.11
v2.0.0-beta.10Compare Source
What's Changed
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: https://github.com/web-infra-dev/rspress/compare/v2.0.0-beta.9...v2.0.0-beta.10
v2.0.0-beta.9Compare Source
What's Changed
New Features 🎉
rehype-rawplugin by default by @JounQin in #2213Performance 🚀
Bug Fixes 🐞
.rspress-toc-excludeancestor nodes in dynamic TOC by @JounQin in #2212Document 📖
Other Changes
Full Changelog: https://github.com/web-infra-dev/rspress/compare/v2.0.0-beta.8...v2.0.0-beta.9
v2.0.0-beta.8Compare Source
Highlights✨
Add <CodeBlockRuntime /> component for dynamic code block highlighting
This is an escape hatch, which can be used for dynamic code block highlighting when the shiki highlighting at compile time does not meet your needs.
What's Changed
New Features 🎉
rehype-rawplugin by default by @JounQin in #2199Bug Fixes 🐞
Other Changes
childrenshould be unavailable forCodeBlockRuntimeby @JounQin in #2205rehype-rawplugin by default (#2199)" by @SoonIter in #2207Full Changelog: https://github.com/web-infra-dev/rspress/compare/v2.0.0-beta.7...v2.0.0-beta.8
v2.0.0-beta.7Compare Source
What's Changed
New Features 🎉
CodeBlockRuntimecomponent by @JounQin in #2190Bug Fixes 🐞
ssg: falseby @SoonIter in #2194Document 📖
socialLinksby @JounQin in #2192Other Changes
New Contributors
Full Changelog: https://github.com/web-infra-dev/rspress/compare/v2.0.0-beta.6...v2.0.0-beta.7
v2.0.0-beta.6Compare Source
What's Changed
New Features 🎉
file://protocol andURLfor icon by @JounQin in #2167Performance 🚀
Bug Fixes 🐞
Document 📖
HelmetwithHeadby @jbroma in #2150Other Changes
Full Changelog: https://github.com/web-infra-dev/rspress/compare/v2.0.0-beta.5...v2.0.0-beta.6
v2.0.0-beta.5Compare Source
Highlights✨
Use shiki v3 by default, drop prism support
Migrate all code highlighting from prism to shiki in compile time. It is worth noting that some code block syntax will be changed, e.g
transformerNotationHighlightMore info: https://github.com/web-infra-dev/rspress/discussions/1891#discussioncomment-12458121
before
after
Support JSON schema for
_meta.jsonNow you can get type hints in the IDE. For example, in VSCode you can set
What's Changed
New Features 🎉
_meta.jsonjson schema inrspress/meta-json-schema.jsonby @SoonIter in #2079Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: https://github.com/web-infra-dev/rspress/compare/v2.0.0-beta.4...v2.0.0-beta.5
v2.0.0-beta.4Compare Source
Highlights✨
Enable
dev.lazyCompilation: trueby default1. startup instantly
startup time 50x↑ faster with
lazyCompilation: truebefore 3.80s↓
after 0.05s↑
2. When
preloadmeetslazyCompilationmagic, a magical chemical burst outRspress will preload the corresponding route when hovering over the link, then a magical chemical reaction bursts out between lazyCompilation and preload, enabling a seamless refresh experience.
What's Changed
New Features 🎉
localeRedirect: 'only-default-lang'support by @JounQin in https://github.com/web-infra-dev/rspress/pull/2125dev.lazyCompilation: trueby default by @SoonIter in https://github.com/web-infra-dev/rspress/pull/2123npm create rspress@betaby @SoonIter in https://github.com/web-infra-dev/rspress/pull/2128Bug Fixes 🐞
display: none. by @SoonIter in https://github.com/web-infra-dev/rspress/pull/2119Other Changes
Full Changelog: https://github.com/web-infra-dev/rspress/compare/v2.0.0-beta.3...v2.0.0-beta.4
v2.0.0-beta.3Compare Source
Highlights ✨
Support dynamic TOC generation
It brings the application of the mdx component to a new level, ships lots of features and closes lots of issues
1. Support mdx with <Tabs />
2. Support the
<Badge />in Titlee.g:
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes
New Contributors
Full Changelog: https://github.com/web-infra-dev/rspress/compare/v2.0.0-beta.2...v2.0.0-beta.3
v2.0.0-beta.2Compare Source
Highlights✨
@rspress/plugin-llms
Generate llms.txt related files for your Rspress site, allowing large language models to better understand your documentation site.
What's Changed
New Features 🎉
Other Changes
Full Changelog: https://github.com/web-infra-dev/rspress/compare/v2.0.0-beta.1...v2.0.0-beta.2
v2.0.0-beta.1Compare Source
Breaking Changes 🚨
Remove
mdxRsoptionsThe core process of Rspress 2.0 will be handled by mdxjs with shiki, facilitating feature iteration. MdxRs would only handle some meta data generation. After a period of iteration, consideration may be given to mdxRs
Drop support for Node 16
Node16 has reached EOL on September 11th, 2023, see https://nodejs.org/en/blog/announcements/nodejs16-eol
Rspress 2.0 will drop support for Node 16 and the minimum supported Node version is 18.
Highlights✨
Migrate all the packages to "type: module" and pure esm with publint
What's Changed
New Features 🎉
Bug Fixes 🐞
Other Changes
Full Changelog: https://github.com/web-infra-dev/rspress/compare/v2.0.0-beta.0...v2.0.0-beta.1
v2.0.0-beta.0Breaking Changes 🚨
Upgrade to react@19 and react-dom@19
What's Changed
New Features 🎉
Document 📖
Other Changes
49933eaby @renovate in #2080Full Changelog: https://github.com/web-infra-dev/rspress/compare/v2.0.0-alpha.12...v2.0.0-beta.0
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.