File tree Expand file tree Collapse file tree 2 files changed +82
-0
lines changed
packages/docs/site/docs/main Expand file tree Collapse file tree 2 files changed +82
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,47 @@ All notable changes to this project are documented in this file by a CI job
4
4
that runs on every NPM release. The file follows the [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ )
5
5
format.
6
6
7
+ ## [ v2.0.4] (2025-07-25)
8
+
9
+ ### Public API
10
+
11
+
12
+ #### Blueprints
13
+
14
+ - Distribute @wp-playground/client without any package.json dependencies. ([ #2426 ] ( https://github.com/WordPress/wordpress-playground/pull/2426 ) )
15
+
16
+ ### Tools
17
+
18
+ - Fix ESLint 9 linting in VSCode. ([ #2417 ] ( https://github.com/WordPress/wordpress-playground/pull/2417 ) )
19
+ - [ xdebug ] Add ` --experimental-devtools ` option in Playground CLI. ([ #2411 ] ( https://github.com/WordPress/wordpress-playground/pull/2411 ) )
20
+
21
+ ### PHP WebAssembly
22
+
23
+ - [ PHP] Dispatch request.error for all non-zero-exit request handler errors. ([ #2429 ] ( https://github.com/WordPress/wordpress-playground/pull/2429 ) )
24
+
25
+ ### Website
26
+
27
+ - Query Monitor plugin support. ([ #2415 ] ( https://github.com/WordPress/wordpress-playground/pull/2415 ) )
28
+
29
+ ### Internal
30
+
31
+ - Skip flaky end-to-end tests in Firefox and Webkit. ([ #2425 ] ( https://github.com/WordPress/wordpress-playground/pull/2425 ) )
32
+
33
+ ### Bug Fixes
34
+
35
+ - [ Xdebug Bridge] Correct error related to unresolved promises in bridge. ([ #2422 ] ( https://github.com/WordPress/wordpress-playground/pull/2422 ) )
36
+
37
+ ### Various
38
+
39
+ - Documentation add sidebar to blueprints bundles. ([ #2397 ] ( https://github.com/WordPress/wordpress-playground/pull/2397 ) )
40
+
41
+ ### Contributors
42
+
43
+ The following contributors merged PRs in this release:
44
+
45
+ @adamziel @brandonpayton @mho22 @shimotmk
46
+
47
+
7
48
## [ v2.0.3] (2025-07-24)
8
49
9
50
### Tools
Original file line number Diff line number Diff line change @@ -9,6 +9,47 @@ All notable changes to this project are documented in this file by a CI job
9
9
that runs on every NPM release. The file follows the [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ )
10
10
format.
11
11
12
+ ## [ v2.0.4] (2025-07-25)
13
+
14
+ ### Public API
15
+
16
+
17
+ #### Blueprints
18
+
19
+ - Distribute @wp-playground/client without any package.json dependencies. ([ #2426 ] ( https://github.com/WordPress/wordpress-playground/pull/2426 ) )
20
+
21
+ ### Tools
22
+
23
+ - Fix ESLint 9 linting in VSCode. ([ #2417 ] ( https://github.com/WordPress/wordpress-playground/pull/2417 ) )
24
+ - [ xdebug ] Add ` --experimental-devtools ` option in Playground CLI. ([ #2411 ] ( https://github.com/WordPress/wordpress-playground/pull/2411 ) )
25
+
26
+ ### PHP WebAssembly
27
+
28
+ - [ PHP] Dispatch request.error for all non-zero-exit request handler errors. ([ #2429 ] ( https://github.com/WordPress/wordpress-playground/pull/2429 ) )
29
+
30
+ ### Website
31
+
32
+ - Query Monitor plugin support. ([ #2415 ] ( https://github.com/WordPress/wordpress-playground/pull/2415 ) )
33
+
34
+ ### Internal
35
+
36
+ - Skip flaky end-to-end tests in Firefox and Webkit. ([ #2425 ] ( https://github.com/WordPress/wordpress-playground/pull/2425 ) )
37
+
38
+ ### Bug Fixes
39
+
40
+ - [ Xdebug Bridge] Correct error related to unresolved promises in bridge. ([ #2422 ] ( https://github.com/WordPress/wordpress-playground/pull/2422 ) )
41
+
42
+ ### Various
43
+
44
+ - Documentation add sidebar to blueprints bundles. ([ #2397 ] ( https://github.com/WordPress/wordpress-playground/pull/2397 ) )
45
+
46
+ ### Contributors
47
+
48
+ The following contributors merged PRs in this release:
49
+
50
+ @adamziel @brandonpayton @mho22 @shimotmk
51
+
52
+
12
53
## [ v2.0.3] (2025-07-24)
13
54
14
55
### Tools
You can’t perform that action at this time.
0 commit comments