stack.pulse
#stacks/docusaurus/framework

Docusaurus release notes, breaking changes, and upgrade notes.

Easy to maintain open source documentation websites StackPulse turns upstream changelogs into scannable summaries with risky changes, deprecations, migration notes, and source links.

releases
5
breaking
1
security
2
deprecated
1
migrations
0

Get source-linked upgrade notes and occasional sponsor recommendations. No GitHub login required.

what stackpulse tracks

Docusaurus releases from GitHub

StackPulse watches Docusaurus release notes and keeps the original source link close to every summary.

upgrade risk

Breaking changes and deprecations

Risky changes are separated from normal feature notes so you can scan upgrade impact before changing production dependencies.

migration notes

Source-backed next steps

Migration steps and recommended actions are only shown when the upstream release notes support them.

# latest_releases

source-backed
v3.10.1mediumbreakingApr 30, 2026

3.10.1

This patch release fixes a bug in the docusaurus-bundler related to webpackbar due to a webpack breaking change.

affected

Users experiencing issues with the webpackbar in the docusaurus-bundler are affected.

action

Update to version 3.10.1 to resolve the webpackbar bug.

view source on github->
v3.10.0highfeaturesecurityApr 7, 2026

3.10.0

This release introduces several new features, including improved MDX syntax support, enhanced site storage configuration, and better TypeScript initialization. It also includes bug fixes and security improvements.

affected

Users leveraging MDX, site storage, or TypeScript initialization will be most affected by this release.

action

Update to the latest version to benefit from new features and security improvements.

release_signals
!Upgrade serve handler min version to a secure version
!Improve npm supply chain security - improve Dependabot config
+Add `future.v4.mdx1CompatDisabledByDefault` flag
+Promote `siteConfig.storage` to stable + add `future.v4.siteStorageNamespacing` flag
+Support custom HTML elements in head tags
+Update init template to `.mdx` extension and strict MDX syntax
+Enable creation in current directory
view source on github->
v3.9.2mediumfeatureOct 17, 2025

3.9.2

This release focuses on bug fixes and performance improvements, including fixes for sidebar key support, CSS counter minification, and Algolia AskAI validation logic.

affected

Users relying on sidebar key front matter, CSS counter minification, or Algolia AskAI validation may be affected.

action

Update to version 3.9.2 to benefit from bug fixes and performance improvements.

view source on github->
v3.9.1lowfeatureSep 26, 2025

3.9.1

This release fixes a bug related to the `outDir` configuration for Docusaurus sites using `baseUrl`.

affected

Users with Docusaurus sites using `baseUrl` may be affected by the `outDir` configuration issue.

action

Update to version 3.9.1 to resolve the `outDir` configuration issue.

view source on github->
v3.9.0highdeprecationfeaturesecuritySep 25, 2025

3.9.0

This release introduces several new features, including support for DocSearch v4, email social icons, and improved i18n configurations. It also includes bug fixes and dependency upgrades.

affected

Users leveraging DocSearch, i18n configurations, or social icons in blogs will be affected.

action

Update dependencies and review new features and deprecations.

release_signals
!Upgraded `webpack-dev-server` to v5 to fix a security warning
!Deprecated `siteConfig.onBrokenMarkdownLinks` in favor of `siteConfig.markdown.hooks`
+Support for DocSearch v4 in `docusaurus-theme-search-algolia`
+Added email social icon support in the blog plugin
+Added `theme-tabs-container` stable className
+Upgraded Rspack to 1.5 with lazyBarrel experiment
+Added `i18n.localeConfigs[locale].{url,baseUrl}` config options
view source on github->