Skip to content

v2.0.0-beta.18

Pre-release
Pre-release

Choose a tag to compare

@SoonIter SoonIter released this 27 Jun 07:29
· 271 commits to main since this release
9b04ba5

Breaking Changes 🚨

Reimplement base config with basename feature of react-router

Related PR: #2322

If you are using const { pathname } = useLocation() together with base configuration, it should be noted that pathname will not contain base url, as the top-level BrowserRouter includes basename

What's Changed

Bug Fixes 🐞

  • fix: should add nav-json-schema.json and expose rspress/shiki-transformers by @SoonIter in #2327
  • fix: sidebarGroup should add SidebarSectionHeader by @SoonIter in #2328
  • fix(ssg): better format of mdx compile time error in SSG by @SoonIter in #2332

Other Changes

New Contributors

Full Changelog: v2.0.0-beta.17...v2.0.0-beta.18