Releases: web-infra-dev/rspress
Releases · web-infra-dev/rspress
v1.41.2
What's Changed
New Features 🎉
- style(theme-default): adjust layout and media query breakpoints by @chenjiahan in #1836
Bug Fixes 🐞
- fix(search): improve search index fetching with error handling by @chenjiahan in #1826
- fix: sidebar always matches "/" by @SoonIter in #1825
- fix(runtime): determine virtual routes by config file by @fi3ework in #1829
Document 📖
- docs: update README and introduction files by @chenjiahan in #1835
- docs: fix error of using custom search component by @Timeless0911 in #1837
Other Changes
- refactor(theme): new sidebar match algorithm and export
SidebarList
UI only component by @SoonIter in #1780 - chore: update Node.js install in CONTRIBUTING.md by @Timeless0911 in #1821
- refactor(deps): migrate chalk to picocolors by @SoonIter in #1822
- chore: remove benchmarking chapter in CONTRIBUTING.md by @Timeless0911 in #1823
- build: move some packages to be built by Rslib by @fi3ework in #1824
- chore(infra/test): migrate to vitest workspace by @SoonIter in #1827
- build(theme-default): use Rslib to build the package by @fi3ework in #1830
- chore(infra): svgr config modification by @SoonIter in #1832
- build(core): use Rslib to build the package by @fi3ework in #1831
- chore: clean @modern-js/module-tools usage by @fi3ework in #1833
- chore(core): clean Rslib config by @fi3ework in #1838
- Release v1.41.2 by @SoonIter in #1841
Full Changelog: v1.41.1...v1.41.2
v1.41.1
What's Changed
New Features 🎉
- feat: preload search index when page is idle by @chenjiahan in #1811
- feat: improve tabbed code block style by @chenjiahan in #1819
Bug Fixes 🐞
Other Changes
- refactor: remove prebundle package's
.d.ts
by @SoonIter in #1809 - refactor: use esm mdx-loader rather than cjs by @SoonIter in #1816
- chore(workflow): use nx default cache directory by @chenjiahan in #1817
- Release v1.41.1 by @chenjiahan in #1820
Full Changelog: v1.41.0...v1.41.1
v1.41.0
What's Changed
New Features 🎉
- feat: support for searching code blocks by @chenjiahan in #1797
- feat(theme)!: unify socialLinks to "@iconify-json/simple-icons", smaller style and size by @SoonIter in #1808
Performance 🚀
- perf: include social icons on demand by @chenjiahan in #1789
Bug Fixes 🐞
- fix(theme-default): remove unused twitter icon by @chenjiahan in #1788
Other Changes
- chore: migrate packages building with Rslib by @fi3ework in #1770
- refactor: replace globby with tinyglob, govern execa, chalk by @SoonIter in #1773
- chore(deps): update dependency fs-extra to v11.3.0 by @renovate in #1776
- chore(deps): update all patch dependencies by @renovate in #1775
- chore(deps): update dependency postcss to v8.5.1 by @renovate in #1778
- chore(deps): update dependency lint-staged to ~15.4.2 by @renovate in #1777
- chore(deps): update modern-js to v2.64.0 by @renovate in #1779
- chore(deps): update all patch dependencies by @renovate in #1781
- chore(deps): update dependency framer-motion to v12 by @renovate in #1784
- chore(shared): remove unused
execa.ts
module by @chenjiahan in #1787 - chore(infra): implement click to reference by tsconfig.reference by @SoonIter in #1790
- chore(deps): update dependency @rslib/core to v0.4.0 by @renovate in #1793
- chore(deps): update dependency @rstack-dev/doc-ui to v1.6.0 by @renovate in #1794
- chore(deps): update dependency nx to v20.4.0 by @renovate in #1796
- chore(deps): update dependency create-rstack to v1.2.0 by @renovate in #1795
- ci(corepack): fix corepack key id mismatch by @Timeless0911 in #1800
- chore(deps): update dependency react-router-dom to ^6.29.0 by @renovate in #1799
- chore(deps): update all patch dependencies by @renovate in #1798
- chore(deps): update dependency vitest to v2.1.9 [security] by @renovate in #1806
- refactor: remove fs-extra in @rspress/shared by @SoonIter in #1805
- chore(deps): update pnpm v10.2.0 and Node.js v23.7.0 for development by @Timeless0911 in #1807
- Release v1.41.0 by @SoonIter in #1810
Full Changelog: v1.40.2...v1.41.0
v1.40.2
What's Changed
Bug Fixes 🐞
Other Changes
- chore: update Rslib description in README.md by @Timeless0911 in #1769
- refactor(theme): open tsconfig strict: true by @SoonIter in #1768
- Release v1.40.2 by @SoonIter in #1771
Full Changelog: v1.40.1...v1.40.2
v1.40.1
What's Changed
New Features 🎉
Bug Fixes 🐞
- fix: dark mode when hover LinkCard component by @Timeless0911 in #1761
Other Changes
- chore(deps): bump @rsbuild/core 1.2.0-beta.1 by @chenjiahan in #1751
- chore(CI): lint documentation heading case by @chenjiahan in #1752
- chore(deps): update dependency @rslib/core to v0.3.2 by @renovate in #1755
- chore(deps): update all patch dependencies by @renovate in #1754
- chore(deps): update dependency framer-motion to v11.18.1 by @renovate in #1757
- chore(deps): update dependency create-rstack to v1.1.0 by @renovate in #1756
- chore(deps): update dependency @rsbuild/plugin-sass to ~1.2.0 by @renovate in #1763
- chore(deps): update dependency rspress to ^1.40.0 by @renovate in #1764
- chore(deps): update all patch dependencies by @renovate in #1762
- Release v1.40.1 by @Timeless0911 in #1765
Full Changelog: v1.40.0...v1.40.1
v1.40.0
What's Changed
New Features 🎉
- feat: support nested container syntax in list and component in mdx-js by @JounQin in #1741
- feat: support nested container syntax in list in mdx-rs by @JounQin in #1745
- feat: support checkLanguageParity for multilingual content validation by @Mingaaaaaaa in #1746
- feat: support nested container syntax in component in mdx-rs by @JounQin in #1749
Document 📖
- docs: unify title capitalization style by @chenjiahan in #1742
- docs: add bun to init project guide by @shenjackyuanjie in #1747
Other Changes
- chore(deps): update dependency @microsoft/api-extractor to ^7.49.1 by @renovate in #1744
- chore(deps): update all patch dependencies by @renovate in #1743
- Release v1.40.0 by @Timeless0911 in #1750
New Contributors
- @shenjackyuanjie made their first contribution in #1747
- @Mingaaaaaaa made their first contribution in #1746
Full Changelog: v1.39.4...v1.40.0
v1.39.4
What's Changed
Bug Fixes 🐞
- fix: navbar should be sticky on mobile when
hideNavbar
to never by @coratgerl in #1719 - fix: hiddenNavBar: auto should work by @SoonIter in #1732
Other Changes
- chore(deps): update dependency @rslib/core to v0.2.2 by @renovate in #1722
- chore(deps): update all patch dependencies by @renovate in #1721
- chore(deps): update dependency lint-staged to ~15.3.0 by @renovate in #1723
- chore(deps): update dependency rspress to ^1.39.3 by @renovate in #1724
- chore(deps): update playwright monorepo to v1.49.1 by @renovate in #1668
- Revert "chore(deps): update playwright monorepo to v1.49.1" by @Timeless0911 in #1728
- chore(deps): update all patch dependencies by @renovate in #1726
- chore(deps): update dependency zx to ^8.3.0 by @renovate in #1727
- chore: remove chunk name TODO by @chenjiahan in #1730
- chore(deps): bump pnpm v10 by @Timeless0911 in #1733
- chore(infra): reorg biome/prettier/cspell by @Timeless0911 in #1734
- chore: clean up unused config files by @chenjiahan in #1735
- chore(infra): modify changeset config to ignore private packages by @Timeless0911 in #1737
- Release v1.39.4 by @Timeless0911 in #1738
Full Changelog: v1.39.3...v1.39.4
v1.39.3
What's Changed
Bug Fixes 🐞
- fix: close hamburger menu when click on item on mobile by @coratgerl in #1712
- fix(plugin-preview): should use correct default previewMode by @Timeless0911 in #1715
- fix(plugin-api-docgen): search index should include generated API doc by @SoonIter in #1716
Other Changes
- Release v1.39.3 by @Timeless0911 in #1717
Full Changelog: v1.39.2...v1.39.3
v1.39.2
What's Changed
Bug Fixes 🐞
- fix(CLI): remove node flag from shebang by @chenjiahan in #1707
Other Changes
- Release v1.39.2 by @chenjiahan in #1710
Full Changelog: v1.39.1...v1.39.2
v1.39.1
What's Changed
Other Changes
- chore(CI): use inputs.branch to checkout by @Timeless0911 in #1702
- chore: rename
@modern-js/plugin-rspress
to@rspress/modern-js-plugin
by @Timeless0911 in #1704 - Release v1.39.1 by @Timeless0911 in #1705
Full Changelog: v1.39.0...v1.39.1