Skip to content

Commit f811e2d

Browse files
authored
chore: release 3.8.1 (#11249)
1 parent 315e3f6 commit f811e2d

File tree

152 files changed

+277
-238
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

152 files changed

+277
-238
lines changed

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,44 @@
11
# Docusaurus Changelog
22

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+
342
## 3.8.0 (2025-05-26)
443

544
#### :rocket: New Feature

admin/new.docusaurus.io/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "new.docusaurus.io",
3-
"version": "3.8.0",
3+
"version": "3.8.1",
44
"private": true,
55
"scripts": {
66
"start": "npx --package netlify-cli netlify dev"

admin/test-bad-package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "test-bad-package",
3-
"version": "3.8.0",
3+
"version": "3.8.1",
44
"private": true,
55
"dependencies": {
66
"@mdx-js/react": "1.0.1",

argos/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "argos",
3-
"version": "3.8.0",
3+
"version": "3.8.1",
44
"description": "Argos visual diff tests",
55
"license": "MIT",
66
"private": true,

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.8.0",
2+
"version": "3.8.1",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"useNx": false,

packages/create-docusaurus/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-docusaurus",
3-
"version": "3.8.0",
3+
"version": "3.8.1",
44
"description": "Create Docusaurus apps easily.",
55
"type": "module",
66
"repository": {
@@ -22,8 +22,8 @@
2222
},
2323
"license": "MIT",
2424
"dependencies": {
25-
"@docusaurus/logger": "3.8.0",
26-
"@docusaurus/utils": "3.8.0",
25+
"@docusaurus/logger": "3.8.1",
26+
"@docusaurus/utils": "3.8.1",
2727
"commander": "^5.1.0",
2828
"execa": "5.1.1",
2929
"fs-extra": "^11.1.1",

packages/create-docusaurus/templates/classic-typescript/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docusaurus-2-classic-typescript-template",
3-
"version": "3.8.0",
3+
"version": "3.8.1",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",
@@ -15,18 +15,18 @@
1515
"typecheck": "tsc"
1616
},
1717
"dependencies": {
18-
"@docusaurus/core": "3.8.0",
19-
"@docusaurus/preset-classic": "3.8.0",
18+
"@docusaurus/core": "3.8.1",
19+
"@docusaurus/preset-classic": "3.8.1",
2020
"@mdx-js/react": "^3.0.0",
2121
"clsx": "^2.0.0",
2222
"prism-react-renderer": "^2.3.0",
2323
"react": "^19.0.0",
2424
"react-dom": "^19.0.0"
2525
},
2626
"devDependencies": {
27-
"@docusaurus/module-type-aliases": "3.8.0",
28-
"@docusaurus/tsconfig": "3.8.0",
29-
"@docusaurus/types": "3.8.0",
27+
"@docusaurus/module-type-aliases": "3.8.1",
28+
"@docusaurus/tsconfig": "3.8.1",
29+
"@docusaurus/types": "3.8.1",
3030
"typescript": "~5.6.2"
3131
},
3232
"browserslist": {

packages/create-docusaurus/templates/classic/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docusaurus-2-classic-template",
3-
"version": "3.8.0",
3+
"version": "3.8.1",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",
@@ -14,17 +14,17 @@
1414
"write-heading-ids": "docusaurus write-heading-ids"
1515
},
1616
"dependencies": {
17-
"@docusaurus/core": "3.8.0",
18-
"@docusaurus/preset-classic": "3.8.0",
17+
"@docusaurus/core": "3.8.1",
18+
"@docusaurus/preset-classic": "3.8.1",
1919
"@mdx-js/react": "^3.0.0",
2020
"clsx": "^2.0.0",
2121
"prism-react-renderer": "^2.3.0",
2222
"react": "^19.0.0",
2323
"react-dom": "^19.0.0"
2424
},
2525
"devDependencies": {
26-
"@docusaurus/module-type-aliases": "3.8.0",
27-
"@docusaurus/types": "3.8.0"
26+
"@docusaurus/module-type-aliases": "3.8.1",
27+
"@docusaurus/types": "3.8.1"
2828
},
2929
"browserslist": {
3030
"production": [

packages/docusaurus-babel/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@docusaurus/babel",
3-
"version": "3.8.0",
3+
"version": "3.8.1",
44
"description": "Docusaurus package for Babel-related utils.",
55
"main": "./lib/index.js",
66
"types": "./lib/index.d.ts",
@@ -38,8 +38,8 @@
3838
"@babel/runtime": "^7.25.9",
3939
"@babel/runtime-corejs3": "^7.25.9",
4040
"@babel/traverse": "^7.25.9",
41-
"@docusaurus/logger": "3.8.0",
42-
"@docusaurus/utils": "3.8.0",
41+
"@docusaurus/logger": "3.8.1",
42+
"@docusaurus/utils": "3.8.1",
4343
"babel-plugin-dynamic-import-node": "^2.3.3",
4444
"fs-extra": "^11.1.1",
4545
"tslib": "^2.6.0"

packages/docusaurus-bundler/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@docusaurus/bundler",
3-
"version": "3.8.0",
3+
"version": "3.8.1",
44
"description": "Docusaurus util package to abstract the current bundler.",
55
"main": "./lib/index.js",
66
"types": "./lib/index.d.ts",
@@ -19,11 +19,11 @@
1919
"license": "MIT",
2020
"dependencies": {
2121
"@babel/core": "^7.25.9",
22-
"@docusaurus/babel": "3.8.0",
23-
"@docusaurus/cssnano-preset": "3.8.0",
24-
"@docusaurus/logger": "3.8.0",
25-
"@docusaurus/types": "3.8.0",
26-
"@docusaurus/utils": "3.8.0",
22+
"@docusaurus/babel": "3.8.1",
23+
"@docusaurus/cssnano-preset": "3.8.1",
24+
"@docusaurus/logger": "3.8.1",
25+
"@docusaurus/types": "3.8.1",
26+
"@docusaurus/utils": "3.8.1",
2727
"babel-loader": "^9.2.1",
2828
"clean-css": "^5.3.3",
2929
"copy-webpack-plugin": "^11.0.0",

0 commit comments

Comments
 (0)