Skip to content

v2.0.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@SoonIter SoonIter released this 24 Apr 06:40
· 401 commits to main since this release
287d7ab

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 🐞

Other Changes

Full Changelog: v2.0.0-beta.0...v2.0.0-beta.1