Skip to content

Releases: web-infra-dev/rspress

v1.7.5

27 Nov 06:00
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

  • fix: set isExternal default param
  • fix: skip code blocks in search index
  • fix(plugin-preview): add preview style to device

v1.7.4

23 Nov 08:12
Compare
Choose a tag to compare

What's Changed

New Features πŸŽ‰

  • feat: bump rsbuild to 0.1.0

v1.7.3

22 Nov 08:38
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

  • fix: some external urls cannot jump
  • fix: clean urls should handle the urls ending with /

v1.7.2

22 Nov 06:18
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

  • fix: normalize route optimize

v1.7.1

21 Nov 06:00
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

  • fix: blank line in code block when open line numbers

v1.7.0

20 Nov 04:05
Compare
Choose a tag to compare

What's Changed

New Features πŸŽ‰

  • feat: support shiki highlight

Bug Fixes 🐞

  • fix: copy content invalid in shiki mode
  • fix: support pure esm project
  • fix: reset prevActiveLink when unbinding AsideScrol
  • fix: highlight and code title not work in shiki mode
  • fix: code highlight invalid
  • fix: reserve existed extension in normalizeHref
  • fix: fix the wrong rendering when the yarn or bun field is invalid.
  • fix: sidebar weird behaviour

Docs update πŸ“„

  • docs: Sync documents for the config of plugin

Other Changes

  • chore: bump Rsbuild v0.0.24 and adapt new Rsbuild Server

v1.6.2

12 Nov 06:31
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

  • fix: home page update after frontmatter changes

v1.6.1

12 Nov 01:21
Compare
Choose a tag to compare

What's Changed

New Features πŸŽ‰

  • feat: support render html in feature card details

Bug Fixes 🐞

  • fix: sidebar includes _meta.json.html link
  • fix: replaceLang should handle the url ends with a slash

v1.6.0

09 Nov 11:35
Compare
Choose a tag to compare

What's Changed

New Features πŸŽ‰

  • feat: support SidebarDivider
  • feat: support nav and sidebar for multi version scene

Bug Fixes 🐞

  • fix: overview page links cannot click
  • fix: replace rules not works in toc
  • fix: fix the activation status update error after clicking on the right navigation bar

v1.5.1

06 Nov 06:10
Compare
Choose a tag to compare

What's Changed

Performance Improvements ⚑

  • perf: using polyfill usage mode to reduce bundle size

Bug Fixes 🐞

  • fix: HomeLayout cannot be customized
  • fix: fix right aside nav item doesn't highlight automatically while opening in a new tab
  • fix: sidebar disappear when the link of items doesn't start with the sidebar group key

Other Changes

  • chore(deps): bump Rsbuild v0.0.14 and remove Modern.js plugin testing