Skip to content

Commit

Permalink
Merge pull request #6133 from wordpress-mobile/version-toolkit/gutenb…
Browse files Browse the repository at this point in the history
…erg/rnmobile/outline-all-social-link-blocks

[RNMobile] Add block outline to all Social Link blocks when selected
  • Loading branch information
derekblank authored Aug 30, 2023
2 parents 2933c30 + 96bd1e5 commit 4c3e251
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Unreleased
* [*] Remove third-party dependency on react-native-hsv-color-picker [https://github.com/WordPress/gutenberg/pull/53329]
* [*] Search Control - Prevent calling TextInput's methods when undefined [https://github.com/wordpress-mobile/gutenberg-mobile/pull/6090]
* [**] Add basic support to view, relocate, and remove the Jetpack Paywall block. [https://github.com/wordpress-mobile/gutenberg-mobile/pull/6076]
* [**] Add block outline to all Social Link blocks when selected [https://github.com/WordPress/gutenberg/pull/54011]

1.102.1
---
Expand Down
2 changes: 1 addition & 1 deletion gutenberg
Submodule gutenberg updated 35 files
+21 −0 changelog.txt
+1 −1 docs/reference-guides/core-blocks.md
+5 −2 packages/block-editor/src/components/block-list/block-outline.native.js
+2 −0 packages/block-editor/src/components/preview-options/index.js
+73 −87 packages/block-editor/src/components/use-block-commands/index.js
+0 −6 packages/block-library/src/post-content/index.php
+0 −6 packages/block-library/src/post-featured-image/index.php
+2 −1 packages/block-library/src/post-template/block.json
+19 −4 packages/block-library/src/post-template/index.php
+7 −1 packages/block-library/src/query-pagination-next/block.json
+20 −3 packages/block-library/src/query-pagination-next/index.php
+1 −1 packages/block-library/src/query-pagination-numbers/block.json
+19 −3 packages/block-library/src/query-pagination-numbers/index.php
+7 −1 packages/block-library/src/query-pagination-previous/block.json
+19 −2 packages/block-library/src/query-pagination-previous/index.php
+9 −2 packages/block-library/src/query/block.json
+46 −3 packages/block-library/src/query/edit/inspector-controls/index.js
+1 −0 packages/block-library/src/query/edit/query-content.js
+94 −1 packages/block-library/src/query/index.php
+63 −0 packages/block-library/src/query/style.scss
+82 −0 packages/block-library/src/query/view.js
+1 −1 packages/block-library/src/social-link/edit.native.js
+0 −4 packages/block-library/src/social-link/editor.native.scss
+1 −0 packages/components/CHANGELOG.md
+0 −1 packages/components/src/palette-edit/styles.js
+2 −1 packages/edit-post/src/components/visual-editor/index.js
+1 −1 packages/edit-site/src/components/block-editor/site-editor-canvas.js
+35 −34 packages/edit-site/src/components/header-edit-mode/index.js
+0 −0 packages/edit-site/src/utils/constants.js
+1 −0 packages/react-native-editor/CHANGELOG.md
+9 −9 packages/rich-text/src/register-format-type.js
+3 −3 packages/rich-text/src/types.ts
+86 −0 phpunit/blocks/render-post-template-test.php
+1 −1 test/e2e/specs/site-editor/style-book.spec.js
+2 −1 test/integration/fixtures/blocks/core__query.json

0 comments on commit 4c3e251

Please sign in to comment.