diff --git a/packages/docs/site/bin/refresh-changelog.ts b/packages/docs/site/bin/refresh-changelog.ts index 6dd32fc4dfc..1d6d0e84ee3 100644 --- a/packages/docs/site/bin/refresh-changelog.ts +++ b/packages/docs/site/bin/refresh-changelog.ts @@ -11,6 +11,10 @@ const existingContent = fs.readFileSync(destinationPath, 'utf-8'); const frontmatterRegex = /^---\n([\s\S]*?)\n---/; const existingFrontmatter = existingContent.match(frontmatterRegex)?.[0] || ''; +// The destination file's frontmatter sets `format: md` so Docusaurus parses +// it as plain CommonMark instead of MDX. Without that, unescaped `{...}` or +// `<...>` in PR titles (e.g. `@php-wasm/{web,node}-5-2`) would be treated as +// JSX and crash the build. const changelogWithFrontmatter = existingFrontmatter + '\n\n' + changelog; // Write the modified changelog to the destination file diff --git a/packages/docs/site/docs/main/changelog.md b/packages/docs/site/docs/main/changelog.md index a49ddcc0b48..b7e588c74aa 100644 --- a/packages/docs/site/docs/main/changelog.md +++ b/packages/docs/site/docs/main/changelog.md @@ -1,6 +1,7 @@ --- title: Changelog slug: /changelog +format: md --- # Changelog @@ -9,7 +10,7 @@ All notable changes to this project are documented in this file by a CI job that runs on every NPM release. The file follows the [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) format. -## [v3.1.21] (2026-04-20) +## [v3.1.21] (2026-04-20) ### PHP WebAssembly @@ -26,12 +27,10 @@ The following contributors merged PRs in this release: @adamziel @JanJakes - -## [v3.1.20] (2026-04-16) +## [v3.1.20] (2026-04-16) ### Tools - #### GitHub integration - [Github Actions] Fix GitHub release publishing wrong version. ([#3488](https://github.com/WordPress/wordpress-playground/pull/3488)) @@ -70,8 +69,7 @@ The following contributors merged PRs in this release: @adamziel @ashfame @fellyph @mho22 @perashanid - -## [v3.1.19] (2026-04-13) +## [v3.1.19] (2026-04-13) ### Documentation @@ -105,13 +103,9 @@ The following contributors merged PRs in this release: @ashfame @brandonpayton @dd32 @fellyph @JanJakes @mho22 @perashanid @Rima1889 +## [v3.1.18] (2026-04-07) -## [v3.1.18] (2026-04-07) - - - - -## [v3.1.17] (2026-04-07) +## [v3.1.17] (2026-04-07) ### Enhancements @@ -131,8 +125,7 @@ The following contributors merged PRs in this release: @adamziel @fellyph - -## [v3.1.16] (2026-04-06) +## [v3.1.16] (2026-04-06) ### Website @@ -156,8 +149,7 @@ The following contributors merged PRs in this release: @bgrgicak @JanJakes @mho22 @noruzzamans @shimotmk - -## [v3.1.15] (2026-03-31) +## [v3.1.15] (2026-03-31) ### PHP WebAssembly @@ -169,12 +161,11 @@ The following contributors merged PRs in this release: @adamziel - -## [v3.1.14] (2026-03-30) +## [v3.1.14] (2026-03-30) ### PHP WebAssembly -- [Redis] va_arg long to va_arg zend_long for WASM32 ABI compatibility. ([#3417](https://github.com/WordPress/wordpress-playground/pull/3417)) +- [Redis] va_arg long to va_arg zend_long for WASM32 ABI compatibility. ([#3417](https://github.com/WordPress/wordpress-playground/pull/3417)) ### Internal @@ -203,8 +194,7 @@ The following contributors merged PRs in this release: @adamziel @beryl-dlg @bgrgicak @JanJakes @mho22 @perashanid @shimotmk @wojtekn - -## [v3.1.13] (2026-03-23) +## [v3.1.13] (2026-03-23) ### Enhancements @@ -222,7 +212,7 @@ The following contributors merged PRs in this release: - CLI: Add site editor performance benchmark. ([#3408](https://github.com/WordPress/wordpress-playground/pull/3408)) -### +### - CLI]: Consider it a lint error for CLI to depend on large Playground web packages. ([#3410](https://github.com/WordPress/wordpress-playground/pull/3410)) - Claude] Harden allow/deny lists and clarify dev server behavior. ([#3373](https://github.com/WordPress/wordpress-playground/pull/3373)) @@ -241,12 +231,10 @@ The following contributors merged PRs in this release: @adamziel @ashfame @bgrgicak @brandonpayton @wojtekn - -## [v3.1.12] (2026-03-16) +## [v3.1.12] (2026-03-16) ### Enhancements - #### Personal Playground - Remove Google Analytics from personal-wp. ([#3381](https://github.com/WordPress/wordpress-playground/pull/3381)) @@ -275,8 +263,7 @@ The following contributors merged PRs in this release: @adamziel @ashfame @brandonpayton @fellyph @zaerl - -## [v3.1.11] (2026-03-12) +## [v3.1.11] (2026-03-12) ### Enhancements @@ -284,7 +271,7 @@ The following contributors merged PRs in this release: ### Various -- [PHP] Mount parent directory for file symlinks so __DIR__ works. ([#3377](https://github.com/WordPress/wordpress-playground/pull/3377)) +- [PHP] Mount parent directory for file symlinks so **DIR** works. ([#3377](https://github.com/WordPress/wordpress-playground/pull/3377)) ### Contributors @@ -292,8 +279,7 @@ The following contributors merged PRs in this release: @adamziel - -## [v3.1.10] (2026-03-12) +## [v3.1.10] (2026-03-12) ### Various @@ -305,8 +291,7 @@ The following contributors merged PRs in this release: @brandonpayton - -## [v3.1.9] (2026-03-11) +## [v3.1.9] (2026-03-11) ### Enhancements @@ -328,8 +313,7 @@ The following contributors merged PRs in this release: @adamziel @bgrgicak @brandonpayton @mho22 - -## [v3.1.8] (2026-03-10) +## [v3.1.8] (2026-03-10) ### Website @@ -345,13 +329,9 @@ The following contributors merged PRs in this release: @bgrgicak @mho22 +## [v3.1.7] (2026-03-10) -## [v3.1.7] (2026-03-10) - - - - -## [v3.1.6] (2026-03-10) +## [v3.1.6] (2026-03-10) ### PHP WebAssembly @@ -373,8 +353,7 @@ The following contributors merged PRs in this release: @adamziel @bgrgicak @fellyph @pkevan - -## [v3.1.5] (2026-03-09) +## [v3.1.5] (2026-03-09) ### Documentation @@ -407,8 +386,7 @@ The following contributors merged PRs in this release: @adamziel @andreilupu @bcotrim @brandonpayton @dd32 @fellyph @JanJakes @mho22 - -## [v3.1.3] (2026-03-02) +## [v3.1.3] (2026-03-02) ### Tools @@ -451,8 +429,7 @@ The following contributors merged PRs in this release: @adamziel @brandonpayton @dd32 @epeicher @fellyph @fredrikekelund @JanJakes @mho22 @n8finch @zaerl - -## [v3.1.2] (2026-02-23) +## [v3.1.2] (2026-02-23) ### Tools @@ -477,8 +454,7 @@ The following contributors merged PRs in this release: @ashfame @bgrgicak @brandonpayton @epeicher @JanJakes - -## [v3.1.1] (2026-02-18) +## [v3.1.1] (2026-02-18) ### Bug Fixes @@ -490,8 +466,7 @@ The following contributors merged PRs in this release: @brandonpayton - -## [v3.1.0] (2026-02-18) +## [v3.1.0] (2026-02-18) ### Bug Fixes @@ -503,12 +478,11 @@ The following contributors merged PRs in this release: @brandonpayton - -## [v3.0.54] (2026-02-18) +## [v3.0.54] (2026-02-18) ### Blueprints -- Define $_SERVER['HTTP_HOST'] in the enableMultisite step. ([#3214](https://github.com/WordPress/wordpress-playground/pull/3214)) +- Define $\_SERVER['HTTP_HOST'] in the enableMultisite step. ([#3214](https://github.com/WordPress/wordpress-playground/pull/3214)) ### Tools @@ -528,8 +502,7 @@ The following contributors merged PRs in this release: @adamziel @bcotrim @bookchiq @JanJakes @noruzzamans @shimotmk - -## [v3.0.53] (2026-02-16) +## [v3.0.53] (2026-02-16) ### Various @@ -542,13 +515,9 @@ The following contributors merged PRs in this release: @brandonpayton +## [v3.0.52] (2026-02-12) -## [v3.0.52] (2026-02-12) - - - - -## [v3.0.51] (2026-02-12) +## [v3.0.51] (2026-02-12) ### Bug Fixes @@ -560,8 +529,7 @@ The following contributors merged PRs in this release: @adamziel - -## [v3.0.50] (2026-02-12) +## [v3.0.50] (2026-02-12) ### PHP WebAssembly @@ -573,8 +541,7 @@ The following contributors merged PRs in this release: @adamziel - -## [v3.0.49] (2026-02-12) +## [v3.0.49] (2026-02-12) ### Various @@ -586,8 +553,7 @@ The following contributors merged PRs in this release: @mho22 - -## [v3.0.48] (2026-02-11) +## [v3.0.48] (2026-02-11) ### Enhancements @@ -633,8 +599,7 @@ The following contributors merged PRs in this release: @adamziel @ashfame @bgrgicak @bph @brandonpayton @fellyph @JanJakes @mho22 @noruzzamans @Omcodes23 @shimotmk - -## [v3.0.47] (2026-02-02) +## [v3.0.47] (2026-02-02) ### Blueprints @@ -699,8 +664,7 @@ The following contributors merged PRs in this release: @adamziel @akirk @beryl-dlg @epeicher @fellyph @JanJakes @mho22 @noruzzamans - -## [v3.0.46] (2026-01-26) +## [v3.0.46] (2026-01-26) ### PHP WebAssembly @@ -722,12 +686,10 @@ The following contributors merged PRs in this release: @adamziel @akirk @noruzzamans - -## [v3.0.45] (2026-01-22) +## [v3.0.45] (2026-01-22) ### Tools - #### PHP WebAssembly - [PHP] Redis as a dynamic extension for Node.js. ([#3129](https://github.com/WordPress/wordpress-playground/pull/3129)) @@ -764,8 +726,7 @@ The following contributors merged PRs in this release: @adamziel @akirk @beryl-dlg @noruzzamans @shimotmk - -## [v3.0.44] (2026-01-20) +## [v3.0.44] (2026-01-20) ### Enhancements @@ -789,8 +750,7 @@ The following contributors merged PRs in this release: @adamziel - -## [v3.0.43] (2026-01-19) +## [v3.0.43] (2026-01-19) ### Enhancements @@ -816,8 +776,7 @@ The following contributors merged PRs in this release: @adamziel @fellyph - -## [v3.0.42] (2026-01-15) +## [v3.0.42] (2026-01-15) ### Enhancements @@ -833,8 +792,7 @@ The following contributors merged PRs in this release: @adamziel @fellyph - -## [v3.0.41] (2026-01-14) +## [v3.0.41] (2026-01-14) ### Enhancements @@ -858,8 +816,7 @@ The following contributors merged PRs in this release: @adamziel @fellyph @mho22 - -## [v3.0.40] (2026-01-12) +## [v3.0.40] (2026-01-12) ### Documentation @@ -878,12 +835,11 @@ The following contributors merged PRs in this release: @adamziel @fellyph @noruzzamans - -## [v3.0.39] (2026-01-07) +## [v3.0.39] (2026-01-07) ### PHP WebAssembly -- [CLI] Fix __dirname not defined error in intl extension. ([#3094](https://github.com/WordPress/wordpress-playground/pull/3094)) +- [CLI] Fix \_\_dirname not defined error in intl extension. ([#3094](https://github.com/WordPress/wordpress-playground/pull/3094)) ### Various @@ -895,13 +851,9 @@ The following contributors merged PRs in this release: @brandonpayton @iamsohilvahora +## [v3.0.38] (2026-01-06) -## [v3.0.38] (2026-01-06) - - - - -## [v3.0.37] (2026-01-06) +## [v3.0.37] (2026-01-06) ### PHP WebAssembly @@ -922,13 +874,9 @@ The following contributors merged PRs in this release: @mho22 @noruzzamans +## [v3.0.36] (2026-01-05) -## [v3.0.36] (2026-01-05) - - - - -## [v3.0.35] (2025-12-29) +## [v3.0.35] (2025-12-29) ### PHP WebAssembly @@ -949,8 +897,7 @@ The following contributors merged PRs in this release: @adamziel @noruzzamans @shimotmk - -## [v3.0.34] (2025-12-24) +## [v3.0.34] (2025-12-24) ### PHP WebAssembly @@ -972,8 +919,7 @@ The following contributors merged PRs in this release: @adamziel - -## [v3.0.33] (2025-12-22) +## [v3.0.33] (2025-12-22) ### Website @@ -985,8 +931,7 @@ The following contributors merged PRs in this release: @adamziel - -## [v3.0.32] (2025-12-18) +## [v3.0.32] (2025-12-18) ### PHP WebAssembly @@ -1003,13 +948,9 @@ The following contributors merged PRs in this release: @adamziel +## [v3.0.31] (2025-12-17) -## [v3.0.31] (2025-12-17) - - - - -## [v3.0.30] (2025-12-17) +## [v3.0.30] (2025-12-17) ### Documentation @@ -1029,8 +970,7 @@ The following contributors merged PRs in this release: @mho22 - -## [v3.0.29] (2025-12-17) +## [v3.0.29] (2025-12-17) ### Tools @@ -1050,13 +990,9 @@ The following contributors merged PRs in this release: @adamziel @akirk +## [v3.0.28] (2025-12-17) -## [v3.0.28] (2025-12-17) - - - - -## [v3.0.27] (2025-12-16) +## [v3.0.27] (2025-12-16) ### Internal @@ -1068,13 +1004,9 @@ The following contributors merged PRs in this release: @adamziel +## [v3.0.26] (2025-12-16) -## [v3.0.26] (2025-12-16) - - - - -## [v3.0.25] (2025-12-16) +## [v3.0.25] (2025-12-16) ### Website @@ -1095,8 +1027,7 @@ The following contributors merged PRs in this release: @adamziel - -## [v3.0.24] (2025-12-16) +## [v3.0.24] (2025-12-16) ### Website @@ -1112,8 +1043,7 @@ The following contributors merged PRs in this release: @adamziel - -## [v3.0.23] (2025-12-16) +## [v3.0.23] (2025-12-16) ### Enhancements @@ -1177,7 +1107,6 @@ The following contributors merged PRs in this release: ### Experiments - #### GitHub integration - [ playground-storage ] Add `vite-plugin-dts` to Playground Storage. ([#3035](https://github.com/WordPress/wordpress-playground/pull/3035)) @@ -1248,7 +1177,7 @@ The following contributors merged PRs in this release: - [Docs] Fix API reference. ([#2905](https://github.com/WordPress/wordpress-playground/pull/2905)) - [Docs] Fix documentation site build failures. ([#2913](https://github.com/WordPress/wordpress-playground/pull/2913)) -### +### - Xdebug ] Relocate `xdebug` into shared library directory. ([#3045](https://github.com/WordPress/wordpress-playground/pull/3045)) @@ -1274,12 +1203,10 @@ The following contributors merged PRs in this release: @adamziel @akirk @andr3ribeiro @bgrgicak @brandonpayton @epeicher @fellyph @JanJakes @jeffpaul @mho22 @shimotmk @SirLouen @Utsav-Ladani @wojtekn - -## [v3.0.22] (2025-11-17) +## [v3.0.22] (2025-11-17) ### Enhancements - #### Boot Flow - [Boot] Verify permalink structure is actually set. ([#2902](https://github.com/WordPress/wordpress-playground/pull/2902)) @@ -1309,7 +1236,7 @@ The following contributors merged PRs in this release: - [CLI] Fix null and "latest" WP version resolution and improve unzip error message. ([#2889](https://github.com/WordPress/wordpress-playground/pull/2889)) - [CLI] Fix run-cli leak which was revealed by repeated runCLI() calls during test. ([#2888](https://github.com/WordPress/wordpress-playground/pull/2888)) -### +### - CLI] Allow API consumers to rely upon option validation and default values. ([#2883](https://github.com/WordPress/wordpress-playground/pull/2883)) @@ -1330,7 +1257,6 @@ The following contributors merged PRs in this release: @adamziel @brandonpayton @fellyph @mehrazmorshed @praful2111 @shimotmk @SirLouen @Successfulsebunya - ## [v3.0.21] (2025-11-10) ### Bug Fixes