Skip to content

Releases: web-infra-dev/rspress

v1.11.2

07 Feb 03:53
Compare
Choose a tag to compare

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

26 Jan 05:05
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

  • fix: sidebar walk excludes node_modules

v1.11.0

26 Jan 02:56
Compare
Choose a tag to compare

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

19 Jan 03:55
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

  • fix: publicDir repeat mkdir conflict

v1.10.0

18 Jan 03:30
Compare
Choose a tag to compare

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

04 Jan 05:02
Compare
Choose a tag to compare

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

02 Jan 07:28
Compare
Choose a tag to compare

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

31 Dec 02:49
Compare
Choose a tag to compare

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

28 Dec 08:43
Compare
Choose a tag to compare

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

21 Dec 04:08
Compare
Choose a tag to compare

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