Skip to content

Commit

Permalink
Merge pull request #1628 from wordpress-mobile/issue/1522-fix-crash-r…
Browse files Browse the repository at this point in the history
…otating-bottom-sheet-ios

Fix crash dismissing bottom-sheet on iOS after device rotation
  • Loading branch information
etoledom authored Nov 28, 2019
2 parents 0ba8d55 + b4b2d11 commit 509bf96
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.19.0
------
* [iOS] Fix crash dismissing bottom-sheet after device rotation.

1.18.0
------
* [iOS] Added native fullscreen preview when clicking image from Image Block
Expand Down
2 changes: 1 addition & 1 deletion gutenberg
Submodule gutenberg updated 35 files
+8 −1 .travis.yml
+1 −1 gutenberg.php
+27 −3 package-lock.json
+1 −1 package.json
+21 −3 packages/api-fetch/src/index.js
+11 −0 packages/api-fetch/src/test/index.js
+3 −26 packages/block-editor/src/components/rich-text/format-toolbar-container.js
+3 −1 packages/block-editor/src/components/rich-text/index.js
+0 −1 packages/block-library/src/media-text/edit.js
+1 −1 packages/blocks/src/store/reducer.js
+1 −0 packages/components/package.json
+3 −8 packages/components/src/autocomplete/index.js
+149 −0 packages/components/src/custom-select/index.js
+30 −0 packages/components/src/custom-select/stories/index.js
+56 −0 packages/components/src/custom-select/style.scss
+3 −3 packages/components/src/focal-point-picker/index.js
+32 −24 packages/components/src/font-size-picker/index.js
+11 −5 packages/components/src/font-size-picker/style.scss
+1 −0 packages/components/src/index.js
+1 −26 packages/components/src/mobile/bottom-sheet/index.native.js
+142 −42 packages/components/src/popover/index.js
+1 −0 packages/components/src/style.scss
+20 −10 packages/e2e-test-utils/src/transform-block-to.js
+5 −3 packages/e2e-tests/specs/editor/various/change-detection.test.js
+2 −1 packages/e2e-tests/specs/editor/various/editor-modes.test.js
+6 −3 packages/e2e-tests/specs/editor/various/font-size-picker.test.js
+4 −3 packages/edit-post/src/components/sidebar/style.scss
+2 −2 packages/editor/src/store/utils/notice-builder.js
+4 −4 packages/editor/src/store/utils/test/notice-builder.js
+10 −18 packages/format-library/src/image/index.js
+9 −11 packages/format-library/src/link/inline.js
+1 −15 packages/nux/src/components/dot-tip/index.js
+1 −1 packages/nux/src/components/dot-tip/test/__snapshots__/index.js.snap
+4 −2 packages/rich-text/src/component/index.js
+201 −121 storybook/test/__snapshots__/index.js.snap

0 comments on commit 509bf96

Please sign in to comment.