|
1 | 1 | # Docusaurus Changelog |
2 | 2 |
|
| 3 | +## 3.8.1 (2025-06-06) |
| 4 | + |
| 5 | +#### :bug: Bug Fix |
| 6 | + |
| 7 | +- `docusaurus-theme-classic` |
| 8 | + - [#11242](https://github.com/facebook/docusaurus/pull/11242) fix(theme): fix unability to navigate to category's page when browsing its children items ([@slorber](https://github.com/slorber)) |
| 9 | +- `docusaurus-plugin-css-cascade-layers` |
| 10 | + - [#11241](https://github.com/facebook/docusaurus/pull/11241) fix(css-cascade-layers): fix windows css cascade layers bug ([@slorber](https://github.com/slorber)) |
| 11 | +- `docusaurus` |
| 12 | + - [#11222](https://github.com/facebook/docusaurus/pull/11222) fix(bundler): fix `docusaurus start` using `concatenateModules: true` ([@slorber](https://github.com/slorber)) |
| 13 | + - [#11217](https://github.com/facebook/docusaurus/pull/11217) fix: include Arc to supported Chromium Browsers ([@wellwelwel](https://github.com/wellwelwel)) |
| 14 | + - [#11205](https://github.com/facebook/docusaurus/pull/11205) fix(core): fix `docusaurus start` error for macOS users with no Chromium-based browser ([@slorber](https://github.com/slorber)) |
| 15 | +- `docusaurus-types` |
| 16 | + - [#11221](https://github.com/facebook/docusaurus/pull/11221) fix(types): fix future flags public types ([@slorber](https://github.com/slorber)) |
| 17 | + |
| 18 | +#### :running_woman: Performance |
| 19 | + |
| 20 | +- `docusaurus-plugin-content-blog`, `docusaurus-plugin-sitemap`, `docusaurus-theme-classic`, `docusaurus-types`, `docusaurus-utils`, `docusaurus` |
| 21 | + - [#11211](https://github.com/facebook/docusaurus/pull/11211) perf: avoid duplicated `git log` calls in `loadContent()` and `postBuild()` for untracked Git files ([@slorber](https://github.com/slorber)) |
| 22 | + |
| 23 | +#### :wrench: Maintenance |
| 24 | + |
| 25 | +- `docusaurus-faster` |
| 26 | + - [#11248](https://github.com/facebook/docusaurus/pull/11248) chore(faster): upgrade Rspack ([@slorber](https://github.com/slorber)) |
| 27 | +- `docusaurus-plugin-content-docs` |
| 28 | + - [#11230](https://github.com/facebook/docusaurus/pull/11230) refactor(docs): extract `loadVersion()` without changing the behavior ([@slorber](https://github.com/slorber)) |
| 29 | +- Other |
| 30 | + - [#11212](https://github.com/facebook/docusaurus/pull/11212) chore: upgrade to Node 22 by default ([@slorber](https://github.com/slorber)) |
| 31 | + |
| 32 | +#### Committers: 7 |
| 33 | + |
| 34 | +- Ben McCann ([@benmccann](https://github.com/benmccann)) |
| 35 | +- Dave Meyer ([@dave-meyer](https://github.com/dave-meyer)) |
| 36 | +- Léo Vincent ([@leovct](https://github.com/leovct)) |
| 37 | +- Noritaka Kobayashi ([@noritaka1166](https://github.com/noritaka1166)) |
| 38 | +- Phil Parsons ([@p-m-p](https://github.com/p-m-p)) |
| 39 | +- Sébastien Lorber ([@slorber](https://github.com/slorber)) |
| 40 | +- Weslley Araújo ([@wellwelwel](https://github.com/wellwelwel)) |
| 41 | + |
3 | 42 | ## 3.8.0 (2025-05-26) |
4 | 43 |
|
5 | 44 | #### :rocket: New Feature |
|
0 commit comments