Releases: web-infra-dev/rspress
Releases · web-infra-dev/rspress
v1.30.0
What's Changed
New Features 🎉
- feat: support render html in feature icon by @Timeless0911 in #1395
- feat(theme-default): display complete content of toc in aside component by @shulaoda in #1399
Bug Fixes 🐞
- fix: remove margin-left for single a tag in SocialLinks component by @huyixi in #1391
- fix: custom home footer tests by @Timeless0911 in #1398
Other Changes
- chore(deps): update dependency framer-motion to v11.5.4 by @renovate in #1400
- chore(deps): update dependency qrcode.react to ^3.2.0 by @renovate in #1401
- chore(deps): update dependency rspress to ^1.29.0 by @renovate in #1403
New Contributors
Full Changelog: v1.29.0...v1.30.0
v1.29.0
What's Changed
New Features 🎉
Bug Fixes 🐞
- fix(core): fix writeSearchIndex function use userConfig instead modifiedConfig by @liuwenzhuang in #1376
- fix: support highlight alias to itself by @Timeless0911 in #1386
- fix(theme-default): search logic stop when header matches by @liuwenzhuang in #1380
Other Changes
- chore(deps): update dependency webpack to v5.94.0 [security] by @renovate in #1360
- chore(deps): update dependency lint-staged to v15 by @renovate in #1340
- chore(deps): update dependency @arco-design/web-react to ^2.64.0 by @renovate in #1377
- chore: change security report email by @chenjiahan in #1382
- chore(deps): upgrade @rstack-dev/doc-ui 1.4.2 by @SoonIter in #1384
New Contributors
- @liuwenzhuang made their first contribution in #1376
- @ayangweb made their first contribution in #1272
Full Changelog: v1.28.3...v1.29.0
v1.28.3
What's Changed
Bug Fixes 🐞
- fix: yarn create command in PackageManagerTabs by @Timeless0911 in #1358
- fix(style): improve work break for a tags by @chenjiahan in #1363
- fix(theme): fix highlight effect when operating with keyboard (#1364) by @asyncguo in #1366
- fix(plugin-auto-nav-sidebar): auto generated sidebar should consider
route.extensions
when_meta.json
don't exists by @shulaoda in #1369
Document 📖
- docs: add SECURITY.md by @chenjiahan in #1367
Other Changes
- chore: bump rsbuild 1.0.1-rc.0 by @Timeless0911 in #1359
- chore: add release changeset by @Timeless0911 in #1370
New Contributors
Full Changelog: v1.28.2...v1.28.3
v1.28.2
What's Changed
New Features 🎉
- feat: re-design container colors by @chenjiahan in #1348
Bug Fixes 🐞
- fix: use
__webpack_public_path__
for search index url by @Timeless0911 in #1347
Document 📖
- docs: link and example on using components by @AkatQuas in #1342
- docs: use
outDir
to modify output directory by @Timeless0911 in #1350
Other Changes
- chore: bump rsbuild 1.0.1-beta.16 by @Timeless0911 in #1352
New Contributors
Full Changelog: v1.28.1...v1.28.2
v1.28.1
What's Changed
Bug Fixes 🐞
- fix: apply replaceRules in object frontmatter by @Timeless0911 in #1343
Document 📖
- docs: enable strict SSG by @Timeless0911 in #1334
Other Changes
Full Changelog: v1.28.0...v1.28.1
v1.28.0
What's Changed
New Features 🎉
- feat(theme): replace twitter with x in soicalLinks config by @zoolsher in #1316
- feat: add new
ssg.strict
config by @chenjiahan in #1325
Bug Fixes 🐞
- fix: window unexpected href when feature link is not configured by @Timeless0911 in #1329
- fix: should not redirect when page is visited by bot by @chenjiahan in #1330
Other Changes
- chore(deps): update dependency hast-util-from-html to v2 by @renovate in #1301
- chore(deps): update playwright monorepo to v1.46.0 by @renovate in #1321
- chore(deps): update dependency vitest to v2 by @renovate in #1322
Full Changelog: v1.27.1...v1.28.0
v1.27.1
What's Changed
New Features 🎉
Bug Fixes 🐞
- fix(watch): improve watch solution, ignore _meta.json out of doc root dir by @zllkjc in #1312
- fix(core/sidebar): should not generate sidebar in homePage with "type": "dir" route by @SoonIter in #1311
Document 📖
- docs: add Rslib links by @Timeless0911 in #1304
- docs: bump
@rstack-dev/doc-ui
to add Rslib and awesome Rspack by @Timeless0911 in #1305
Other Changes
Full Changelog: v1.27.0...v1.27.1
v1.27.0
What's Changed
New Features 🎉
- feat(search): upgrade flexsearch 0.7 and adopt the new API design by @zoolsher in #1294
- feat(deps): bump Rsbuild 1.0.1-beta.9 by @chenjiahan in #1295
Bug Fixes 🐞
- fix(theme-default): remove globby in deps by @Timeless0911 in #1287
- fix(theme-default): uiSwitch prop of Layout component not work by @chenjiahan in #1289
- fix: catch can not found tailwindcss error when debug by @9aoy in #1293
- fix(core): ignore globby publicDir route by @SoonIter in #1296
Other Changes
Full Changelog: v1.26.3...v1.27.0
v1.26.3
What's Changed
Bug Fixes 🐞
- fix: correct GitHub spelling by @fi3ework in #1276
- fix(theme): adjust the dir sidebar font size by @zllkjc in #1281
Document 📖
- docs: add example for Rsbuild configuration by @chenjiahan in #1271
- docs: add tool stack to homepage by @chenjiahan in #1274
- docs: improve useI18n examples by @chenjiahan in #1275
- docs: add metadata and header tag info by @zmzlois in #1207
- docs: translate custom tags guide by @chenjiahan in #1282
Other Changes
- chore(deps): bump TypeScript v5.5 by @chenjiahan in #1273
- chore(deps): update react monorepo by @renovate in #1095
- build(@modern-js/plugin-rspress): remove exports field by @fi3ework in #1279
- chore(deps): update modern-js to v2.56.1 by @renovate in #1277
New Contributors
Full Changelog: v1.26.2...v1.26.3
v1.26.2
What's Changed
New Features 🎉
- feat: add theme vars for customizing home page by @chenjiahan in #1259
Bug Fixes 🐞
- fix: should not render empty footer by @chenjiahan in #1260
- fix: replace < in render inline markdown by @Timeless0911 in #1264
- fix(theme-default): features link in the homepage does not contain the base path by @shulaoda in #1265
Other Changes
- chore(deps): update dependency rspress to ^1.26.1 by @renovate in #1252
- chore(deps): update dependency webpack to ^5.93.0 by @renovate in #1253
- chore(deps): update dependency chalk to v5 by @renovate in #1254
- chore(deps): update dependency framer-motion to v11 by @renovate in #1256
Full Changelog: v1.26.1...v1.26.2