Skip to content

Commit

Permalink
Update Gutenberg ref with merge commit
Browse files Browse the repository at this point in the history
  • Loading branch information
fluiddot committed Jul 21, 2023
1 parent 92c3486 commit 11bc881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gutenberg
Submodule gutenberg updated 31 files
+1 −1 lib/compat/wordpress-6.3/class-gutenberg-rest-global-styles-revisions-controller-6-3.php
+7 −0 lib/compat/wordpress-6.3/navigation-fallback.php
+22 −0 lib/compat/wordpress-6.4/class-gutenberg-rest-global-styles-controller-6-4.php
+2 −0 lib/compat/wordpress-6.4/class-gutenberg-rest-global-styles-revisions-controller-6-4.php
+5 −5 packages/block-editor/src/store/test/selectors.js
+2 −0 packages/block-library/src/comment-template/index.php
+14 −2 packages/block-library/src/footnotes/index.php
+2 −0 packages/block-library/src/pattern/index.php
+2 −0 packages/block-library/src/post-template/index.php
+2 −0 packages/block-library/src/post-title/index.php
+2 −0 packages/block-library/src/search/index.php
+5 −0 packages/block-library/src/verse/edit.js
+4 −2 packages/block-library/src/verse/test/edit.native.js
+1 −0 packages/blocks/src/api/parser/index.js
+17 −6 packages/blocks/src/api/parser/test/index.js
+2 −1 packages/blocks/src/api/serializer.js
+8 −8 packages/blocks/src/api/test/serializer.js
+9 −4 packages/data/CHANGELOG.md
+2 −2 packages/data/README.md
+6 −9 packages/data/src/dispatch.ts
+38 −5 packages/data/src/types.ts
+19 −0 packages/e2e-tests/plugins/iframed-enqueue-block-editor-settings.php
+4 −0 packages/e2e-tests/plugins/interactive-blocks/directive-priorities/render.php
+108 −0 packages/e2e-tests/specs/editor/plugins/iframed-enqueue-block-editor-settings.test.js
+47 −2 packages/edit-post/src/components/layout/index.js
+1 −43 packages/edit-post/src/editor.js
+13 −13 packages/editor/src/store/test/selectors.js
+49 −62 packages/interactivity/src/hooks.js
+33 −478 phpunit/class-gutenberg-rest-global-styles-revisions-controller-test.php
+40 −0 phpunit/class-gutenberg-rest-navigation-fallback-controller-test.php
+17 −0 test/e2e/specs/interactivity/directive-priorities.spec.ts

0 comments on commit 11bc881

Please sign in to comment.