Skip to content

Commit

Permalink
Merge pull request #2700 from wordpress-mobile/issue-946/simplify_ima…
Browse files Browse the repository at this point in the history
…ge_insertion_flow

Simplify media insertion flow
  • Loading branch information
jd-alexander authored Apr 21, 2021
2 parents 4143d27 + 3c46feb commit d30a912
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
@@ -1,5 +1,6 @@
Unreleased
------
* [**] The media upload options of the Image, Video and Gallery block automatically opens when the respective block is inserted. [https://github.com/wordpress-mobile/gutenberg-mobile/pull/2700]
* Image block: Add a "featured" banner. (Android only) [https://github.com/wordpress-mobile/gutenberg-mobile/pull/3371]

1.51.0
Expand Down
2 changes: 1 addition & 1 deletion gutenberg
Submodule gutenberg updated 29 files
+14 −19 lib/block-patterns.php
+7 −1 packages/block-editor/src/components/inserter/menu.native.js
+9 −0 packages/block-editor/src/components/media-placeholder/README.md
+2 −0 packages/block-editor/src/components/media-placeholder/index.native.js
+9 −0 packages/block-editor/src/components/media-upload/README.md
+28 −4 packages/block-editor/src/components/media-upload/index.native.js
+11 −2 packages/block-editor/src/store/actions.js
+26 −0 packages/block-editor/src/store/reducer.js
+16 −0 packages/block-editor/src/store/selectors.js
+73 −0 packages/block-editor/src/store/test/reducer.js
+51 −0 packages/block-editor/src/store/test/selectors.js
+64 −57 packages/block-library/src/gallery/edit.js
+13 −1 packages/block-library/src/image/edit.native.js
+7 −8 packages/block-library/src/site-title/edit/index.js
+21 −3 packages/block-library/src/video/edit.native.js
+2 −0 packages/docgen/CHANGELOG.md
+15 −0 packages/docgen/lib/get-jsdoc-from-token.js
+30 −0 packages/docgen/lib/get-type-annotation.js
+4 −0 packages/docgen/test/fixtures/type-annotations/exported-variable-declaration-statics/example.ts
+194 −0 packages/docgen/test/fixtures/type-annotations/exported-variable-declaration-statics/get-node.js
+25 −4 packages/docgen/test/get-intermediate-representation.js
+11 −0 packages/docgen/test/get-type-annotation.js
+6 −6 packages/edit-site/src/components/editor/utils.js
+1 −1 packages/editor/src/store/test/actions.native.js
+1 −1 packages/editor/src/store/test/reducer.native.js
+6 −2 packages/react-native-editor/CHANGELOG.md
+3 −0 packages/react-native-editor/__device-tests__/gutenberg-editor-gallery.test.js
+3 −0 packages/react-native-editor/__device-tests__/gutenberg-editor-image-@canary.test.js
+11 −0 packages/react-native-editor/__device-tests__/pages/editor-page.js

0 comments on commit d30a912

Please sign in to comment.