Skip to content

Releases: web-infra-dev/rspress

v1.21.1

20 May 06:35
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

  • fix: bump mdx-rs 0.5.7 to trim when collect title in compile by @Timeless0911 in #1086
  • fix: not generate ssr route runtime module when client build by @Timeless0911 in #1087
  • fix(theme-default): the serial number of the two-digit number will become one digit. 10. -> 1. by @shulaoda in #1088
  • fix: link error when use keyboard to enter search result by @Timeless0911 in #1090
  • fix: do not display no search result when search not completed by @Timeless0911 in #1091
  • fix(theme-default): heading anchor doesn't display when no sidebar or minimum content area by @shulaoda in #1096

Other Changes

  • chore(deps): update dependency @arco-design/web-react to ^2.62.0 by @renovate in #882
  • chore(deps): update dependency @types/jest to v29.5.12 by @renovate in #800
  • chore: remove documate dependencies by @chenjiahan in #1089
  • chore(deps): update dependency webpack to ^5.91.0 by @renovate in #1094

Full Changelog: v1.21.0...v1.21.1

v1.21.0

13 May 08:10
7d1ea44
Compare
Choose a tag to compare

What's Changed

New Features πŸŽ‰

  • feat(create-rspress): update dependency rspress to ^1.20.1 by @renovate in #1077
  • feat: automatically import highlight languages by @shulaoda in #1050
  • feat: hero page image src supports light and dark by @gwsbhqt in #1076

Bug Fixes 🐞

Other Changes

Full Changelog: v1.20.1...v1.21.0

v1.20.1

09 May 03:38
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

Other Changes

Full Changelog: v1.20.0...v1.20.1

v1.20.0

08 May 13:15
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

Other Changes

Full Changelog: v1.19.2...v1.20.0

v1.19.2

06 May 07:03
Compare
Choose a tag to compare

What's Changed

New Features πŸŽ‰

Bug Fixes 🐞

Document πŸ“–

Other Changes

New Contributors

Full Changelog: v1.19.1...v1.19.2

v1.19.1

29 Apr 03:57
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

Other Changes

Full Changelog: v1.19.0...v1.19.1

v1.19.0

26 Apr 09:27
Compare
Choose a tag to compare

What's Changed

New Features πŸŽ‰

Bug Fixes 🐞

  • fix: client compile error when set react-dom/server alias by @Timeless0911 in #1019
  • fix(theme-default): display sidebar emphasis text by @shulaoda in #1021
  • fix: support use same name file as sidebar index when no _meta.json by @Timeless0911 in #1020

Other Changes

Full Changelog: v1.18.4...v1.19.0

v1.18.4

24 Apr 09:06
Compare
Choose a tag to compare

What's Changed

New Features πŸŽ‰

  • feat: add new beforeDocContent, afterDocContent props for layout component by @iicdii in #996
  • feat: apply i18n searchPlaceholderText to SearchPanel component by @iicdii in #997
  • style: use items-center in hero block by @Timeless0911 in #1009
  • feat: support configuring titleSuffix in all page types by @chenjiahan in #1015

Bug Fixes 🐞

Document πŸ“–

Other Changes

New Contributors

Full Changelog: v1.18.3...v1.18.4

v1.18.3

22 Apr 09:12
Compare
Choose a tag to compare

What's Changed

New Features πŸŽ‰

  • ✨ feat(route): Update home page title with frontmatter titleSuffix by @h7ml in #980
  • feat: improve table border style in dark mode by @chenjiahan in #981
  • style: modify font-synthesis from none to style by @Timeless0911 in #985

Bug Fixes 🐞

Document πŸ“–

Other Changes

  • Release v1.18.2 by @sanyuan0704 in #978
  • ✨ feat(components): Extend LinkContent to support custom node rendering by @h7ml in #964
  • chore(deps): update dependency @loadable/component to v5.16.4 by @renovate in #793
  • chore(deps): unify fs-extra version by @SoonIter in #998
  • chore(deps): update dependency medium-zoom to v1.1.0 by @renovate in #1005
  • chore(deps): update dependency lint-staged to ~13.3.0 by @renovate in #1003
  • chore(deps): update dependency is-html to ^3.1.0 by @renovate in #1002

New Contributors

Full Changelog: v1.18.2...v1.18.3

v1.18.2

18 Apr 09:36
Compare
Choose a tag to compare

What's Changed

New Features πŸŽ‰

  • feat: support code transform in preview plugin by @sanyuan0704 in #960
  • feat: support separate search indexes by version by @jbroma in #957
  • feat(api-docgen): support more config to init parser instance by @Timeless0911 in #963
  • feat: add divider border for h2 title by @chenjiahan in #970
  • feat: Expand the types supported by tsconfigPath by @Elooer in #967

Bug Fixes 🐞

  • fix(core): normalizeRoutePath remove only known extensions by @jbroma in #955
  • fix: url containing dots were not correctly normalized with .html extension by @sumy7 in #934
  • fix: log error when scan sidemeta by @Timeless0911 in #966
  • fix: checkDeadLinks when mdxRs is set to false by @jbroma in #968
  • fix: page crashes if Tabs has single Tab child by @chenjiahan in #972
  • fix: Tabs component children contains linebreak or with no tab by @Timeless0911 in #973
  • fix(theme): set outline title in mobile view to themeConfig.outlineTitle by @maomao1996 in #969

Document πŸ“–

Other Changes

New Contributors

Full Changelog: v1.18.1...v1.18.2