Skip to content

Releases: web-infra-dev/rspress

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

v1.8.1

07 Dec 11:53
Compare
Choose a tag to compare

What's Changed

Performance Improvements ⚑

  • perf(deps): remove unused jsdom dependency

New Features πŸŽ‰

  • feat: use config.title as html title.
  • feat: support LastUpdated and PrevNextPage
  • feat: support url query to disable global ui components

Bug Fixes 🐞

  • fix: inline image data url start with slash prefix.
  • fix: remove unuse css that is not recognized by browsers.
  • fix(modern-plugin): support auto sidebar when is bilingual
  • fix: disable minify in ssr build
  • fix(modern-plugin): remove the limit to enable darkmode
  • fix(plugin-preview): remove codesandbox because codesandbox-import-utils license is GPL
  • fix(core): stringify global compoennts path

Other Changes

  • chore(deps): bump Rsbuild from v0.1.0 to v0.1.9

v1.8.0

04 Dec 03:57
Compare
Choose a tag to compare

What's Changed

New Features πŸŽ‰

  • feat: add sidebar slots

Bug Fixes 🐞

  • fix: license for share package
  • fix(core): support custom id when disable mdxRs and escape heading id in processor
  • fix: devServer use searchIndexMiddleware first.
  • fix: disable dark mode script when darkMode is false in config

Other Changes

  • chore: optimize sidebar group title color

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