Skip to content

Releases: web-infra-dev/rspress

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

v1.18.1

12 Apr 09:13
Compare
Choose a tag to compare

What's Changed

New Features πŸŽ‰

  • feat: support config overviewHeaders in frontmatter in overview page by @Timeless0911 in #938

Bug Fixes 🐞

Document πŸ“–

  • docs: parseToolOptions in @rspress/plugin-api-docgen by @Timeless0911 in #932
  • docs: Replace the outdated @rspress/plugin-last-updated api lastUpdat… by @h7ml in #943

Other Changes

New Contributors

  • @h7ml made their first contribution in #943

Full Changelog: v1.18.0...v1.18.1

v1.18.0

10 Apr 03:36
Compare
Choose a tag to compare

What's Changed

New Features πŸŽ‰

  • feat: support overviewHeaders and subPage overview by @Timeless0911 in #894
  • feat: Support srcset and sizes for homepage image by @xc2 in #904
  • feat(plugin-rss): sort rss items by publishing date in decreasing order by @xc2 in #926

Bug Fixes 🐞

Document πŸ“–

  • docs(plugins): add @rspress/plugin-api-docgen by @fi3ework in #929

Other Changes

  • Release v1.17.1 by @chenjiahan in #914
  • chore(deps): remove useless vite devDeps by @9aoy in #916
  • chore(workflow): use changeset CLI as release tools by @chenjiahan in #918
  • chore(workflow): disable changeset changelog by @chenjiahan in #919
  • chore(deps): update dependency @babel/types to ^7.24.0 by @renovate in #789
  • fix: no display sidemenu when sidebar or aside section is hide. by @sumy7 in #736

New Contributors

Full Changelog: v1.17.1...v1.18.0

v1.17.1

06 Apr 11:46
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

Document πŸ“–

Other Changes

Full Changelog: v1.17.0...v1.17.1

v1.17.0

05 Apr 09:12
Compare
Choose a tag to compare

What's Changed

New Features πŸŽ‰

  • feat: preserve query string when redirecting on first visit by @ambar in #864
  • feat: add localeRedirect option to theme config by @ambar in #865
  • feat(plugin-rss): RSS Plugin by @xc2 in #851
  • feat: respond to the change of system theme appearance by @ambar in #877

Bug Fixes 🐞

  • fix: avoid flash of theme appearance in dev mode by @ambar in #878
  • fix: avoid flash of navbar images (logo and theme icon) by @ambar in #879
  • fix(plugin-playground): manually load babel.min.js to avoid conflict with monaco by @SoonIter in #898

Document πŸ“–

Other Changes

  • test(e2e): clean up modern-js fixture by @chenjiahan in #886
  • feat: support search with lang cyrillic by @ssoda01 in #825
  • chore(deps): update dependency @types/lodash to ^4.17.0 by @renovate in #883
  • chore(workflow): enable code spell checker by @chenjiahan in #896
  • chore: use .gitignore for biome ignore list by @xc2 in #903

New Contributors

Full Changelog: v1.16.2...v1.17.0

v1.16.2

28 Mar 03:46
Compare
Choose a tag to compare

What's Changed

New Features πŸŽ‰

  • feat(theme): render code in overview component by @10Derozan in #873

Bug Fixes 🐞

  • fix(core): set ssg:false in plugin not work in build mode by @dr2009 in #871
  • fix(core): section header text should return i18n result by @Timeless0911 in #870

Other Changes

New Contributors

Full Changelog: v1.16.1...v1.16.2

v1.16.1

26 Mar 13:23
2c94c50
Compare
Choose a tag to compare

What's Changed

New Features πŸŽ‰

Bug Fixes 🐞

  • fix(doc): fix logo sidebar cannot be used properly. by @Yukiniro in #854
  • fix(core): replace flattened mdx content by rules by @10Derozan in #859
  • fix(preview): replace iframePosition with iframe.position by @10Derozan in #861
  • fix(api-docgen): allow multiple lines description by @chenjiahan in #863
  • fix: icon/logo display error in dark mode when refresh page by @sanyuan0704 in #866

Document πŸ“–

Other Changes

New Contributors

Full Changelog: v1.16.0...v1.16.1

v1.16.0

23 Mar 02:54
Compare
Choose a tag to compare

What's Changed

Performance Improvements ⚑

  • perf: remove node-bundle-require dependency

New Features πŸŽ‰

  • feat(deps): update rsbuild to v0.5.1
  • feat(theme-default): preserve query string on locale change
  • feat: optimize mobile ui
  • feat(theme): export all internal components
  • feat: improve bg opacity of container blocks
  • feat(theme): support link keep current params and navigate

Bug Fixes 🐞

  • fix(cli): fix relevant typo
  • fix: svg not displayed in iOS device
  • fix: support match double label api comp
  • fix: support source-build in mdx files
  • fix: improve filter func when generate overview
  • fix(theme): replace angle brackets in inline markdown
  • fix: avoid panic when relative path in markdown links point outside the root path
  • fix: custom theme color not work
  • fix: add user builderPlugin to iframe builder
  • fix(PluginDriver): nav and sidebar add ?

Other Changes

  • chore: remove #theme in source code
  • chore: optimize code style in aside component
  • Fix the capitalization issue of X in socialLinks presetIcons
  • chore: bump Rsbuild and update distPath config
  • chore: remove duplicated sidebar files
  • chore: remove parent sidebar group highlight background
  • chore: remove @modern-js/types dependency
  • chore: optimize the nav experience in pad device
  • chore: update mdx to 2.3.0

New Contributors

Full Changelog: v1.15.1...v1.16.0

v1.15.1

14 Mar 11:42
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

  • fix: add scroll padding top
  • fix: only scroll panel when item is unvisible
  • fix: sidebar text not update when navigate to other nav item (#770)

v1.15.0

14 Mar 03:03
Compare
Choose a tag to compare

What's Changed

New Features πŸŽ‰

  • feat: support showing line numbers in shiki plugin
  • feat: support custom overview and sub overview
  • feat: set mask color of image preview to be black #000 in dark mode (#730)

Bug Fixes 🐞

  • fix sidebar begining top items was unchanged after page switch
  • fix: i18n json change won't trigger rebuild
  • fix: plugin-shiki space style
  • fix: update nav when resize
  • fix: pre transform svg to component
  • fix: support format pre code when children is array
  • fix(theme-deafult): use new Lark icon
  • fix(theme-default): scroll search panel when current item is unvisible

Other Changes

  • chore: enable more lint rules