Releases: web-infra-dev/rspress
Releases Β· web-infra-dev/rspress
v1.11.2
What's Changed
Performance Improvements β‘
- perf: use stream to serve search index file.
New Features π
- feat: support defaultRenderMode to keep same as preview
- feat: expose radius css variable
- feat: support custom search placeholder text
Bug Fixes π
- fix pure meta in code block which not effective
- fix: playground cannot work with name import alias
- fix: fix demo id and avoid 404 in production
- fix: global theme vars not work
Other Changes
- chore(deps): bump rsbuild 0.4.0
- Support external demo to specific isMobile prop
v1.11.1
What's Changed
Bug Fixes π
- fix: sidebar walk excludes node_modules
v1.11.0
What's Changed
Performance Improvements β‘
- perf(cli): config.root conditional judgment
New Features π
- feat: allow table scrolling to avoid breaking work
- feat: support toc component in mobile device
Bug Fixes π
- fix: ensure afterBuild executed after dev compile done
Other Changes
- style: optimize code copy animation
v1.10.1
What's Changed
Bug Fixes π
- fix: publicDir repeat mkdir conflict
v1.10.0
What's Changed
New Features π
- feat(cli): add update command
- feat: reuse logger from Rsbuild
- feat html head meta generator
- feat: serve publicDir via Rsbuild
Bug Fixes π
- fix: custom tsx file error
- fix: table word break style
- fix:
-c
unknown option in rspress cli - fix avoid pushing to history when clicking on the current link
- fix(modern-plugin): support custom root
- fix clear query text when search box opens again
Other Changes
- refactor: use rsbuild.preview for preview
- chore(deps): bump rsbuild to 0.3.1
- types: export PluginShikiOptions type
v1.9.3
What's Changed
New Features π
- feat: add class name for nav menu item and search button
Bug Fixes π
- fix(api-docgen): add opitional chaining operator when read apiDocMap
- fix(runtime): ignore case in isEqualPath
- fix(plugin-preview): remove virtual demo and get it from pageData in Device
v1.9.2
What's Changed
New Features π
- feat: support custom render type in onSearch hook
Bug Fixes π
- fix: sidebar disappeared in cleanUrl mode
- fix: normalize text case for number
v1.9.1
What's Changed
New Features π
- feat: add after nav menu slot
Bug Fixes π
- fix: search index file not found when i18n is not set
- fix: failed to submit search when rendering with react@16
v1.9.0
What's Changed
Performance Improvements β‘
- perf(deps): remove unused ora and autoprefixer
New Features π
- feat: support custom search source
- feat: optimize default sidebar title strategy
- feat: add translate-plugins
Bug Fixes π
- fix(modern-plugin): deprecate some config and optimize sidebar and locale
- fix: class selector in code block
v1.8.4
What's Changed
New Features π
- feat: close nav screen when route changed
- feat: add useSearchParams hook in rspress/runtime
Bug Fixes π
- fix(core): parseToc support strong text
- fix(modern-plugin): add useModuleSidebar to plugin option
- fix(plugin-playground): add defaultRenderMode to remark plugin
- fix(plugin-playground): remove preview plugin when use playground
Other Changes
- chore(@rspress/shared): remove globby
- chore(core): move tailwindcss from dependencies to devDependencies
- chore(plugin-api-docgen): disable mdxRs by default