v2.0.0-beta.1
Pre-release
Pre-release
Breaking Changes 🚨
Remove mdxRs
options
related PR: #2087
The 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
related PR: #2085
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
related PR: #2084
What's Changed
New Features 🎉
- feat: migrate all the packages to "type: module" and pure esm with publint by @SoonIter in #2084
- feat!: drop support for Node 16 by @chenjiahan in #2085
- feat(plugin-llms): init @rspress/plugin-llms by @SoonIter in #2034
Bug Fixes 🐞
- fix: remove useless peerDependencies and pin react-router-dom version by @SoonIter in #2083
- fix: reduce react-router-dom bundle size by @SoonIter in #2086
- fix(style): change flex to rp-flex by @LonelySnowman in #2088
Other Changes
- refactor!: remove mdxRs temporarily by @SoonIter in #2087
- Release v2.0.0-beta.1 by @SoonIter in #2090
Full Changelog: v2.0.0-beta.0...v2.0.0-beta.1