Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RNMobile] Add block outline to all Social Link blocks when selected #6133

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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