Skip to content

Releases: web-infra-dev/rspress

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

v1.5.0

04 Nov 04:55
Compare
Choose a tag to compare

What's Changed

New Features πŸŽ‰

  • feat: support multiline hero text
  • feat(deps): bump Rsbuild from 0.0.10 to 0.0.13
  • feat: bash syntax highlighting is supported by default
  • feat: add support for wrap code in markdown code block

Bug Fixes 🐞

  • fix: Homehero comp crashes when hero field value is undefined
  • fix: compatible with scrollbar in firefox
  • fix: error wrapping in CodeBlock when set language to toml

v1.4.1

02 Nov 14:11
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

  • fix: tsx file in node_modules cannot be compiled
  • fix: use theme alias path

v1.4.0

02 Nov 03:43
Compare
Choose a tag to compare

What's Changed

Other Changes

  • doc: translate missing Chinese words

v1.3.2

01 Nov 07:40
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

  • fix: image link crash in dev

v1.3.1

01 Nov 02:51
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

v1.3.0

01 Nov 02:12
Compare
Choose a tag to compare

What's Changed

New Features πŸŽ‰

  • feat: add support for the dev port or host param
  • feat: integrate Rsbuild to replace Modern.js Builder
  • feat: add support HTML to frontmatter hero config
  • feat(core): beautify sytle when using with code title on default theme
  • feat: support home feature grid 3xN & costom grid length
  • feat: support dark mode

Bug Fixes 🐞

  • fix: prevent hero's some fields from not being strings
  • fix: overpage style
  • fix: hero.actions does not handle empty array situations
  • fix: remove base logic should only work in the leading path
  • fix: jsx tag missed in document
  • fix: handling the case where command is an invalid value
  • fix: sidebar incorrect when existing custom-link in _meta.json
  • fix: code tag in nested jsx structure cannot be parsed in preview/playground plugin
  • fix: preview plugin style
  • fix: add base path for img in md(x)
  • fix: theme types missed

v1.2.1

26 Oct 03:55
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

  • fix: rspress-doc-container margin css style

v1.2.0

25 Oct 03:43
Compare
Choose a tag to compare

What's Changed

New Features πŸŽ‰

  • feat: add runtime module hook
  • feat: enhance playground error
  • feat: support ssg config
  • feat: support content in overview component
  • feat: support playgroundDirection frontmatter

Bug Fixes 🐞

  • fix: anchor missed when link exists in header
  • fix social link message and image display bug
  • fix(core): Fix background of HiddenLinks to support dark theme
  • fix: production error for preview plugin
  • fix: app crashed when creating _meta.json or appearing frontmatter syntax error
  • fix: wechat icon type error