What's Changed
Performance Improvements ⚡
- perf: remove the built-in
@rsbuild/plugin-svgr
, which significantly reduces the number of dependencies. This may break some custom React components, see #716 for more details.
New Features 🎉
- feat: support Badge component
- feat: add support for custom iframe buildConfig
- feat(deps): bump Rsbuild v0.4.11
- feat: support custom pageMeta in js mdx loader
- feat: support section header
- feat: support inline markdown in sidebar
Bug Fixes 🐞
- fix: useFullTextSearch hook not work
- fix: adjust rspress doc max width
- fix: remove virtual module plugin and use pageMeta in mdx loader
- fix: modernjs plugin alias problem in iframe
- fix: doc fragment hmr invalid
- fix: add theme to preview plugin dep and import theme css
- fix: keep code element src prop if it is not a relative path
- fix: implement svg icon wrapper
- fix: frontmatter.title priority is higher than h1 title
Other Changes
- chore: remove useless overflow-hidden style
- chore: optimize dark mode style
- correct style issue with lark svg icon