Skip to content

Commit 144d701

Browse files
committed
General: Bump the pinned hash for Gutenberg to e73c3c4.
This updates the pinned commit hash of the Gutenberg repository from `2872d71cde528d82675f14862a1b84e2b8abbaea` to `e73c3c481db0650183f092af157f6e42efe9ee2d`. A full list of changes included in this commit can be found on GitHub: WordPress/gutenberg@2872d71...e73c3c4 - Icon block: Show text and background color controls by default. (WordPress/gutenberg#80251) - fix: set dataviews popover hover text color (WordPress/gutenberg#80105) - DataViews: Fix the unintended gap between `list` layout items when `groupBy` is set (WordPress/gutenberg#80254) - DataViews: Fix the `list` layout ignoring some settings when `groupBy` is set (WordPress/gutenberg#80255) - DataViews: Add shift-click range selection (WordPress/gutenberg#80046) - Responsive Editing: support editing pattern styles (WordPress/gutenberg#80233) - Tab List: Add toolbar buttons to reorder tabs (WordPress/gutenberg#80107) - Hide color controls for Navigation and Social Icons when viewport states are active (WordPress/gutenberg#80289) - Icons: Fix collection unregister not removing icons after core added its own registry (WordPress/gutenberg#80292) - Notes: increase contrast between avatar border colors (WordPress/gutenberg#80285) - Playlist: Fix track insertion (WordPress/gutenberg#80200) - Fix: Allow icon labels to wrap with word breaks and no ellipsis (WordPress/gutenberg#80309) - Core Abilities: Restore the ready promise and lazy-load via dynamic import (WordPress/gutenberg#79155) Props wildworks. See #65529. git-svn-id: https://develop.svn.wordpress.org/trunk@62757 602fd350-edb4-49c9-b593-d223f7449a82
1 parent e7f523f commit 144d701

6 files changed

Lines changed: 24 additions & 18 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://develop.svn.wordpress.org/trunk"
88
},
99
"gutenberg": {
10-
"sha": "2872d71cde528d82675f14862a1b84e2b8abbaea",
10+
"sha": "e73c3c481db0650183f092af157f6e42efe9ee2d",
1111
"ghcrRepo": "WordPress/gutenberg/gutenberg-wp-develop-build"
1212
},
1313
"engines": {

src/wp-includes/assets/script-loader-packages.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
'wp-url',
105105
'wp-warning'
106106
),
107-
'version' => '71e7b84529c697129ad2'
107+
'version' => '99803447584b3d7644e9'
108108
),
109109
'block-library.js' => array(
110110
'dependencies' => array(
@@ -150,7 +150,7 @@
150150
'import' => 'dynamic'
151151
)
152152
),
153-
'version' => '055223542466f9623198'
153+
'version' => 'c9f222767e6c1a5ce0f0'
154154
),
155155
'block-serialization-default-parser.js' => array(
156156
'dependencies' => array(
@@ -446,7 +446,7 @@
446446
'import' => 'static'
447447
)
448448
),
449-
'version' => '9c810e308a711a2bcdf2'
449+
'version' => 'a37c6fdd10740408f19d'
450450
),
451451
'edit-widgets.js' => array(
452452
'dependencies' => array(
@@ -537,7 +537,7 @@
537537
'import' => 'static'
538538
)
539539
),
540-
'version' => 'a2f8d72b2257e8f87177'
540+
'version' => '0a609157ffb795abc542'
541541
),
542542
'element.js' => array(
543543
'dependencies' => array(
@@ -657,7 +657,7 @@
657657
'wp-url',
658658
'wp-warning'
659659
),
660-
'version' => 'd8c18297580c50b16352'
660+
'version' => 'cdee5bad0dbdf854a8de'
661661
),
662662
'notices.js' => array(
663663
'dependencies' => array(

src/wp-includes/assets/script-modules-packages.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@
211211
'import' => 'static'
212212
)
213213
),
214-
'version' => '1e8b284f8ef6746e1032'
214+
'version' => 'fb445bf351657f44f1d0'
215215
),
216216
'core-abilities/index.js' => array(
217217
'dependencies' => array(
@@ -224,7 +224,7 @@
224224
'import' => 'static'
225225
)
226226
),
227-
'version' => 'ed8d088084da397754c1'
227+
'version' => '012760fd849397dd0031'
228228
),
229229
'dashboard-init/index.js' => array(
230230
'dependencies' => array(
@@ -382,9 +382,9 @@
382382
),
383383
array(
384384
'id' => '@wordpress/core-abilities',
385-
'import' => 'static'
385+
'import' => 'dynamic'
386386
)
387387
),
388-
'version' => '29988b33dda5ec9dc56b'
388+
'version' => '9e09ede3195f2f51bc49'
389389
)
390390
);

src/wp-includes/blocks/blocks-json.php

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3179,9 +3179,11 @@
31793179
),
31803180
'html' => false,
31813181
'color' => array(
3182-
'background' => true,
3183-
'text' => true,
3184-
'__experimentalSkipSerialization' => true
3182+
'__experimentalSkipSerialization' => true,
3183+
'__experimentalDefaultControls' => array(
3184+
'background' => true,
3185+
'text' => true
3186+
)
31853187
),
31863188
'interactivity' => array(
31873189
'clientNavigation' => true
@@ -7942,7 +7944,8 @@
79427944
'padding' => '.wp-block-tab-list button'
79437945
)
79447946
),
7945-
'style' => 'wp-block-tab-list'
7947+
'style' => 'wp-block-tab-list',
7948+
'editorStyle' => 'wp-block-tab-list-editor'
79467949
),
79477950
'tab-panel' => array(
79487951
'$schema' => 'https://schemas.wp.org/trunk/block.json',

src/wp-includes/blocks/icon/block.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,11 @@
3333
"align": [ "left", "center", "right" ],
3434
"html": false,
3535
"color": {
36-
"background": true,
37-
"text": true,
38-
"__experimentalSkipSerialization": true
36+
"__experimentalSkipSerialization": true,
37+
"__experimentalDefaultControls": {
38+
"background": true,
39+
"text": true
40+
}
3941
},
4042
"interactivity": {
4143
"clientNavigation": true

src/wp-includes/blocks/tab-list/block.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,6 @@
7777
"padding": ".wp-block-tab-list button"
7878
}
7979
},
80-
"style": "wp-block-tab-list"
80+
"style": "wp-block-tab-list",
81+
"editorStyle": "wp-block-tab-list-editor"
8182
}

0 commit comments

Comments
 (0)