Releases: web-infra-dev/rspress
Releases Β· web-infra-dev/rspress
v1.19.1
What's Changed
Bug Fixes π
- fix: tabData undefined when syncIndex by @Timeless0911 in #1028
- fix(deps): bump Rsbuild v0.6.7 by @chenjiahan in #1033
- fix(theme-default): changing language and version on 404 page does nothing by @shulaoda in #1023
- fix(theme-default): 404 page doesn't back to home of current lang and version by @shulaoda in #1030
- fix: filename contain extname like suffix by @Timeless0911 in #1035
- fix: sidebar with link collapse by @Timeless0911 in #1038
Other Changes
- Release v1.19.0 by @sanyuan0704 in #1027
- chore(deps): bump @rspress/mdx-rs to 0.5.4 by @SoonIter in #1034
- chore(deps): update dependency rehype-external-links to ^2.1.0 by @renovate in #1037
Full Changelog: v1.19.0...v1.19.1
v1.19.0
What's Changed
New Features π
- style: optimize inline code and link style by @Timeless0911 in #1016
- feat(theme-default): sync tab choices by @shulaoda in #1018
- feat: support tooltip when hover aside item by @shulaoda in #1025
- feat: support single file overview in order by @Timeless0911 in #1024
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
- Release v1.18.4 by @sanyuan0704 in #1017
- test(e2e): fix title suffix case occasionally failed by @chenjiahan in #1022
Full Changelog: v1.18.4...v1.19.0
v1.18.4
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 π
- fix: button background color style by @Timeless0911 in #1013
Document π
- docs: add hero text line breaks guide by @chenjiahan in #1014
Other Changes
- Release v1.18.3 by @sanyuan0704 in #1008
- chore(deps): unify devDependencies versions by @SoonIter in #999
- chore(action): add check-dependency-version action by @SoonIter in #1010
New Contributors
Full Changelog: v1.18.3...v1.18.4
v1.18.3
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 π
- fix(theme): remove invalid
className
by @maomao1996 in #976 - fix(modern-plugin): improve ignore for auto sidebar by @10Derozan in #979
- fix: sidebar not display using cleanUrls: true when visit with .html suffix by @Timeless0911 in #982
- fix: tailwind preflight style pollution by @sanyuan0704 in #989
- fix: crash when page not found & using multiVersion by @Timeless0911 in #1007
- fix(theme-default): sidebar incorrect active by @shulaoda in #993
Document π
- docs: enable cleanUrls for website by @chenjiahan in #983
- docs: improve
markdown.highlightLanguages
by @chenjiahan in #988 - docs: fix plugin-playground typo by @gwsbhqt in #990
- docs: fix Runner typo by @chenjiahan in #1000
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
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 π
- docs: versioned search by @jbroma in #962
- docs: search.versioned zh doc by @Timeless0911 in #975
Other Changes
- Release v1.18.1 by @sanyuan0704 in #946
- chore(deps): update dependency get-port to v5.1.1 by @renovate in #959
- chore(deps): update dependency framer-motion to v10.18.0 by @renovate in #958
- chore: remove flex-center in sidebar item by @Timeless0911 in #974
- Docs: add more community plugins by @linbudu599 in #953
New Contributors
- @jbroma made their first contribution in #957
- @maomao1996 made their first contribution in #969
- @Elooer made their first contribution in #967
- @linbudu599 made their first contribution in #953
Full Changelog: v1.18.1...v1.18.2
v1.18.1
What's Changed
New Features π
- feat: support config overviewHeaders in frontmatter in overview page by @Timeless0911 in #938
Bug Fixes π
- fix: avoid unexpected changes to searchHooks by @Timeless0911 in #940
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
- Release v1.18.0 by @sanyuan0704 in #931
- chore(deps): bump rsbuild to 0.6.x by @9aoy in #939
- chore(deps): update dependency enhanced-resolve to v5.16.0 by @renovate in #920
- chore(deps): update dependency chokidar to ^3.6.0 by @renovate in #887
- chore: add release changeset by @Timeless0911 in #945
New Contributors
Full Changelog: v1.18.0...v1.18.1
v1.18.0
What's Changed
New Features π
- feat: support overviewHeaders and subPage overview by @Timeless0911 in #894
- feat: Support
srcset
andsizes
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 π
- fix(theme): homepage mask based on logo vertical centering by @seeintea in #917
- fix: i18n custom link by @Timeless0911 in #923
- fix: add builtin rsbuild plugins before thrid party plugins by @chenjiahan in #930
Document π
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
What's Changed
Bug Fixes π
- fix(plugin-rss): fix dependency issues by @chenjiahan in #908
- fix: invalid exports.types field by @chenjiahan in #910
- fix(plugin-rss): invalid link rel type by @chenjiahan in #913
Document π
- docs(plugin-rss): add multiple links example by @chenjiahan in #912
Other Changes
- chore(workflow): bump actions/setup-node v4 by @chenjiahan in #909
Full Changelog: v1.17.0...v1.17.1
v1.17.0
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 π
- docs: add route.include hint by @Timeless0911 in #888
- docs: improve community plugins by @chenjiahan in #889
- docs: support for open graph by @chenjiahan in #890
- docs: improve extend build guide by @chenjiahan in #892
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
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
- chore(theme): optimize code style in sidebar by @10Derozan in #872
New Contributors
Full Changelog: v1.16.1...v1.16.2