Skip to content

Commit 52c2f81

Browse files
Update Changelog for 17.9.0
1 parent 4b47dde commit 52c2f81

File tree

1 file changed

+10
-53
lines changed

1 file changed

+10
-53
lines changed

changelog.txt

+10-53
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,6 @@
11
== Changelog ==
22

3-
= 17.9.0-rc.3 =
4-
5-
6-
## Changelog
7-
8-
### Various
9-
10-
#### Font Library
11-
- Backport r57804 from wp-dev. ([59767](https://github.com/WordPress/gutenberg/pull/59767))
12-
13-
14-
15-
16-
## Contributors
17-
18-
The following contributors merged PRs in this release:
19-
20-
@peterwilsoncc
21-
22-
23-
= 17.9.0-rc.2 =
24-
25-
26-
## Changelog
27-
28-
### Bug Fixes
29-
30-
- Revert "Zoomed-Out Mode: Don't show blocks in zoomed out view". ([59750](https://github.com/WordPress/gutenberg/pull/59750))
31-
32-
#### Global Styles
33-
- Remove the extra unneeded color variations panel. ([59718](https://github.com/WordPress/gutenberg/pull/59718))
34-
35-
#### Block Editor
36-
- Fix: Re-render toolbar when parent block changes. ([59234](https://github.com/WordPress/gutenberg/pull/59234))
37-
38-
#### Site Editor
39-
- Fix site editor crashing when not fully loaded. ([59658](https://github.com/WordPress/gutenberg/pull/59658))
40-
41-
42-
43-
44-
## Contributors
45-
46-
The following contributors merged PRs in this release:
47-
48-
@scruffian @torounit @jeryj
49-
50-
51-
= 17.9.0-rc.1 =
3+
= 17.9.0 =
524

535

546
## Changelog
@@ -80,7 +32,6 @@ The following contributors merged PRs in this release:
8032
- Template Parts: Add a replace flow to the inspector controls. ([55128](https://github.com/WordPress/gutenberg/pull/55128))
8133

8234
#### Site Editor
83-
- Zoomed-Out Mode: Don't show blocks in zoomed out view. ([59245](https://github.com/WordPress/gutenberg/pull/59245))
8435
- Block Theme Previews: Remove "Looking for Template Parts?" hint. ([59092](https://github.com/WordPress/gutenberg/pull/59092))
8536
- Remove the site editor sidebar navigation edit button. ([59335](https://github.com/WordPress/gutenberg/pull/59335))
8637
- Scale the zoomed out mode to fit available space. ([59342](https://github.com/WordPress/gutenberg/pull/59342))
@@ -131,6 +82,7 @@ The following contributors merged PRs in this release:
13182
- Hide UI elements when user lacks permissions. ([59332](https://github.com/WordPress/gutenberg/pull/59332))
13283
- Load/Unload the font face in browser when toggling the variants. ([59066](https://github.com/WordPress/gutenberg/pull/59066))
13384
- Use SearchControl component for search input. ([59589](https://github.com/WordPress/gutenberg/pull/59589))
85+
- REST API: Backport r57804 from wp-dev. ([59767](https://github.com/WordPress/gutenberg/pull/59767))
13486

13587
#### Interactivity API
13688
- Fix `navigate()` issues related to initial state merges. ([57134](https://github.com/WordPress/gutenberg/pull/57134))
@@ -149,6 +101,7 @@ The following contributors merged PRs in this release:
149101

150102
#### Block Editor
151103
- Fix Navigation link control overlapping issue. ([59065](https://github.com/WordPress/gutenberg/pull/59065))
104+
- Fix: Re-render toolbar when parent block changes. ([59234](https://github.com/WordPress/gutenberg/pull/59234))
152105
- List: Copy wrapper when multi selecting items. ([59460](https://github.com/WordPress/gutenberg/pull/59460))
153106
- Refactor: UseBlockTools hook. ([58979](https://github.com/WordPress/gutenberg/pull/58979))
154107
- Rich text: Fix typing into empty flex element. ([59473](https://github.com/WordPress/gutenberg/pull/59473))
@@ -171,12 +124,14 @@ The following contributors merged PRs in this release:
171124
- Ensure ResizableFrame does not force Cover blocks within the editor to show drag handles. ([59262](https://github.com/WordPress/gutenberg/pull/59262))
172125
- Iframe: Scale html instead of iframe element for zoomed out mode. ([59334](https://github.com/WordPress/gutenberg/pull/59334))
173126
- Zoom out mode: Only apply grey background for mode. ([59377](https://github.com/WordPress/gutenberg/pull/59377))
174-
- Site Editor: Fix Global Styles outdated output. ([59628](https://github.com/WordPress/gutenberg/pull/59628))
127+
- Fix Global Styles outdated output. ([59628](https://github.com/WordPress/gutenberg/pull/59628))
128+
- Fix site editor crashing when not fully loaded. ([59658](https://github.com/WordPress/gutenberg/pull/59658))
175129

176130
#### Global Styles
177131
- Dynamically set border panel label based on the controls available. ([59358](https://github.com/WordPress/gutenberg/pull/59358))
178132
- Shadow: Fix layout collapse when indicator is selected. ([59309](https://github.com/WordPress/gutenberg/pull/59309))
179133
- Theme JSON: Check for null values to cater for blockGap. ([59258](https://github.com/WordPress/gutenberg/pull/59258))
134+
- Remove the extra unneeded color variations panel. ([59718](https://github.com/WordPress/gutenberg/pull/59718))
180135

181136
#### Post Editor
182137
- Command Palette: Prevent mode switching if only one editor mode is available. ([59299](https://github.com/WordPress/gutenberg/pull/59299))
@@ -287,7 +242,7 @@ The following contributors merged PRs in this release:
287242
- Editor: Remove MoreDropdownMenuComponent. ([59096](https://github.com/WordPress/gutenberg/pull/59096))
288243
- Interface: Remove unused MoreMenuFeatureToggle component. ([59095](https://github.com/WordPress/gutenberg/pull/59095))
289244
- Remove old templates list code. ([59558](https://github.com/WordPress/gutenberg/pull/59558))
290-
- Replace Navigator isSmall prop WordPress/gutenberg#53560. ([59304](https://github.com/WordPress/gutenberg/pull/59304))
245+
- Replace Navigator isSmall prop. ([59304](https://github.com/WordPress/gutenberg/pull/59304))
291246
- Theme JSON Tests: Refactor base styles to a static variable. ([58975](https://github.com/WordPress/gutenberg/pull/58975))
292247
- Update: Simplify code and use capture events instead of pointer-events hack. ([59565](https://github.com/WordPress/gutenberg/pull/59565))
293248
- l10n: Unify terminology to `screen size`. ([59456](https://github.com/WordPress/gutenberg/pull/59456))
@@ -368,7 +323,9 @@ The following PRs were merged by first time contributors:
368323

369324
The following contributors merged PRs in this release:
370325

371-
@afercia @ajlende @alanjacobmathew @andrewserong @annezazu @arthur791004 @bacoords @c4rl0sbr4v0 @carolinan @chad1008 @creativecoder @DAreRodz @dcalhoun @desrosj @draganescu @ellatrix @fluiddot @getdave @glendaviesnz @huzaifaalmesbah @inc2734 @jameskoster @jasmussen @jeryj @jorgefilipecosta @jsnajdr @juanfra @kevin940726 @madhusudhand @Mamaduka @matiasbenedetto @mattgrshaw @michalczaplinski @mikachan @mirka @ndiego @noisysocks @ntsekouras @oandregal @ockham @pbking @ramonjd @retrofox @samueljseay @SantosGuillamot @scruffian @shail-mehta @SiobhyB @sirreal @sunil25393 @t-hamano @talldan @tellthemachines @TeresaGobble @torounit @tyxla @WunderBart @youknowriad
326+
@afercia @ajlende @alanjacobmathew @andrewserong @annezazu @arthur791004 @bacoords @c4rl0sbr4v0 @carolinan @chad1008 @creativecoder @DAreRodz @dcalhoun @desrosj @draganescu @ellatrix @fluiddot @getdave @glendaviesnz @huzaifaalmesbah @inc2734 @jameskoster @jasmussen @jeryj @jorgefilipecosta @jsnajdr @juanfra @kevin940726 @madhusudhand @Mamaduka @matiasbenedetto @mattgrshaw @michalczaplinski @mikachan @mirka @ndiego @noisysocks @ntsekouras @oandregal @ockham @pbking @peterwilsoncc @ramonjd @retrofox @samueljseay @SantosGuillamot @scruffian @shail-mehta @SiobhyB @sirreal @sunil25393 @t-hamano @talldan @tellthemachines @TeresaGobble @torounit @tyxla @WunderBart @youknowriad
327+
328+
372329

373330

374331
= 17.8.2 =

0 commit comments

Comments
 (0)