4.3 KiB
4.3 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
0.1.18 - 2026-06-26
Changed
- Update package dependencies. [#49271]
0.1.17 - 2026-06-25
Changed
- Pin
@wordpress/private-apisto an exact version instead of the floatingnexttag. [#49838]
0.1.16 - 2026-06-23
Fixed
- Private APIs: Keep the private APIs polyfill active through WordPress 7.0 and older Gutenberg versions. [#49793]
- Private APIs: Track the @next private-apis release so the bundled allowlist covers newer dashboard packages such as @wordpress/widget-dashboard. [#49793]
0.1.15 - 2026-06-22
Changed
- Update package dependencies. [#49631] [#49691] [#49757]
0.1.14 - 2026-06-15
Changed
- Internal updates.
0.1.13 - 2026-06-09
Changed
- Update package dependencies. [#49273]
0.1.12 - 2026-06-08
Changed
- Update dependencies. [#49354]
0.1.11 - 2026-06-01
Changed
- Update package dependencies. [#48404] [#49152]
0.1.10 - 2026-05-25
Changed
- Update package dependencies. [#48405]
0.1.9 - 2026-05-19
Fixed
- Fix notices loading on older WordPress versions by bundling a compatibility helper for newer
@wordpress/noticesdependencies. [#48743]
0.1.8 - 2026-05-14
Changed
- Update dependencies. [#48778]
0.1.7 - 2026-05-11
Changed
- Build: Update @wordpress/admin-ui to 2.0.0. [#48410]
0.1.6 - 2026-05-04
Changed
- Internal: No longer require automattic/jetpack-changelogger as a per-project dev dependency. [#48225]
0.1.5 - 2026-04-20
Changed
- Update package dependencies. [#48106] [#48141]
0.1.4 - 2026-04-15
Changed
- Update package dependencies. [#47907]
0.1.3 - 2026-04-13
Changed
- Update package dependencies. [#47890]
Fixed
- Skip force-replacing polyfill scripts when the Gutenberg plugin is active, preventing crashes from allowlist mismatches (e.g. @wordpress/views). [#47956]
0.1.2 - 2026-04-06
Fixed
- Update @wordpress/private-apis to v1.43.0 to include @wordpress/views in the core modules allowlist, fixing a crash with latest Gutenberg trunk. [#47905]
0.1.1 - 2026-03-30
Changed
- Update dependencies.
0.1.0 - 2026-03-23
Added
- Create wp-build polyfills package. [#47367]
Changed
- Update @wordpress/boot version [#47644]
- Update package dependencies. [#47684]
Fixed
- Add @wordpress/ui to devDependencies so the boot module bundles it instead of externalizing it as an unregistered wp-ui script handle, which caused a blank page at runtime. [#47727]