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.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->