Releases: web-infra-dev/rspress
Releases Β· web-infra-dev/rspress
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
v1.8.3
What's Changed
Performance Improvements β‘
- perf: optimize dependencies size
New Features π
- feat: support SourceCode component
- feat(deps): bump Rsbuild from v0.1.9 to v0.2.0
- feat(create_rspress): support cancel operation
- feat(core): support custom meta in tsx file
- feat: improve error logs if missing locales config
- feat(theme-default): should open new tab/window on clicking with modifier keys
Docs update π
- docs: update the documention of SourceCode component.
- docs: update the document for LastUpdated and PrevNextPage component
Other Changes
- style(Nav): fix styling issues for specific sizes
v1.8.2
What's Changed
Bug Fixes π
- fix(plugin-preview): add defaultRenderMode to remark plugin