Releases: web-infra-dev/rspress
Releases Β· web-infra-dev/rspress
v1.37.2
What's Changed
New Features π
Bug Fixes π
- fix: some remark packages should be devDependencies by @chenjiahan in #1602
- fix: should generate unique aside link id when using different syntax by @Timeless0911 in #1605
- fix: use rspress-dev as debug mode for source build plugin by @Timeless0911 in #1606
- fix(plugin-preview): dark mode card border color by @zhmushan in #1608
- fix: performance regression of check html regex by @Timeless0911 in #1609
Other Changes
New Contributors
Full Changelog: v1.37.1...v1.37.2
v1.37.1
What's Changed
Performance π
- perf: remove
react-transition-group
dependency by @chenjiahan in #1591
Bug Fixes π
- fix(deps): remove unused @loadable/component by @chenjiahan in #1580
- fix(deps): clean up more unused dependencies by @chenjiahan in #1583
- fix: remove
@modern-js/utils
dependency by @chenjiahan in #1590 - fix: remove htmlparser2 and use reg to check valid html elements by @Timeless0911 in #1600
Document π
- docs: ts-node is no longer required by @chenjiahan in #1581
Other Changes
- chore(deps): bump pnpm from v8 to v9 by @chenjiahan in #1584
- chore(deps): bump husky v9 by @chenjiahan in #1585
- chore(CI): update to Node 22 by @chenjiahan in #1586
- chore(CI): reduce playwright install time by @chenjiahan in #1587
- chore(build): no need to build website during dev by @chenjiahan in #1589
- chore: downgrade pnpm to 9.12.0 to avoid renovate break by @Timeless0911 in #1597
- chore: remove pnpmfile to avoid renovate break by @Timeless0911 in #1599
- chore(deps): update all patch dependencies by @renovate in #1594
- chore(deps): update dependency rspress to ^1.37.0 by @renovate in #1596
- chore(deps): update dependency nx to v20.1.2 by @renovate in #1595
Full Changelog: v1.37.0...v1.37.1
v1.37.0
What's Changed
New Features π
- feat(plugin-auto-nav-sidebar): support index as the dir click section and custom-link context by @SoonIter in #1572
- feat(plugin-auto-nav-sidebar)!: when no _meta.json, index.md should be used as dir link by @SoonIter in #1575
Bug Fixes π
- fix(plugin-api-docgen): Avoid style pollution by @zhmushan in #1573
- fix(sidebar): /api/index.html /api/index /api should show same sidebar by @SoonIter in #1578
Other Changes
- chore(deps): update dependency react-router-dom to ^6.28.0 by @renovate in #1566
- chore(deps): update all patch dependencies by @renovate in #1565
- refactor(create-rspress): integrate
create-rstack
by @chenjiahan in #1576 - chore(deps): update rsbuild by @renovate in #1577
New Contributors
Full Changelog: v1.36.0...v1.37.0
v1.36.0
What's Changed
New Features π
- feat: render delete syntax and generate correct header anchor for strong/em/del syntax by @Timeless0911 in #1562
Bug Fixes π
- fix: aside text should break word by @Timeless0911 in #1563
Full Changelog: v1.35.4...v1.36.0
v1.35.4
What's Changed
Performance π
- perf(cli): enable Node.js compile cache by @chenjiahan in #1549
Bug Fixes π
- fix: incorrect code link color by @chenjiahan in #1551
- fix: remove lookbehind syntax to compatibile with Safari by @Timeless0911 in #1553
- fix: render inline markdown with generic syntax by @Timeless0911 in #1557
Document π
- docs: modify Docusaurus related by @Timeless0911 in #1554
Other Changes
- chore(deps): update dependency react-syntax-highlighter to ^15.6.1 by @renovate in #1546
- chore(deps): update dependency rspress to ^1.35.3 by @renovate in #1547
- chore(deps): update dependency webpack to ^5.96.1 by @renovate in #1548
- chore(deps): update all patch dependencies by @renovate in #1545
Full Changelog: v1.35.3...v1.35.4
v1.35.3
What's Changed
Bug Fixes π
- fix: nested overview page with index file in sidebar by @Timeless0911 in #1535
- fix: langRoutePrefix should end with slash by @JounQin in #1539
Other Changes
- chore: add margin bottom for overview page h1 by @Timeless0911 in #1541
Full Changelog: v1.35.2...v1.35.3
v1.35.2
What's Changed
Bug Fixes π
- fix: logo dom only displays when logo exists by @Timeless0911 in #1531
Other Changes
- chore(deps): update dependency @babel/types to ^7.26.0 by @renovate in #1530
- chore(deps): update all patch dependencies by @renovate in #1529
Full Changelog: v1.35.1...v1.35.2
v1.35.1
What's Changed
Bug Fixes π
- fix: only reduce iterator when plugin exists by @Timeless0911 in #1525
Full Changelog: v1.35.0...v1.35.1
v1.35.0
What's Changed
New Features π
- feat: support location of overview and search docs by @Yukiniro in #1493
- feat: support replacement nav title by @Yukiniro in #1511
- feat: support Card and LinkCard components by @Yukiniro in #1512
- feat: add named className for sidebar component by @Timeless0911 in #1519
- feat: support github alerts syntax in mdxRs by @SoonIter in #1520
Bug Fixes π
- fix: correctly iterate over plugins when using
removePlugin
by @Yukiniro in #1507 - fix: remove built-in override browserslist by @Timeless0911 in #1517
Other Changes
- chore(deps): update dependency react-router-dom to ^6.27.0 by @renovate in #1510
- chore(deps): update all patch dependencies by @renovate in #1509
Full Changelog: v1.34.1...v1.35.0
v1.34.1
What's Changed
Bug Fixes π
- fix(plugin-container-syntax): typical markdown blockquote syntax throwing error by @ArnavK-09 in #1494
- fix(theme-default): Capitalise the 'P' in 'Next page' by @flother in #1497
- fix: use front matter as overview page title by @Timeless0911 in #1503
Other Changes
- Update prepare target in package.json to use pnpm by @yonas in #1499
- chore(workflow): update issue templates by @chenjiahan in #1501
- test: add github alert syntax of mdx-js tests by @Timeless0911 in #1502
New Contributors
Full Changelog: v1.34.0...v1.34.1