Releases: web-infra-dev/rspress
Releases Β· web-infra-dev/rspress
v1.25.0
What's Changed
New Features π
- feat: generate 404.html by default by @Timeless0911 in #1179
- feat: support client redirect by @Timeless0911 in #1166
- feat: format JSON in generated virtual modules by @chenjiahan in #1185
Bug Fixes π
- fix(theme-default): scroll restoration by @shulaoda in #1181
- fix: code highlight in preview plugin by @Timeless0911 in #1188
Document π
- docs: remove usued documate config by @chenjiahan in #1184
Other Changes
- chore: use taze to replace update modern script by @chenjiahan in #1178
- chore: remove RUST_MIN_STACK env by @Timeless0911 in #1182
- test: should print error log when process unexpected exit by @9aoy in #1180
- chore(deps): update dependency @arco-design/web-react to ^2.63.0 by @renovate in #1186
- chore(deps): update dependency rspress to ^1.24.0 by @renovate in #1187
- test: better for ci test by @Timeless0911 in #1189
- test: use mock to test external url redirect by @Timeless0911 in #1190
- chore(deps): bump Rsbuild v0.7.8 by @chenjiahan in #1191
Full Changelog: v1.24.0...v1.25.0
v1.24.0
What's Changed
New Features π
- feat: support inject context when generate sidebar by @Timeless0911 in #1170
- feat: support extra head tags by @ToTeTo in #1168
Bug Fixes π
- fix(plugin-playground): export EditorProps error by @Timeless0911 in #1157
Document π
- docs: fix discord badge by @chenjiahan in #1173
- docs: add head config doc in zh by @Timeless0911 in #1175
Other Changes
- chore(deps): update dependency @monaco-editor/react to ~4.6.0 by @renovate in #794
- chore(deps): update modern-js to v2.52.0 by @renovate in #1162
- chore(deps): update dependency rspress to ^1.23.1 by @renovate in #1161
- chore(deps): update actions/cache action to v4 by @renovate in #1163
- chore: fix rspack-ecosystem-ci by @h-a-n-a in #1172
- chore: update biome and format with importType / importProtocol rules by @Timeless0911 in #1174
- chore(deps): update dependency enhanced-resolve to v5.17.0 by @renovate in #1160
New Contributors
Full Changelog: v1.23.1...v1.24.0
v1.23.1
What's Changed
New Features π
- feat(deps): bump Rsbuild v0.7.3 by @chenjiahan in #1153
Bug Fixes π
- fix: allow users to customize react/sass/less plugin options by @Timeless0911 in #1147
Full Changelog: v1.23.0...v1.23.1
v1.23.0
What's Changed
New Features π
- style: modify link style in container by @Timeless0911 in #1124
- feat: increase title font size to distinguish from main text by @chenjiahan in #1136
Bug Fixes π
- fix: search item click target set by @Timeless0911 in #1129
- fix: cmd+k search issue by @Timeless0911 in #1127
- fix: search result duplicate when keyword contains multiple langs by @Timeless0911 in #1128
- fix: multi tab search by @Timeless0911 in #1133
- fix: virtual-search-hooks import error by @9aoy in #1135
Other Changes
- chore: optimize css syntax by @Timeless0911 in #1126
- chore(CI): remove release with comment feature by @9aoy in #1130
- chore(deps): update dependency prettier to v3.3.0 by @renovate in #1137
- chore(deps): update dependency rspress to ^1.22.0 by @renovate in #1138
- chore(deps): update modern-js to v2.51.0 by @renovate in #1139
- chore(deps): update playwright monorepo to v1.44.1 by @renovate in #1140
Full Changelog: v1.22.0...v1.23.0
v1.22.0
What's Changed
New Features π
- feat: add search.loading options for remote search by @Timeless0911 in #1104
- feat(create-rspress): enable mdx type hints by default by @chenjiahan in #1107
- feat: support custom searchNoResultsText and searchSuggestedQueryText by @Timeless0911 in #1114
- feat: bump Rsbuild v0.7.0 by @chenjiahan in #1085
Bug Fixes π
- fix: tsconfig in modernjs e2e fixtures by @Timeless0911 in #1101
- fix(Tabs): correct the props type by @chenjiahan in #1108
- fix(theme-default): sidebar scrollbar height error on ios safari and mask is invalid by @shulaoda in #1110
- fix: page crash when switch lang in api by @Timeless0911 in #1122
Document π
- docs: default theme export by @Timeless0911 in #1119
Other Changes
- chore: biome format by @shulaoda in #1111
- chore: enable biome format in lint-staged by @Timeless0911 in #1115
- chore(deps): update dependency rspress to ^1.21.1 by @renovate in #1116
- chore(deps): update dependency typedoc-plugin-markdown to v3.17.1 by @renovate in #1117
Full Changelog: v1.21.1...v1.22.0
v1.21.1
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
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 π
- fix: merge duplicated border CSS by @chenjiahan in #1068
- fix: incorrect default site title by @chenjiahan in #1069
- fix: globalStyles being shaked when config some sideEffects by @Timeless0911 in #1072
- fix: SourceCode button color in dark mode by @chenjiahan in #1075
- fix: sort for prism runtime module export to pass test by @Timeless0911 in #1082
Other Changes
- test: add modern-js module doc fixed iframe test by @Timeless0911 in #1070
Full Changelog: v1.20.1...v1.21.0
v1.20.1
What's Changed
Bug Fixes π
- fix(deps): bump Rsbuild v0.6.13 by @Timeless0911 in #1066
Other Changes
- Release v1.20.0 by @sanyuan0704 in #1064
Full Changelog: v1.20.0...v1.20.1
v1.20.0
What's Changed
Bug Fixes π
- fix(deps): bump Rsbuild v0.6.11 by @Timeless0911 in #1061
- fix: sidebar navigate link error by @Timeless0911 in #1060
- fix: overview page display in old sidebar generate logic by @Timeless0911 in #1062
- fix(deps): bump Rsbuild v0.6.12 by @Timeless0911 in #1063
- fix: globalStyles doesn't take effect by @Timeless0911 in #1059
Other Changes
- Release v1.19.2 by @sanyuan0704 in #1054
- test(core): add unit test for prismLanguages by @SoonIter in #1056
Full Changelog: v1.19.2...v1.20.0
v1.19.2
What's Changed
New Features π
- feat(style): improve links style in dark mode by @chenjiahan in #1046
Bug Fixes π
- fix: markdown highlight languages by @shulaoda in #1041
- fix: module doc should scan _meta.json by @Timeless0911 in #1042
- fix: detect file error when file is public resource by @Timeless0911 in #1053
Document π
- docs: use open sans font and update slogan by @chenjiahan in #1047
- docs: update deploy.mdx to use node 20γpnpm 8 by @cl1107 in #1049
Other Changes
- Release v1.19.1 by @sanyuan0704 in #1039
- chore(deps): update dependency tailwindcss to ^3.4.3 by @renovate in #1051
New Contributors
Full Changelog: v1.19.1...v1.19.2