Skip to content

Commit dcacfcb

Browse files
Polish 15.9-a.3 changelog wording (round 2)
Drop redundant package-name prefixes inside each package's own changelog (per the skill style guide § Prefixes and scope), tighten the search package's Added entries the reviewer flagged as non-imperative or too technical, split compound bullets, and regenerate the Jetpack readme: - charts, components, activity-log, forms, search (Fixed), jetpack plugin (Improved compatibility): drop the prefix that repeats the package name. - search Added: rephrase the REST entry to start with `Add` and drop the `Module_Control` aside; de-internalize the rebuild-mode entry (no `Custom_Taxonomy_Slot_Mapping::backfill()`); split the Results List auto-switch entry into the behavior bullet and the opt-out toggle bullet (#48943); capitalize Whitelist; drop the `Search:` prefix on the WP-CLI backfill entry; split the `Search: AI Answers` entry into two `AI Answers:` bullets — one for the streaming panel, one for the customization dashboard (#48592). - Regenerated `projects/plugins/jetpack/readme.txt` via `tools/plugin-changelog-to-readme.sh jetpack`.
1 parent 6924b66 commit dcacfcb

7 files changed

Lines changed: 40 additions & 9 deletions

File tree

projects/js-packages/charts/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.4.1] - 2026-05-19
9+
### Changed
10+
- Keep stacked area chart paths mounted on legend toggle so only the hidden series animates down and the y-axis stays fixed. [#48804]
11+
812
## [1.4.0] - 2026-05-14
913
### Changed
1014
- Charts: Expose a source-side `./style.css` alias so monorepo consumers can resolve the import without a prior build. [#48682]
@@ -829,6 +833,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
829833
- Fixed lints following ESLint rule changes for TS [#40584]
830834
- Fixing a bug in Chart storybook data. [#40640]
831835

836+
[1.4.1]: https://github.com/Automattic/charts/compare/v1.4.0...v1.4.1
832837
[1.4.0]: https://github.com/Automattic/charts/compare/v1.3.1...v1.4.0
833838
[1.3.1]: https://github.com/Automattic/charts/compare/v1.3.0...v1.3.1
834839
[1.3.0]: https://github.com/Automattic/charts/compare/v1.2.1...v1.3.0

projects/js-packages/components/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
### This is a list detailing changes for the Jetpack RNA Components package releases.
44

5+
## [1.11.2] - 2026-05-19
6+
### Changed
7+
- Deprecate Status; inline @wordpress/ui Text in consumers. [#48711]
8+
59
## [1.11.1] - 2026-05-14
610
### Changed
711
- Update package dependencies. [#48696]
@@ -1784,6 +1788,7 @@
17841788
### Changed
17851789
- Update node version requirement to 14.16.1
17861790

1791+
[1.11.2]: https://github.com/Automattic/jetpack-components/compare/1.11.1...1.11.2
17871792
[1.11.1]: https://github.com/Automattic/jetpack-components/compare/1.11.0...1.11.1
17881793
[1.11.0]: https://github.com/Automattic/jetpack-components/compare/1.10.0...1.11.0
17891794
[1.10.0]: https://github.com/Automattic/jetpack-components/compare/1.9.0...1.10.0

projects/packages/activity-log/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.1.2] - 2026-05-19
9+
### Added
10+
- Add a "Performed by" filter for narrowing the log by actor, including MCP agents. Filtering is applied server-side so totals and pagination stay correct. [#48594]
11+
12+
### Changed
13+
- Update dependencies. [#48778]
14+
815
## [0.1.1] - 2026-05-11
916
### Changed
1017
- Activity Log: Open the Jetpack Cloud Backup restore flow from the "Manage backup" row action instead of showing a disabled placeholder. [#48531]
@@ -26,5 +33,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2633

2734
Initial release.
2835

36+
[0.1.2]: https://github.com/Automattic/jetpack-activity-log/compare/v0.1.1...v0.1.2
2937
[0.1.1]: https://github.com/Automattic/jetpack-activity-log/compare/v0.1.0...v0.1.1
3038
[0.1.0]: https://github.com/Automattic/jetpack-activity-log/compare/v0.1.0-alpha...v0.1.0

projects/packages/forms/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [7.21.2] - 2026-05-19
9+
### Changed
10+
- Exclude development files from production builds. [#47365]
11+
- Replace link-style `Button` components and bare `<a>` tags with `Link` from `@wordpress/ui` in integrations, the responses modal, and response inspector mailto/tel links. Open Akismet-related URLs in a new tab only in the block editor so the dashboard keeps navigation in the same tab. [#48407]
12+
- Update package dependencies. [#48695]
13+
14+
### Fixed
15+
- Contact Form: remove `opacity: 0.6` from the "Required" label so it inherits the full theme text colour. The opacity caused the rendered colour to fall below the WCAG 2.2 SC 1.4.3 minimum contrast ratio of 4.5:1 across multiple widely-used themes (Storefront, Hello Elementor, Astra, OceanWP). [#48925]
16+
- Restore full-width submit button on small screens for horizontal inline forms. The existing mobile media query set `flex-basis: 100%` on the button but had no effect when the parent form used the `is-layout-flex` class (horizontal orientation) because that layout lacks `flex-wrap: wrap`. Adding it at the 480px breakpoint allows the field and button to each stack to a full row on mobile. [#48928]
17+
818
## [7.21.1] - 2026-05-11
919
### Changed
1020
- Components: Use Link from `@wordpress/ui` instead of ExternalLink. [#48529]
@@ -2479,6 +2489,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
24792489
- Added a new jetpack/forms package [#28409]
24802490
- Added a public load_contact_form method for initializing the contact form module. [#28416]
24812491

2492+
[7.21.2]: https://github.com/automattic/jetpack-forms/compare/v7.21.1...v7.21.2
24822493
[7.21.1]: https://github.com/automattic/jetpack-forms/compare/v7.21.0...v7.21.1
24832494
[7.21.0]: https://github.com/automattic/jetpack-forms/compare/v7.20.0...v7.21.0
24842495
[7.20.0]: https://github.com/automattic/jetpack-forms/compare/v7.19.0...v7.20.0

projects/packages/search/CHANGELOG.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## [0.60.0] - 2026-05-19
99
### Added
1010
- Add auto-complete search suggestions feature. [#48473]
11-
- REST: `POST /jetpack/v4/search/plan/activate` accepts a new `search_experience` parameter (`overlay` | `inline` | `embedded`) so WordPress.com can change the default experience without a Jetpack code change. The legacy `enable_search` / `enable_instant_search` parameters keep working as a fallback for older callers. [#48848]
12-
- Search Blocks: Add a `rebuild` mode to `Custom_Taxonomy_Slot_Mapping::backfill()` that wipes the slot taxonomy before re-mirroring, so orphan slot rows from posts that lost their user-side terms get cleaned up. The default `mirror` mode keeps the existing per-post replacement behavior. [#48708]
13-
- Search Blocks: Results List auto-switches to the Product layout when the search is scoped to exactly the `product` post type via the `?post_types[]=product` URL parameter. On WooCommerce sites this takes effect for existing Results List blocks immediately after the update (no author action needed); opt out per block via the new "Auto-switch to Product view" toggle in the editor. [#48943]
14-
- Search Blocks: whitelist supported taxonomies in the Custom Taxonomy filter — the `jetpack_search_custom_taxonomy_map` filter now mirrors mapped taxonomies into Jetpack Search's index so custom-taxonomy filtering returns results. [#48684]
11+
- REST: Add a `search_experience` parameter (`overlay` | `inline` | `embedded`) to `POST /jetpack/v4/search/plan/activate`, so WordPress.com can set the default experience via the API. The legacy `enable_search` / `enable_instant_search` parameters still work for older callers. [#48848]
12+
- Search Blocks: Add a `rebuild` mode to the custom-taxonomy slot backfill that wipes and re-mirrors slot taxonomies, cleaning up orphan slot rows from posts that lost their user-side terms. The default `mirror` mode is unchanged. [#48708]
13+
- Search Blocks: Auto-switch Results List to the Product layout when the URL scopes search to the `product` post type (`?post_types[]=product`). [#48943]
14+
- Search Blocks: Add an "Auto-switch to Product view" toggle on Results List blocks to opt out per block. [#48943]
15+
- Search Blocks: Whitelist supported taxonomies in the Custom Taxonomy filter — the `jetpack_search_custom_taxonomy_map` filter now mirrors mapped taxonomies into Jetpack Search's index so custom-taxonomy filtering returns results. [#48684]
1516
- Search Dashboard: Add AI Agent Access opt-in toggle. [#48362]
1617
- Search Dashboard: Replace the experience radio list with a 2×2 card grid (Embedded / Overlay / Theme / Off), each carrying its own preview and customization actions. Move the selector into a new Settings tab. [#48563]
17-
- Search: Add `wp jetpack-search backfill_taxonomy_slot_mapping [--mode=mirror|rebuild]` so operators can backfill the custom-taxonomy → reserved-slot projection without reaching for `wp eval`. [#48849]
18-
- Search: AI Answers — add a streaming AI answers panel to the instant-search overlay. The AI can be customized from a new AI Answers dashboard. The feature is available on all paid plans. [#48592]
18+
- Add `wp jetpack-search backfill_taxonomy_slot_mapping [--mode=mirror|rebuild]` so operators can backfill the custom-taxonomy → reserved-slot projection without reaching for `wp eval`. [#48849]
19+
- AI Answers: Add a streaming AI answers panel to the instant-search overlay, available on all paid plans. [#48592]
20+
- AI Answers: Add a customization dashboard for AI Answers behavior. [#48592]
1921

2022
### Changed
2123
- Dashboard: Add "Autocomplete" to the pricing comparison grid, shown as included on both the free and paid plans. [#48899]
@@ -45,7 +47,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4547
- Search Dashboard: restore the visible space between "AI Answers" and "(Preview)" in the dashboard tab label. [#48850]
4648
- Search Dashboard: stop the dashboard from crashing when the WordPress.com plan response is partially populated (missing `plan_usage` or `plan_current` fields). [#48660]
4749
- Search Dashboard: the "Edit search template" and "Insert pattern" links on the Embedded experience card now use the modern Site Editor URL format, so they open the Jetpack Search template view and pre-filtered patterns library instead of an empty editor. [#48851]
48-
- Search: keep the chosen experience (overlay / inline / embedded) in sync with the legacy `instant_search_enabled` flag on reads and writes, so Sync replicates experience changes correctly — including the inline branch and freshly installed sites. [#48745]
50+
- Keep the chosen experience (overlay / inline / embedded) in sync with the legacy `instant_search_enabled` flag on reads and writes, so Sync replicates experience changes correctly — including the inline branch and freshly installed sites. [#48745]
4951

5052
## [0.59.0] - 2026-05-11
5153
### Added

projects/plugins/jetpack/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
- Shortlinks abilities: tighten permission_callback to edit_posts (was is_user_logged_in). [#48334]
1919

2020
### Improved compatibility
21-
- Jetpack: migrate Status indicator to @wordpress/ui Text. [#48711]
21+
- Migrate Status indicator to @wordpress/ui Text. [#48711]
2222

2323
### Bug fixes
2424
- Copy Post: fix backslash characters being stripped from post content, title, and excerpt when duplicating a post. [#48870]

projects/plugins/jetpack/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ Jetpack Backup can do a full website migration to a new host, migrate theme file
342342
- Shortlinks abilities: tighten permission_callback to edit_posts (was is_user_logged_in).
343343

344344
#### Improved compatibility
345-
- Jetpack: migrate Status indicator to @wordpress/ui Text.
345+
- Migrate Status indicator to @wordpress/ui Text.
346346

347347
#### Bug fixes
348348
- Copy Post: fix backslash characters being stripped from post content, title, and excerpt when duplicating a post.

0 commit comments

Comments
 (0)