Skip to content

Commit 55440ef

Browse files
committed
Editor: Bump pinned hash for the Gutenberg repository.
This updates the pinned hash from the `gutenberg` from `8c78d87453509661a9f28f978ba2c242d515563b` to `487a096a9782ba6110a7686d7b4b2d0c55ed1b06`. The following changes are included: - Disables anchor support for the Page Break block. (WordPress/gutenberg#76434) - WP Admin: Update Connectors screen footer text for consistency. (WordPress/gutenberg#76382) - E2E Tests: Add coverage for AI plugin callout banner on Connectors page (WordPress/gutenberg#76432) - Update sync docs (WordPress/gutenberg#75972) - RTC: Add preference for collaborator notifications (WordPress/gutenberg#76460) - Fix "should undo bold" flaky test (WordPress/gutenberg#76464) - TimePicker: Clamp month day to valid day for month (WordPress/gutenberg#76400) - RTC: Fix error when entity record doesn't have 'meta' property (WordPress/gutenberg#76311) - Navigation: Update close button size. (WordPress/gutenberg#76482) - TemplateContentPanel: fix useSelect warning (WordPress/gutenberg#76421) - DataViews: Add spinner in `DataViewsLayout` in initial load of data (WordPress/gutenberg#76486) (WordPress/gutenberg#76490) - RTC: Fix TypeError in areEditorStatesEqual when selection is undefined (WordPress/gutenberg#76163) - Page/Post Content Focus Mode: Fix insertion into Post Content block (WordPress/gutenberg#76477) - Revisions: use useSubRegistry={false} to fix global store selectors (WordPress/gutenberg#76152) (WordPress/gutenberg#76522) - Fix RTL styling on Connectors, Font Library, and boot-based admin pages (WordPress/gutenberg#76496) - RTC: Auto-register custom taxonomy rest_base values for CRDT sync (WordPress/gutenberg#75983) - RTC: Add a limit for the default provider (WordPress/gutenberg#76437) - Fix RTL styling on AI plugin callout banner (WordPress/gutenberg#76497) - Add command palette trigger button to admin bar (WordPress/gutenberg#75757) - Block Bindings: Remove source items constrained by enums (WordPress/gutenberg#76200) - HTML Block: Remove "unsaved changes" check (WordPress/gutenberg#76086) - CI: Don't build release notes during plugin build workflow for WP Core sync (WordPress/gutenberg#76398) (WordPress/gutenberg#76578) - CI: Simplify strategy matrix in Build Gutenberg Plugin Zip workflow (WordPress/gutenberg#76435) (WordPress/gutenberg#76538) - Media: Add hooks and extension points for client-side media processing (WordPress/gutenberg#74913) - RTC: Fix list sidebar reset during real-time collaboration (WordPress/gutenberg#76025) - RTC: Fix CRDT serialization of nested RichText attributes (WordPress/gutenberg#76597) - RTC: Remove post list lock icon and replace user-specific lock text (WordPress/gutenberg#76322) - Fix HEIC upload error handling and sub-size format (WordPress/gutenberg#76514) - RTC: Fix cursor index sync with rich text formatting (WordPress/gutenberg#76418) - RTC: Allow filtering of `SyncConnectionModal` (WordPress/gutenberg#76554) - RTC: Implement front-end peer limits (WordPress/gutenberg#76565) - Navigation overlay close button may be displayed twice (WordPress/gutenberg#76585) - Site Editor > Templates: fix author filter (WordPress/gutenberg#76625) - Revisions: Show changed block attributes in inspector sidebar (WordPress/gutenberg#76550) - Fix IS_GUTENBERG_PLUGIN env var override in build config (WordPress/gutenberg#76605) - Real Time Collaboration: Introduce filters for the polling intervals. (WordPress/gutenberg#76518) - RTC: Fix RichTextData deserialization (WordPress/gutenberg#76607) - Cross Origin Isolation: Remove `img` from the list of elements that get mutated (WordPress/gutenberg#76618) - RTC: Scroll to collaborator on click (WordPress/gutenberg#76561) - Update changelog link for pull request 11276 (WordPress/gutenberg#76638) - Fix backport changelog filename (WordPress/gutenberg#76651) - Build: Skip non-minified build for WASM-inlined workers (WordPress/gutenberg#76615) - RTC: Change RTC option name (WordPress/gutenberg#76643) - BlockListBlock: fix crash when selectedProps are null (WordPress/gutenberg#75826) - Build: Fix vips worker 404 when SCRIPT_DEBUG is true (WordPress/gutenberg#76657) - useMediaQuery: support in-iframe queries via new `WindowContext` (WordPress/gutenberg#76446) (WordPress/gutenberg#76660) - Refactor admin-ui Page component to use @wordpress/theme tokens and @wordpress/ui layout primitive (WordPress/gutenberg#75963) - Connectors: Improve accessibility (WordPress/gutenberg#76456) - Build: Remove unused JXL WASM module from vips worker (WordPress/gutenberg#76639) - Connectors: fix button size (WordPress/gutenberg#76582) - Compose: Implement useCopyToClipboard and useCopyOnClick with native clipboard API (WordPress/gutenberg#75723) (WordPress/gutenberg#76663) - Connectors: Fetch specific plugin instead of all plugins (WordPress/gutenberg#76594) - Revisions: Add Meta fields diff panel to document sidebar (WordPress/gutenberg#76341) - Loosen client-side media processing requirements (WordPress/gutenberg#76616) - Reduce the added halo for selected block. (WordPress/gutenberg#76619) - Connectors: Add unregisterConnector and upsert support (WordPress/gutenberg#76541) A full list of changes can be found on GitHub: https://github.com/WordPress/gutenberg/compare/8c78d87453509661a9f28f978ba2c242d515563b…487a096a9782ba6110a7686d7b4b2d0c55ed1b06. Log created with: git log --reverse --format="- %s" 8c78d87453509661a9f28f978ba2c242d515563b..487a096a9782ba6110a7686d7b4b2d0c55ed1b06 | sed 's|#\([0-9][0-9]*\)|https://github.com/WordPress/gutenberg/pull/\1|g; /github\.com\/WordPress\/gutenberg\/pull/!d' | pbcopy See #64595. Built from https://develop.svn.wordpress.org/trunk@62063 git-svn-id: http://core.svn.wordpress.org/trunk@61345 1a063a9b-81f0-0310-95a4-ce76da25c4cd
1 parent 5a790f3 commit 55440ef

124 files changed

Lines changed: 44777 additions & 42917 deletions

File tree

Some content is hidden

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

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

Lines changed: 21 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
'wp-url',
101101
'wp-warning'
102102
),
103-
'version' => 'd803068b8e202e8ddcc9'
103+
'version' => 'c6c0d76c9541b0d32d67'
104104
),
105105
'block-library.min.js' => array(
106106
'dependencies' => array(
@@ -142,7 +142,7 @@
142142
'import' => 'dynamic'
143143
)
144144
),
145-
'version' => '34fa1c224ed894b32e72'
145+
'version' => '7df45ee84aa052551d68'
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' => 'e778951c7b5eb4671d91'
217+
'version' => 'e4a2b31831c0887fbe70'
218218
),
219219
'compose.min.js' => array(
220220
'dependencies' => array(
@@ -228,7 +228,7 @@
228228
'wp-priority-queue',
229229
'wp-undo-manager'
230230
),
231-
'version' => '42e10ac07bc50b2c5314'
231+
'version' => 'edb5a8c0b5bf71686403'
232232
),
233233
'core-commands.min.js' => array(
234234
'dependencies' => array(
@@ -266,7 +266,7 @@
266266
'wp-url',
267267
'wp-warning'
268268
),
269-
'version' => '767b16974e5758002db2'
269+
'version' => '4d15c0f82a9fb01a04ed'
270270
),
271271
'customize-widgets.min.js' => array(
272272
'dependencies' => array(
@@ -291,7 +291,7 @@
291291
'wp-private-apis',
292292
'wp-widgets'
293293
),
294-
'version' => 'e80611931675bf2bbbc8'
294+
'version' => '524dc7a4326b77064831'
295295
),
296296
'data.min.js' => array(
297297
'dependencies' => array(
@@ -344,7 +344,10 @@
344344
'media-models',
345345
'media-views',
346346
'postbox',
347+
'react',
348+
'react-dom',
347349
'react-jsx-runtime',
350+
'wp-a11y',
348351
'wp-api-fetch',
349352
'wp-block-editor',
350353
'wp-block-library',
@@ -368,6 +371,7 @@
368371
'wp-primitives',
369372
'wp-private-apis',
370373
'wp-style-engine',
374+
'wp-theme',
371375
'wp-url',
372376
'wp-widgets'
373377
),
@@ -377,7 +381,7 @@
377381
'import' => 'static'
378382
)
379383
),
380-
'version' => '5eccb583f18c127f6b68'
384+
'version' => 'f84d20a8526b3463e9ff'
381385
),
382386
'edit-site.min.js' => array(
383387
'dependencies' => array(
@@ -424,11 +428,14 @@
424428
'import' => 'static'
425429
)
426430
),
427-
'version' => 'd2dda88d87840f09cc45'
431+
'version' => 'a688ac97344ffdfcca99'
428432
),
429433
'edit-widgets.min.js' => array(
430434
'dependencies' => array(
435+
'react',
436+
'react-dom',
431437
'react-jsx-runtime',
438+
'wp-a11y',
432439
'wp-api-fetch',
433440
'wp-block-editor',
434441
'wp-block-library',
@@ -451,6 +458,7 @@
451458
'wp-preferences',
452459
'wp-primitives',
453460
'wp-private-apis',
461+
'wp-theme',
454462
'wp-url',
455463
'wp-viewport',
456464
'wp-widgets'
@@ -461,7 +469,7 @@
461469
'import' => 'static'
462470
)
463471
),
464-
'version' => '806130674ab07f4de152'
472+
'version' => '899c5ac5dcb94e19d378'
465473
),
466474
'editor.min.js' => array(
467475
'dependencies' => array(
@@ -511,7 +519,7 @@
511519
'import' => 'static'
512520
)
513521
),
514-
'version' => 'd6964395bb65759fe0ab'
522+
'version' => 'dc833098f1b4c066828b'
515523
),
516524
'element.min.js' => array(
517525
'dependencies' => array(
@@ -626,7 +634,7 @@
626634
'wp-url',
627635
'wp-warning'
628636
),
629-
'version' => '490d1513362c0dd0d184'
637+
'version' => '85f1375ab5f23cd5d13c'
630638
),
631639
'notices.min.js' => array(
632640
'dependencies' => array(
@@ -809,7 +817,7 @@
809817
'wp-hooks',
810818
'wp-private-apis'
811819
),
812-
'version' => '520093735c1b81307ab4'
820+
'version' => 'b16dc8f0d4c00e4dba22'
813821
),
814822
'theme.min.js' => array(
815823
'dependencies' => array(
@@ -848,7 +856,7 @@
848856
'import' => 'dynamic'
849857
)
850858
),
851-
'version' => '2dac6787d62a1c93f85e'
859+
'version' => 'd359c2cccf866d7082d2'
852860
),
853861
'url.min.js' => array(
854862
'dependencies' => array(

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

Lines changed: 21 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
'wp-url',
101101
'wp-warning'
102102
),
103-
'version' => 'd803068b8e202e8ddcc9'
103+
'version' => 'c6c0d76c9541b0d32d67'
104104
),
105105
'block-library.js' => array(
106106
'dependencies' => array(
@@ -142,7 +142,7 @@
142142
'import' => 'dynamic'
143143
)
144144
),
145-
'version' => '34fa1c224ed894b32e72'
145+
'version' => '7df45ee84aa052551d68'
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' => 'e778951c7b5eb4671d91'
217+
'version' => 'e4a2b31831c0887fbe70'
218218
),
219219
'compose.js' => array(
220220
'dependencies' => array(
@@ -228,7 +228,7 @@
228228
'wp-priority-queue',
229229
'wp-undo-manager'
230230
),
231-
'version' => '42e10ac07bc50b2c5314'
231+
'version' => 'edb5a8c0b5bf71686403'
232232
),
233233
'core-commands.js' => array(
234234
'dependencies' => array(
@@ -266,7 +266,7 @@
266266
'wp-url',
267267
'wp-warning'
268268
),
269-
'version' => '767b16974e5758002db2'
269+
'version' => '4d15c0f82a9fb01a04ed'
270270
),
271271
'customize-widgets.js' => array(
272272
'dependencies' => array(
@@ -291,7 +291,7 @@
291291
'wp-private-apis',
292292
'wp-widgets'
293293
),
294-
'version' => 'e80611931675bf2bbbc8'
294+
'version' => '524dc7a4326b77064831'
295295
),
296296
'data.js' => array(
297297
'dependencies' => array(
@@ -344,7 +344,10 @@
344344
'media-models',
345345
'media-views',
346346
'postbox',
347+
'react',
348+
'react-dom',
347349
'react-jsx-runtime',
350+
'wp-a11y',
348351
'wp-api-fetch',
349352
'wp-block-editor',
350353
'wp-block-library',
@@ -368,6 +371,7 @@
368371
'wp-primitives',
369372
'wp-private-apis',
370373
'wp-style-engine',
374+
'wp-theme',
371375
'wp-url',
372376
'wp-widgets'
373377
),
@@ -377,7 +381,7 @@
377381
'import' => 'static'
378382
)
379383
),
380-
'version' => '5eccb583f18c127f6b68'
384+
'version' => 'f84d20a8526b3463e9ff'
381385
),
382386
'edit-site.js' => array(
383387
'dependencies' => array(
@@ -424,11 +428,14 @@
424428
'import' => 'static'
425429
)
426430
),
427-
'version' => 'd2dda88d87840f09cc45'
431+
'version' => 'a688ac97344ffdfcca99'
428432
),
429433
'edit-widgets.js' => array(
430434
'dependencies' => array(
435+
'react',
436+
'react-dom',
431437
'react-jsx-runtime',
438+
'wp-a11y',
432439
'wp-api-fetch',
433440
'wp-block-editor',
434441
'wp-block-library',
@@ -451,6 +458,7 @@
451458
'wp-preferences',
452459
'wp-primitives',
453460
'wp-private-apis',
461+
'wp-theme',
454462
'wp-url',
455463
'wp-viewport',
456464
'wp-widgets'
@@ -461,7 +469,7 @@
461469
'import' => 'static'
462470
)
463471
),
464-
'version' => '806130674ab07f4de152'
472+
'version' => '899c5ac5dcb94e19d378'
465473
),
466474
'editor.js' => array(
467475
'dependencies' => array(
@@ -511,7 +519,7 @@
511519
'import' => 'static'
512520
)
513521
),
514-
'version' => 'd6964395bb65759fe0ab'
522+
'version' => 'dc833098f1b4c066828b'
515523
),
516524
'element.js' => array(
517525
'dependencies' => array(
@@ -626,7 +634,7 @@
626634
'wp-url',
627635
'wp-warning'
628636
),
629-
'version' => '490d1513362c0dd0d184'
637+
'version' => '85f1375ab5f23cd5d13c'
630638
),
631639
'notices.js' => array(
632640
'dependencies' => array(
@@ -809,7 +817,7 @@
809817
'wp-hooks',
810818
'wp-private-apis'
811819
),
812-
'version' => '520093735c1b81307ab4'
820+
'version' => 'b16dc8f0d4c00e4dba22'
813821
),
814822
'theme.js' => array(
815823
'dependencies' => array(
@@ -848,7 +856,7 @@
848856
'import' => 'dynamic'
849857
)
850858
),
851-
'version' => '2dac6787d62a1c93f85e'
859+
'version' => 'd359c2cccf866d7082d2'
852860
),
853861
'url.js' => array(
854862
'dependencies' => array(

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@
132132
),
133133
'boot/index.min.js' => array(
134134
'dependencies' => array(
135+
'react',
136+
'react-dom',
135137
'react-jsx-runtime',
136138
'wp-commands',
137139
'wp-components',
@@ -164,7 +166,7 @@
164166
'import' => 'static'
165167
)
166168
),
167-
'version' => '77514d54b76613289de5'
169+
'version' => '105defe2f1526f8a43e8'
168170
),
169171
'connectors/index.min.js' => array(
170172
'dependencies' => array(
@@ -175,7 +177,7 @@
175177
'wp-i18n',
176178
'wp-private-apis'
177179
),
178-
'version' => '0db9a26c7920b6ab9f4a'
180+
'version' => 'c9991cd0656dfe1c46e9'
179181
),
180182
'core-abilities/index.min.js' => array(
181183
'dependencies' => array(
@@ -209,7 +211,7 @@
209211
'dependencies' => array(
210212

211213
),
212-
'version' => 'f5a180d17cd8a38658aa'
214+
'version' => '4d2a3a72c7410d548881'
213215
),
214216
'interactivity-router/full-page.min.js' => array(
215217
'dependencies' => array(
@@ -298,7 +300,7 @@
298300
'dependencies' => array(
299301

300302
),
301-
'version' => '61b86a5f5540ba666280'
303+
'version' => 'aff5e5c5b28ae6b73aaa'
302304
),
303305
'workflow/index.min.js' => array(
304306
'dependencies' => array(

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@
132132
),
133133
'boot/index.js' => array(
134134
'dependencies' => array(
135+
'react',
136+
'react-dom',
135137
'react-jsx-runtime',
136138
'wp-commands',
137139
'wp-components',
@@ -164,7 +166,7 @@
164166
'import' => 'static'
165167
)
166168
),
167-
'version' => '77514d54b76613289de5'
169+
'version' => '105defe2f1526f8a43e8'
168170
),
169171
'connectors/index.js' => array(
170172
'dependencies' => array(
@@ -175,7 +177,7 @@
175177
'wp-i18n',
176178
'wp-private-apis'
177179
),
178-
'version' => '0db9a26c7920b6ab9f4a'
180+
'version' => 'c9991cd0656dfe1c46e9'
179181
),
180182
'core-abilities/index.js' => array(
181183
'dependencies' => array(
@@ -209,7 +211,7 @@
209211
'dependencies' => array(
210212

211213
),
212-
'version' => 'f5a180d17cd8a38658aa'
214+
'version' => '4d2a3a72c7410d548881'
213215
),
214216
'interactivity-router/full-page.js' => array(
215217
'dependencies' => array(
@@ -298,7 +300,7 @@
298300
'dependencies' => array(
299301

300302
),
301-
'version' => '61b86a5f5540ba666280'
303+
'version' => 'aff5e5c5b28ae6b73aaa'
302304
),
303305
'workflow/index.js' => array(
304306
'dependencies' => array(

wp-includes/blocks/blocks-json.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4542,7 +4542,6 @@
45424542
),
45434543
'textdomain' => 'default',
45444544
'supports' => array(
4545-
'anchor' => true,
45464545
'customClassName' => false,
45474546
'className' => false,
45484547
'html' => false,

0 commit comments

Comments
 (0)