Skip to content

Releases: web-infra-dev/rspress

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

v1.8.3

14 Dec 06:56
Compare
Choose a tag to compare

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

08 Dec 06:41
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

  • fix(plugin-preview): add defaultRenderMode to remark plugin