Skip to content

Commit 0086dd2

Browse files
Update Changelog for 22.7.0
1 parent 4b5606b commit 0086dd2

1 file changed

Lines changed: 23 additions & 73 deletions

File tree

changelog.txt

Lines changed: 23 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -1,84 +1,14 @@
11
== Changelog ==
22

3-
= 22.7.0-rc.4 =
4-
5-
## Changelog
6-
7-
### Bug Fixes
8-
9-
#### Block Editor
10-
- CI: Don't build release notes during plugin build workflow for WP Core sync ([76398](https://github.com/WordPress/gutenberg/pull/76398))
11-
12-
## Contributors
13-
14-
The following contributors merged PRs in this release:
15-
16-
@ockham
17-
18-
19-
20-
21-
22-
23-
24-
= 22.7.0-rc.3 =
25-
26-
## Changelog
27-
28-
### Bug Fixes
29-
30-
#### Block Editor
31-
- Content Guidelines: Add block guidelines management ([76187](https://github.com/WordPress/gutenberg/pull/76187))
32-
- Content Guidelines: Add UX for site, copy, image, and additional guidelines ([75420](https://github.com/WordPress/gutenberg/pull/75420))
33-
- Guidelines: Add actions for Import, Export and Revisions of guidelines ([76155](https://github.com/WordPress/gutenberg/pull/76155))
34-
35-
## Contributors
36-
37-
The following contributors merged PRs in this release:
38-
39-
@aswasif007 @iamchughmayank
40-
41-
42-
= 22.7.0-rc.2 =
43-
44-
45-
## Changelog
46-
47-
### Bug Fixes
48-
49-
#### Block Editor
50-
- RTC: Enable RTC by default ([75739](https://github.com/WordPress/gutenberg/pull/75739))
51-
- Interactivity: Fix crypto.randomUUID crash in non-secure contexts ([76151](https://github.com/WordPress/gutenberg/pull/76151))
52-
- Client-side media processing: Try plumbing invalidation to the block-editor's mediaUpload onSuccess callback ([76173](https://github.com/WordPress/gutenberg/pull/76173))
53-
- Client-side media processing: only use media upload provider when not in preview mode ([76124](https://github.com/WordPress/gutenberg/pull/76124))
54-
55-
56-
57-
58-
59-
## Contributors
60-
61-
The following contributors merged PRs in this release:
62-
63-
@andrewserong @chriszarate @scruffian
64-
65-
66-
= 22.7.0-rc.1 =
67-
3+
= 22.7.0 =
684

695
## Changelog
706

717
### Enhancements
72-
738
- Add phpMyAdmin support to wp-env Playground runtime. ([75532](https://github.com/WordPress/gutenberg/pull/75532))
74-
- Add: Connectors screen and API. ([75833](https://github.com/WordPress/gutenberg/pull/75833))
75-
- Connectors: Add `_ai_` prefix to connector setting names. ([75948](https://github.com/WordPress/gutenberg/pull/75948))
76-
- Connectors: Dynamically register providers from WP AI Client registry. ([76014](https://github.com/WordPress/gutenberg/pull/76014))
77-
- DataViews: Remove menu divider again. ([75893](https://github.com/WordPress/gutenberg/pull/75893))
789
- Dialog: Add legacy z-index compatibility. ([75874](https://github.com/WordPress/gutenberg/pull/75874))
7910
- Env: Improve help screen. ([75783](https://github.com/WordPress/gutenberg/pull/75783))
8011
- InputLayout: Replace slot context with data attributes. ([76011](https://github.com/WordPress/gutenberg/pull/76011))
81-
- Sync connector PHP behavior with Core backport changes. ([75968](https://github.com/WordPress/gutenberg/pull/75968))
8212
- Theme: Add design token fallback generation. ([75586](https://github.com/WordPress/gutenberg/pull/75586))
8313
- Theme: Add design token for interactive non-link elements. ([75697](https://github.com/WordPress/gutenberg/pull/75697))
8414
- UI: Add Notice component. ([75981](https://github.com/WordPress/gutenberg/pull/75981))
@@ -97,10 +27,23 @@ The following contributors merged PRs in this release:
9727
- Tabs: Remove custom state styling. ([75731](https://github.com/WordPress/gutenberg/pull/75731))
9828
- Unify block settings dropdown menu items across list views. ([75979](https://github.com/WordPress/gutenberg/pull/75979))
9929

30+
#### Connectors
31+
- Add: Connectors screen and API. ([75833](https://github.com/WordPress/gutenberg/pull/75833))
32+
- Connectors: Add `_ai_` prefix to connector setting names. ([75948](https://github.com/WordPress/gutenberg/pull/75948))
33+
- Connectors: Dynamically register providers from WP AI Client registry. ([76014](https://github.com/WordPress/gutenberg/pull/76014))
34+
- Sync connector PHP behavior with Core backport changes. ([75968](https://github.com/WordPress/gutenberg/pull/75968))
35+
36+
#### Content Guidelines
37+
- Content Guidelines: Add block guidelines management ([76187](https://github.com/WordPress/gutenberg/pull/76187))
38+
- Content Guidelines: Add UX for site, copy, image, and additional guidelines ([75420](https://github.com/WordPress/gutenberg/pull/75420))
39+
- Guidelines: Add actions for Import, Export and Revisions of guidelines ([76155](https://github.com/WordPress/gutenberg/pull/76155))
40+
10041
#### DataViews
10142
- Adjust column spacing in `table` layout when no titleField is provided. ([75410](https://github.com/WordPress/gutenberg/pull/75410))
10243
- Improve UI in `list` layout when we render only title and/or media fields. ([76042](https://github.com/WordPress/gutenberg/pull/76042))
10344
- MediaEdit: Auto-fill columns based on minimum item width. ([75509](https://github.com/WordPress/gutenberg/pull/75509))
45+
- DataViews: Remove menu divider again. ([75893](https://github.com/WordPress/gutenberg/pull/75893))
46+
- DataViews: Minimize padding for primary action buttons. ([75721](https://github.com/WordPress/gutenberg/pull/75721))
10447

10548
#### Post Editor
10649
- Center navigation preview content in preview pane. ([75741](https://github.com/WordPress/gutenberg/pull/75741))
@@ -111,7 +54,6 @@ The following contributors merged PRs in this release:
11154
- Try enabling style variation transforms for blocks in contentOnly mode. ([75761](https://github.com/WordPress/gutenberg/pull/75761))
11255

11356
#### Site Editor
114-
- DataViews: Minimize padding for primary action buttons. ([75721](https://github.com/WordPress/gutenberg/pull/75721))
11557
- QuickEdit: Rename status label and remove extra labels in popup. ([75824](https://github.com/WordPress/gutenberg/pull/75824))
11658

11759
#### Components
@@ -137,6 +79,7 @@ The following contributors merged PRs in this release:
13779
- Theme: Add build plugins to inject design token fallbacks. ([75589](https://github.com/WordPress/gutenberg/pull/75589))
13880
- Theme: Remove global design tokens stylesheet. ([75879](https://github.com/WordPress/gutenberg/pull/75879))
13981
- wp-build: Deregister script modules before re-registering. ([75909](https://github.com/WordPress/gutenberg/pull/75909))
82+
- CI: Don't build release notes during plugin build workflow for WP Core sync ([76398](https://github.com/WordPress/gutenberg/pull/76398))
14083

14184
#### Collaboration
14285
- Fix change-detection and new-post end-to-end tests after RTC enabled by default. ([75751](https://github.com/WordPress/gutenberg/pull/75751))
@@ -152,6 +95,7 @@ The following contributors merged PRs in this release:
15295
- Real-time collaboration: Remove ghost awareness state explicitly when refreshing. ([75883](https://github.com/WordPress/gutenberg/pull/75883))
15396
- [Real-time Collaboration] Fix sync issue on refresh. ([76017](https://github.com/WordPress/gutenberg/pull/76017))
15497
- Real-time collaboration: Improve disconnect dialog. ([75970](https://github.com/WordPress/gutenberg/pull/75970))
98+
- RTC: Enable RTC by default ([75739](https://github.com/WordPress/gutenberg/pull/75739))
15599

156100
#### Block Library
157101
- Block Support: Fix custom CSS not saved when style schema is not defined. ([75797](https://github.com/WordPress/gutenberg/pull/75797))
@@ -212,12 +156,16 @@ The following contributors merged PRs in this release:
212156

213157
#### Client Side Media
214158
- Fix: Skip scaled image sideload for images below big image threshold. ([75990](https://github.com/WordPress/gutenberg/pull/75990))
159+
- Client-side media processing: Try plumbing invalidation to the block-editor's mediaUpload onSuccess callback ([76173](https://github.com/WordPress/gutenberg/pull/76173))
160+
- Client-side media processing: only use media upload provider when not in preview mode ([76124](https://github.com/WordPress/gutenberg/pull/76124))
161+
215162

216163
#### Font Library
217164
- Fix: Use the same context for font library tabs translations. ([75930](https://github.com/WordPress/gutenberg/pull/75930))
218165

219166
#### Interactivity API
220167
- Interactivity Router: Fix back and forward navigation after refresh. ([75927](https://github.com/WordPress/gutenberg/pull/75927))
168+
- Interactivity: Fix crypto.randomUUID crash in non-secure contexts ([76151](https://github.com/WordPress/gutenberg/pull/76151))
221169

222170
#### Patterns
223171
- Unsynced patterns: Rename 'Disconnect pattern' to 'Detach pattern' in context menu. ([75807](https://github.com/WordPress/gutenberg/pull/75807))
@@ -345,7 +293,9 @@ The following PRs were merged by first-time contributors:
345293

346294
The following contributors merged PRs in this release:
347295

348-
@aagam-shah @aaronrobertshaw @adamsilverstein @aduth @alecgeatches @andrewserong @chriszarate @ciampo @DAreRodz @desrosj @dhasilva @dlind1 @ellatrix @fushar @gziolo @im3dabasia @ingeniumed @jasmussen @jeherve @jeryj @jorgefilipecosta @JosVelasco @jsnajdr @luisherranz @Mamaduka @manzoorwanijk @maxschmeling @Mayank-Tripathi32 @mcsf @mikachan @mikejolley @mirka @Mustafabharmal @namankhare @ntsekouras @oandregal @ockham @peterwilsoncc @prasadkarmalkar @ramonjd @scruffian @sgomes @shail-mehta @shekharnwagh @Soean @stokesman @t-hamano @talldan @tellthemachines @xristos3490 @youknowriad
296+
@aagam-shah @aaronrobertshaw @adamsilverstein @aduth @alecgeatches @andrewserong @aswasif007 @chriszarate @ciampo @DAreRodz @desrosj @dhasilva @dlind1 @ellatrix @fushar @gziolo @iamchughmayank @im3dabasia @ingeniumed @jasmussen @jeherve @jeryj @jorgefilipecosta @JosVelasco @jsnajdr @luisherranz @Mamaduka @manzoorwanijk @maxschmeling @Mayank-Tripathi32 @mcsf @mikachan @mikejolley @mirka @Mustafabharmal @namankhare @ntsekouras @oandregal @ockham @peterwilsoncc @prasadkarmalkar @ramonjd @scruffian @sgomes @shail-mehta @shekharnwagh @Soean @stokesman @t-hamano @talldan @tellthemachines @xristos3490 @youknowriad
297+
298+
349299

350300

351301
= 22.6.0 =

0 commit comments

Comments
 (0)