Skip to content

Releases: web-infra-dev/rspress

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

v1.1.3

20 Oct 09:13
Compare
Choose a tag to compare

Summary

copilot:summary

Details

copilot:walkthrough

Related Issue

Checklist

  • I have added changeset via pnpm run change.
  • I have updated the documentation.
  • I have added tests to cover my changes.

v1.1.1

19 Oct 13:31
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

  • fix: resolve error for react-syntax-highlighter