Skip to content

Commit 8cd65e3

Browse files
committed
prep build 03/13
2 parents fef924e + 52c2f81 commit 8cd65e3

File tree

255 files changed

+3071
-1465
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

255 files changed

+3071
-1465
lines changed

.github/workflows/php-changes-detection.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ jobs:
2020
uses: tj-actions/changed-files@800a2825992141ddde1a8bca8ad394cec34d3188 # v42.0.5
2121
with:
2222
files: |
23-
*.{php}
24-
lib/**
25-
phpunit/**
23+
**.{php}
2624
2725
- name: List all changed files
2826
if: steps.changed-files-php.outputs.any_changed == 'true'

.github/workflows/rnmobile-android-runner.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}
2929

3030
- name: Use desired version of Java
31-
uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4.0.0
31+
uses: actions/setup-java@9704b39bf258b59bc04b50fa2dd55e9ed76b47a8 # v4.1.0
3232
with:
3333
distribution: 'corretto'
3434
java-version: '17'
@@ -47,7 +47,7 @@ jobs:
4747
run: npm run native test:e2e:setup
4848

4949
- name: Gradle cache
50-
uses: gradle/actions/setup-gradle@ec92e829475ac0c2315ea8f9eced72db85bb337a # v3.0.0
50+
uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0
5151

5252
- name: AVD cache
5353
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1

changelog.txt

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

3-
= 17.9.0-rc.1 =
3+
= 17.9.0 =
44

55

66
## Changelog
@@ -32,7 +32,6 @@
3232
- Template Parts: Add a replace flow to the inspector controls. ([55128](https://github.com/WordPress/gutenberg/pull/55128))
3333

3434
#### Site Editor
35-
- Zoomed-Out Mode: Don't show blocks in zoomed out view. ([59245](https://github.com/WordPress/gutenberg/pull/59245))
3635
- Block Theme Previews: Remove "Looking for Template Parts?" hint. ([59092](https://github.com/WordPress/gutenberg/pull/59092))
3736
- Remove the site editor sidebar navigation edit button. ([59335](https://github.com/WordPress/gutenberg/pull/59335))
3837
- Scale the zoomed out mode to fit available space. ([59342](https://github.com/WordPress/gutenberg/pull/59342))
@@ -83,6 +82,7 @@
8382
- Hide UI elements when user lacks permissions. ([59332](https://github.com/WordPress/gutenberg/pull/59332))
8483
- Load/Unload the font face in browser when toggling the variants. ([59066](https://github.com/WordPress/gutenberg/pull/59066))
8584
- 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))
8686

8787
#### Interactivity API
8888
- Fix `navigate()` issues related to initial state merges. ([57134](https://github.com/WordPress/gutenberg/pull/57134))
@@ -101,6 +101,7 @@
101101

102102
#### Block Editor
103103
- 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))
104105
- List: Copy wrapper when multi selecting items. ([59460](https://github.com/WordPress/gutenberg/pull/59460))
105106
- Refactor: UseBlockTools hook. ([58979](https://github.com/WordPress/gutenberg/pull/58979))
106107
- Rich text: Fix typing into empty flex element. ([59473](https://github.com/WordPress/gutenberg/pull/59473))
@@ -123,12 +124,14 @@
123124
- Ensure ResizableFrame does not force Cover blocks within the editor to show drag handles. ([59262](https://github.com/WordPress/gutenberg/pull/59262))
124125
- Iframe: Scale html instead of iframe element for zoomed out mode. ([59334](https://github.com/WordPress/gutenberg/pull/59334))
125126
- Zoom out mode: Only apply grey background for mode. ([59377](https://github.com/WordPress/gutenberg/pull/59377))
126-
- 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))
127129

128130
#### Global Styles
129131
- Dynamically set border panel label based on the controls available. ([59358](https://github.com/WordPress/gutenberg/pull/59358))
130132
- Shadow: Fix layout collapse when indicator is selected. ([59309](https://github.com/WordPress/gutenberg/pull/59309))
131133
- 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))
132135

133136
#### Post Editor
134137
- Command Palette: Prevent mode switching if only one editor mode is available. ([59299](https://github.com/WordPress/gutenberg/pull/59299))
@@ -239,7 +242,7 @@
239242
- Editor: Remove MoreDropdownMenuComponent. ([59096](https://github.com/WordPress/gutenberg/pull/59096))
240243
- Interface: Remove unused MoreMenuFeatureToggle component. ([59095](https://github.com/WordPress/gutenberg/pull/59095))
241244
- Remove old templates list code. ([59558](https://github.com/WordPress/gutenberg/pull/59558))
242-
- 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))
243246
- Theme JSON Tests: Refactor base styles to a static variable. ([58975](https://github.com/WordPress/gutenberg/pull/58975))
244247
- Update: Simplify code and use capture events instead of pointer-events hack. ([59565](https://github.com/WordPress/gutenberg/pull/59565))
245248
- l10n: Unify terminology to `screen size`. ([59456](https://github.com/WordPress/gutenberg/pull/59456))
@@ -320,7 +323,9 @@ The following PRs were merged by first time contributors:
320323

321324
The following contributors merged PRs in this release:
322325

323-
@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+
324329

325330

326331
= 17.8.2 =

docs/reference-guides/block-api/block-registration.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ icon: <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill="no
9898

9999
An object can also be passed as icon, in this case, icon, as specified above, should be included in the src property.
100100

101-
Besides src the object can contain background and foreground colors, this colors will appear with the icon when they are applicable e.g.: in the inserter.
101+
Besides src the object can contain background and foreground colors, these colors will appear with the icon when they are applicable e.g.: in the inserter.
102102

103103
```js
104104
icon: {
@@ -149,7 +149,7 @@ styles: [
149149
],
150150
```
151151

152-
Plugins and Themes can also register [custom block style](/docs/reference-guides/block-api/block-styles.md) for existing blocks.
152+
Plugins and Themes can also register [custom block styles](/docs/reference-guides/block-api/block-styles.md) for existing blocks.
153153

154154
#### attributes (optional)
155155

0 commit comments

Comments
 (0)