Skip to content

Commit f51b21a

Browse files
committed
Gutenberg ref update.
CI run: WordPress/wordpress-develop#11167. See #64595. --- I've included a log of the Gutenberg changes with the following command: git log --reverse --format="- %s" 022d8dd3d461f91b15c1f0410649d3ebb027207f..e499abfb843a43ac88455ca319220c5f181e1cf3 | sed 's|#\([0-9][0-9]*\)|https://github.com/WordPress/gutenberg/pull/\1|g; /github\.com\/WordPress\/gutenberg\/pull/!d' | pbcopy - Add documentation for contentRole and listView block supports (WordPress/gutenberg#75903) - Interactivity Router: fix back and forward navigation after refresh (WordPress/gutenberg#75927) - Real-time collaboration: Fix disconnect dialog on navigate (WordPress/gutenberg#75886) - Real Time Collab: Throttle syncing for inactive tabs. (WordPress/gutenberg#75843) - Components: Specify line-height to avoid inheriting default values (WordPress/gutenberg#75880) - Pattern Editing: Fix sibling blocks to edited pattern not being disabled (WordPress/gutenberg#75994) - Sync connector PHP behavior with Core backport changes (WordPress/gutenberg#75968) - Connectors: Avoid manual string concatenation (WordPress/gutenberg#75997) - DataForm: fix field label for panel (should not be uppercase) (WordPress/gutenberg#75944) - Views: add support for more overrides (all developer-defined config) (WordPress/gutenberg#75971) - Use homeUrl instead of siteUrl for link badge evaluations (WordPress/gutenberg#75978) - DataViews: Right-align `integer` and `number` fields (WordPress/gutenberg#75917) - Navigation Link: Compare internal links by host instead of origin (WordPress/gutenberg#76015) - Fix: Skip scaled image sideload for images below big image threshold (WordPress/gutenberg#75990) - Client side media cherry pick for 7.0 (WordPress/gutenberg#75998) - Show transform dropdown previews on focus as well as hover (WordPress/gutenberg#75940) (WordPress/gutenberg#75992) - RTC: Fix syncing of emoji / surrogate pairs (WordPress/gutenberg#76049) - [Real-time Collaboration] Fix sync issue on refresh (WordPress/gutenberg#76017) - Real-time collaboration: Improve disconnect dialog (WordPress/gutenberg#75970) - DataViews: Fix filter toggle flickering when there are locked or primary filters (WordPress/gutenberg#75913) (WordPress/gutenberg#76068) - Connectors: Dynamically register providers from WP AI Client registry (WordPress/gutenberg#76014) - PHP-only Blocks: Reflect bound attribute values in inspector controls (WordPress/gutenberg#76040) - Fix: Set quality and strip metadata in client-side image resize (WordPress/gutenberg#76029) - RTC: Prevent duplicate poll cycles (WordPress/gutenberg#76059) - RTC: Fix stale CRDT document persisted on save (WordPress/gutenberg#75975) - RTC: Disable multiple collaborators if meta boxes are present (WordPress/gutenberg#75939) - Directly inject styles in overlay to make styles stay consistently mounted (WordPress/gutenberg#75700) - Real-time collaboration: Fix comment syncing on site editor (WordPress/gutenberg#75746) - Real-time Collaboration: Bug fix for CRDT user selection and add tests (WordPress/gutenberg#75075) - RTC: Updates from backport PR (WordPress/gutenberg#75711) - RTC: Fix undefined array_first() call in sync storage (WordPress/gutenberg#75869) - RTC: Fix fallthrough for sync update switch statement (WordPress/gutenberg#76060) - Real-time collaboration: Remove block client IDs from Awareness, fix "Show Template" view (WordPress/gutenberg#75590) - RTC: Add session activity notifications (WordPress/gutenberg#76065) - Prevent non-reproducible Sass/CSS builds. (WordPress/gutenberg#76098) - Block toolbar and context menu: hide pattern actions in Revisions UI (WordPress/gutenberg#76066) - Try enabling style variation transforms for blocks in contentOnly mode (WordPress/gutenberg#75761) - Block toolbar: hide styles dropdown in Revisions UI (WordPress/gutenberg#76119) - Image block: fix lightbox srcset size (WordPress/gutenberg#76092) - Fix writing flow navigation for annotation style, or any other block with border radius (WordPress/gutenberg#76072) - Image: Hide 'Set as featured image' for in-editor revisions (WordPress/gutenberg#76123) - Connectors: Gate unavailable install actions behind install capability (WordPress/gutenberg#75980) - build: Exclude experimental pages from Core builds (WordPress/gutenberg#76038) - HTML & Shortcode: Disable viewport visibility support (WordPress/gutenberg#76138) - RTC: Verify client ID to avoid awareness mutation (WordPress/gutenberg#76056) - wp-build: Do not remove Core's default script modules registration (WordPress/gutenberg#75705) - wp-build: Deregister script modules before re-registering (WordPress/gutenberg#75909) - Remove `! function_exists()` checks from PHP templates (WordPress/gutenberg#76062) - Connectors: Update page identifier to options-connectors (WordPress/gutenberg#76156) - Connectors: Align init hook priorities with Core overrides (WordPress/gutenberg#76161) - Icon Block: Clean up selectors config (WordPress/gutenberg#75786) - Icons: Fix incorrect icon slug (WordPress/gutenberg#76165) - RTC: Enable RTC by default (WordPress/gutenberg#75739) - Rename and visibility modals: gate shortcuts behind canEditBlock to prevent triggering in revisions UI (WordPress/gutenberg#76168) - Fix: Block style variations not rendering in Site Editor Patterns page (WordPress/gutenberg#76122) - Client-side media processing: only use media upload provider when not in preview mode (WordPress/gutenberg#76124) - Notes: Disable for in-editor revisions (WordPress/gutenberg#76180) - Core Data: Support reading revision data in useEntityProp (fixes footnotes in revisions UI) (WordPress/gutenberg#76106) - Client-side media processing: Try plumbing invalidation to the block-editor's mediaUpload onSuccess callback (WordPress/gutenberg#76173) - Connectors: Improve responsive layout on small screens (WordPress/gutenberg#76186) - Interactivity API: Fix router initialization race condition on Safari/Firefox (WordPress/gutenberg#76053) (WordPress/gutenberg#76191) - Interactivity: Fix crypto.randomUUID crash in non-secure contexts (WordPress/gutenberg#76151) Built from https://develop.svn.wordpress.org/trunk@61843 git-svn-id: http://core.svn.wordpress.org/trunk@61130 1a063a9b-81f0-0310-95a4-ce76da25c4cd
1 parent ffe597f commit f51b21a

File tree

136 files changed

+9174
-6840
lines changed

Some content is hidden

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

136 files changed

+9174
-6840
lines changed

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

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
'wp-primitives',
6262
'wp-url'
6363
),
64-
'version' => '17c7b74296ea735c0361'
64+
'version' => '23207f52d0d266f6e1c4'
6565
),
6666
'block-editor.min.js' => array(
6767
'dependencies' => array(
@@ -100,7 +100,7 @@
100100
'wp-url',
101101
'wp-warning'
102102
),
103-
'version' => 'edda3f63e1371a95b4a9'
103+
'version' => '5140a363580d1c7cd43c'
104104
),
105105
'block-library.min.js' => array(
106106
'dependencies' => array(
@@ -142,7 +142,7 @@
142142
'import' => 'dynamic'
143143
)
144144
),
145-
'version' => 'd9167688508056e822dc'
145+
'version' => '7c541503acf57eac5326'
146146
),
147147
'block-serialization-default-parser.min.js' => array(
148148
'dependencies' => array(
@@ -214,7 +214,7 @@
214214
'wp-rich-text',
215215
'wp-warning'
216216
),
217-
'version' => '3357a9a6e689c39b08a9'
217+
'version' => '0405cfa25ddf48f7c0f2'
218218
),
219219
'compose.min.js' => array(
220220
'dependencies' => array(
@@ -266,7 +266,7 @@
266266
'wp-url',
267267
'wp-warning'
268268
),
269-
'version' => '0c143303cd44c5f33a31'
269+
'version' => '94b1c2f6db3c8822c7cb'
270270
),
271271
'customize-widgets.min.js' => array(
272272
'dependencies' => array(
@@ -331,7 +331,7 @@
331331
'dependencies' => array(
332332
'wp-deprecated'
333333
),
334-
'version' => 'aac39fc255d02334a74e'
334+
'version' => '66a6cf58e0c4cd128af0'
335335
),
336336
'dom-ready.min.js' => array(
337337
'dependencies' => array(
@@ -377,7 +377,7 @@
377377
'import' => 'static'
378378
)
379379
),
380-
'version' => '1a6b82c9f517652a242b'
380+
'version' => '553c68d537faab610eea'
381381
),
382382
'edit-site.min.js' => array(
383383
'dependencies' => array(
@@ -424,7 +424,7 @@
424424
'import' => 'static'
425425
)
426426
),
427-
'version' => '70ba63504dc660357661'
427+
'version' => 'b73b3bc48dddd6b78b65'
428428
),
429429
'edit-widgets.min.js' => array(
430430
'dependencies' => array(
@@ -511,7 +511,7 @@
511511
'import' => 'static'
512512
)
513513
),
514-
'version' => '56ed1f416a45cbaa7acf'
514+
'version' => 'f6b5f35286ac82ea0bc7'
515515
),
516516
'element.min.js' => array(
517517
'dependencies' => array(
@@ -626,15 +626,15 @@
626626
'wp-url',
627627
'wp-warning'
628628
),
629-
'version' => 'c217f9fd229e5c053fab'
629+
'version' => '68f7334c7a77bb83ffee'
630630
),
631631
'notices.min.js' => array(
632632
'dependencies' => array(
633633
'react-jsx-runtime',
634634
'wp-components',
635635
'wp-data'
636636
),
637-
'version' => 'f1760e9f1dd3202d1054'
637+
'version' => '218d0173a31ae7269246'
638638
),
639639
'nux.min.js' => array(
640640
'dependencies' => array(
@@ -667,7 +667,7 @@
667667
'wp-private-apis',
668668
'wp-url'
669669
),
670-
'version' => '3229838e98981966c8f5'
670+
'version' => '6a1e1df3db4f7198a518'
671671
),
672672
'plugins.min.js' => array(
673673
'dependencies' => array(
@@ -679,7 +679,7 @@
679679
'wp-is-shallow-equal',
680680
'wp-primitives'
681681
),
682-
'version' => 'b03040c408cd5bcc9f89'
682+
'version' => '72e3cf01c2b3535a9432'
683683
),
684684
'preferences.min.js' => array(
685685
'dependencies' => array(
@@ -695,7 +695,7 @@
695695
'wp-primitives',
696696
'wp-private-apis'
697697
),
698-
'version' => 'd3f26a2b3620d15a60a3'
698+
'version' => '035813168e404aa30193'
699699
),
700700
'preferences-persistence.min.js' => array(
701701
'dependencies' => array(
@@ -821,7 +821,7 @@
821821
'wp-hooks',
822822
'wp-private-apis'
823823
),
824-
'version' => '1156ddd6b9b4ba0f9015'
824+
'version' => '44b4d0543749363ed20d'
825825
),
826826
'theme.min.js' => array(
827827
'dependencies' => array(
@@ -860,7 +860,7 @@
860860
'import' => 'dynamic'
861861
)
862862
),
863-
'version' => 'b1456f7dd2b61c0e72cd'
863+
'version' => '7e012a6701be0a6ad8f3'
864864
),
865865
'url.min.js' => array(
866866
'dependencies' => array(
@@ -897,7 +897,7 @@
897897
'wp-notices',
898898
'wp-primitives'
899899
),
900-
'version' => '7064da49d4dd3848ba8a'
900+
'version' => '02b8dd683bc610f979fa'
901901
),
902902
'wordcount.min.js' => array(
903903
'dependencies' => array(

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

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
'wp-primitives',
6262
'wp-url'
6363
),
64-
'version' => '17c7b74296ea735c0361'
64+
'version' => '23207f52d0d266f6e1c4'
6565
),
6666
'block-editor.js' => array(
6767
'dependencies' => array(
@@ -100,7 +100,7 @@
100100
'wp-url',
101101
'wp-warning'
102102
),
103-
'version' => 'edda3f63e1371a95b4a9'
103+
'version' => '5140a363580d1c7cd43c'
104104
),
105105
'block-library.js' => array(
106106
'dependencies' => array(
@@ -142,7 +142,7 @@
142142
'import' => 'dynamic'
143143
)
144144
),
145-
'version' => 'd9167688508056e822dc'
145+
'version' => '7c541503acf57eac5326'
146146
),
147147
'block-serialization-default-parser.js' => array(
148148
'dependencies' => array(
@@ -214,7 +214,7 @@
214214
'wp-rich-text',
215215
'wp-warning'
216216
),
217-
'version' => '3357a9a6e689c39b08a9'
217+
'version' => '0405cfa25ddf48f7c0f2'
218218
),
219219
'compose.js' => array(
220220
'dependencies' => array(
@@ -266,7 +266,7 @@
266266
'wp-url',
267267
'wp-warning'
268268
),
269-
'version' => '0c143303cd44c5f33a31'
269+
'version' => '94b1c2f6db3c8822c7cb'
270270
),
271271
'customize-widgets.js' => array(
272272
'dependencies' => array(
@@ -331,7 +331,7 @@
331331
'dependencies' => array(
332332
'wp-deprecated'
333333
),
334-
'version' => 'aac39fc255d02334a74e'
334+
'version' => '66a6cf58e0c4cd128af0'
335335
),
336336
'dom-ready.js' => array(
337337
'dependencies' => array(
@@ -377,7 +377,7 @@
377377
'import' => 'static'
378378
)
379379
),
380-
'version' => '1a6b82c9f517652a242b'
380+
'version' => '553c68d537faab610eea'
381381
),
382382
'edit-site.js' => array(
383383
'dependencies' => array(
@@ -424,7 +424,7 @@
424424
'import' => 'static'
425425
)
426426
),
427-
'version' => '70ba63504dc660357661'
427+
'version' => 'b73b3bc48dddd6b78b65'
428428
),
429429
'edit-widgets.js' => array(
430430
'dependencies' => array(
@@ -511,7 +511,7 @@
511511
'import' => 'static'
512512
)
513513
),
514-
'version' => '56ed1f416a45cbaa7acf'
514+
'version' => 'f6b5f35286ac82ea0bc7'
515515
),
516516
'element.js' => array(
517517
'dependencies' => array(
@@ -626,15 +626,15 @@
626626
'wp-url',
627627
'wp-warning'
628628
),
629-
'version' => 'c217f9fd229e5c053fab'
629+
'version' => '68f7334c7a77bb83ffee'
630630
),
631631
'notices.js' => array(
632632
'dependencies' => array(
633633
'react-jsx-runtime',
634634
'wp-components',
635635
'wp-data'
636636
),
637-
'version' => 'f1760e9f1dd3202d1054'
637+
'version' => '218d0173a31ae7269246'
638638
),
639639
'nux.js' => array(
640640
'dependencies' => array(
@@ -667,7 +667,7 @@
667667
'wp-private-apis',
668668
'wp-url'
669669
),
670-
'version' => '3229838e98981966c8f5'
670+
'version' => '6a1e1df3db4f7198a518'
671671
),
672672
'plugins.js' => array(
673673
'dependencies' => array(
@@ -679,7 +679,7 @@
679679
'wp-is-shallow-equal',
680680
'wp-primitives'
681681
),
682-
'version' => 'b03040c408cd5bcc9f89'
682+
'version' => '72e3cf01c2b3535a9432'
683683
),
684684
'preferences.js' => array(
685685
'dependencies' => array(
@@ -695,7 +695,7 @@
695695
'wp-primitives',
696696
'wp-private-apis'
697697
),
698-
'version' => 'd3f26a2b3620d15a60a3'
698+
'version' => '035813168e404aa30193'
699699
),
700700
'preferences-persistence.js' => array(
701701
'dependencies' => array(
@@ -821,7 +821,7 @@
821821
'wp-hooks',
822822
'wp-private-apis'
823823
),
824-
'version' => '1156ddd6b9b4ba0f9015'
824+
'version' => '44b4d0543749363ed20d'
825825
),
826826
'theme.js' => array(
827827
'dependencies' => array(
@@ -860,7 +860,7 @@
860860
'import' => 'dynamic'
861861
)
862862
),
863-
'version' => 'b1456f7dd2b61c0e72cd'
863+
'version' => '7e012a6701be0a6ad8f3'
864864
),
865865
'url.js' => array(
866866
'dependencies' => array(
@@ -897,7 +897,7 @@
897897
'wp-notices',
898898
'wp-primitives'
899899
),
900-
'version' => '7064da49d4dd3848ba8a'
900+
'version' => '02b8dd683bc610f979fa'
901901
),
902902
'wordcount.js' => array(
903903
'dependencies' => array(

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
'import' => 'static'
165165
)
166166
),
167-
'version' => '6824615fce168e3a228e'
167+
'version' => '77514d54b76613289de5'
168168
),
169169
'connectors/index.min.js' => array(
170170
'dependencies' => array(
@@ -175,7 +175,7 @@
175175
'wp-i18n',
176176
'wp-private-apis'
177177
),
178-
'version' => '00a04c7280e7ad762a10'
178+
'version' => 'fb1bf5511eb12e411ec6'
179179
),
180180
'core-abilities/index.min.js' => array(
181181
'dependencies' => array(
@@ -203,13 +203,13 @@
203203
'import' => 'static'
204204
)
205205
),
206-
'version' => 'c636e2e534fd52f7c77c'
206+
'version' => 'e57f44d1a9f69e75d2d9'
207207
),
208208
'interactivity/index.min.js' => array(
209209
'dependencies' => array(
210210

211211
),
212-
'version' => '4d9d9330d767da3813cc'
212+
'version' => 'f5a180d17cd8a38658aa'
213213
),
214214
'interactivity-router/full-page.min.js' => array(
215215
'dependencies' => array(
@@ -237,7 +237,7 @@
237237
'import' => 'static'
238238
)
239239
),
240-
'version' => '493dd3de12e3112b3130'
240+
'version' => '71aa17bac91628a0f874'
241241
),
242242
'latex-to-mathml/index.min.js' => array(
243243
'dependencies' => array(
@@ -271,7 +271,7 @@
271271
'wp-private-apis',
272272
'wp-style-engine'
273273
),
274-
'version' => '975bcb8ec820672fb894'
274+
'version' => '30ab62f45bfe9f971ea0'
275275
),
276276
'route/index.min.js' => array(
277277
'dependencies' => array(
@@ -298,7 +298,7 @@
298298
'dependencies' => array(
299299

300300
),
301-
'version' => 'da766814e900f6d5bb31'
301+
'version' => 'd782ee980156eae3b7fe'
302302
),
303303
'workflow/index.min.js' => array(
304304
'dependencies' => array(
@@ -319,6 +319,6 @@
319319
'import' => 'static'
320320
)
321321
),
322-
'version' => '2a87975a8bb2154aa3b1'
322+
'version' => '13556bc597bbf2a8d620'
323323
)
324324
);

0 commit comments

Comments
 (0)