github web-infra-dev/rspress v2.0.0-beta.1

latest releases: v2.0.0-rc.5, v2.0.0-rc.4, v2.0.0-rc.3...
pre-release8 months ago

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

Don't miss a new rspress release

NewReleases is sending notifications on new releases.