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

Correct layout within bottom-sheet [workaround] #1837

Merged
merged 28 commits into from
Feb 12, 2020
Merged
Changes from 20 commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
28baac6
Add ref to gutenberg
lukewalczak Jan 30, 2020
11120a8
Merge branch 'develop' into bottom-sheet-workaround
lukewalczak Jan 30, 2020
e7ff116
Update ref
lukewalczak Jan 30, 2020
cec0d04
Update ref
lukewalczak Jan 31, 2020
fe1b8e4
Update ref
lukewalczak Jan 31, 2020
3119af6
Update ref
lukewalczak Jan 31, 2020
ec3ab3f
Update ref
lukewalczak Jan 31, 2020
7216a1e
Update ref
lukewalczak Jan 31, 2020
d058340
Update ref
lukewalczak Jan 31, 2020
c9c0dec
Update ref
lukewalczak Feb 3, 2020
489d1ea
Merge branch 'develop' into bottom-sheet-workaround
lukewalczak Feb 3, 2020
6baf98b
Update ref
lukewalczak Feb 3, 2020
e7b9c59
Update ref
lukewalczak Feb 4, 2020
d5511aa
Update ref
lukewalczak Feb 5, 2020
8c5fc71
Update ref
lukewalczak Feb 5, 2020
1d03263
Merge branch 'develop' into bottom-sheet-workaround
lukewalczak Feb 5, 2020
7a93440
Update ref after adding disableScrollViewPanResponder
lukewalczak Feb 5, 2020
9e1adc7
Update ref after adjusting height
lukewalczak Feb 6, 2020
526901d
Merge branch 'develop' into bottom-sheet-workaround
lukewalczak Feb 6, 2020
52e179d
Update ref
lukewalczak Feb 6, 2020
89d9ad1
Update ref
lukewalczak Feb 11, 2020
357edf9
Merge branch 'develop' into bottom-sheet-workaround
lukewalczak Feb 11, 2020
eed0631
Update ref
lukewalczak Feb 11, 2020
5f8ea6d
Update ref
lukewalczak Feb 11, 2020
b9cc17a
Update ref
lukewalczak Feb 11, 2020
490c7e1
Update ref
lukewalczak Feb 12, 2020
a74d9eb
Update ref to point to gutenberg master
lukewalczak Feb 12, 2020
a614215
Merge branch 'develop' into bottom-sheet-workaround
lukewalczak Feb 12, 2020
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
2 changes: 1 addition & 1 deletion gutenberg
Submodule gutenberg updated 53 files
+124 −100 changelog.txt
+0 −13 docs/designers-developers/developers/data/data-core-keyboard-shortcuts.md
+1 −1 docs/designers-developers/glossary.md
+1 −1 gutenberg.php
+1 −2 package-lock.json
+1 −1 package.json
+0 −1 packages/block-editor/src/components/block-list/index.js
+2 −2 packages/block-editor/src/components/block-list/root-container.js
+2 −1 packages/block-editor/src/components/block-list/style.scss
+2 −2 packages/block-editor/src/components/block-settings-menu/index.js
+1 −1 packages/block-editor/src/components/block-settings-menu/style.scss
+84 −42 packages/block-editor/src/components/inserter/menu.native.js
+3 −4 packages/block-editor/src/components/inserter/style.native.scss
+1 −1 packages/block-editor/src/components/keyboard-shortcuts/index.js
+1 −2 packages/block-editor/src/components/link-control/search-input.js
+1 −1 packages/block-editor/src/components/link-control/test/__snapshots__/index.js.snap
+4 −1 packages/block-editor/src/components/plain-text/index.native.js
+1 −2 packages/block-editor/src/components/warning/index.js
+2 −2 packages/block-editor/src/components/warning/style.scss
+1 −2 packages/block-library/src/gallery/gallery-image.js
+1 −2 packages/block-library/src/gallery/gallery-image.native.js
+1 −1 packages/block-library/src/index.native.js
+3 −0 packages/block-library/src/navigation-link/block.json
+22 −2 packages/block-library/src/navigation-link/edit.js
+1 −0 packages/block-library/src/navigation/edit.js
+3 −0 packages/block-library/src/navigation/index.php
+99 −12 packages/components/src/mobile/bottom-sheet/index.native.js
+4 −2 packages/components/src/mobile/bottom-sheet/styles.native.scss
+1 −2 packages/components/src/modal/header.js
+1 −2 packages/components/src/notice/index.js
+1 −10 packages/components/src/notice/test/__snapshots__/index.js.snap
+1 −2 packages/components/src/popover/index.js
+5 −5 packages/e2e-tests/specs/editor/blocks/__snapshots__/navigation.test.js.snap
+2 −2 packages/e2e-tests/specs/editor/plugins/__snapshots__/plugins-api.test.js.snap
+1 −2 packages/edit-post/src/components/header/more-menu/index.js
+2 −2 packages/edit-post/src/components/header/more-menu/style.scss
+30 −47 packages/edit-post/src/components/header/more-menu/test/__snapshots__/index.js.snap
+24 −32 packages/edit-post/src/components/keyboard-shortcut-help-modal/index.js
+27 −7 packages/edit-post/src/components/keyboard-shortcut-help-modal/test/__snapshots__/index.js.snap
+2 −3 packages/edit-post/src/components/sidebar/sidebar-header/index.js
+1 −2 packages/edit-post/src/components/text-editor/index.js
+1 −2 packages/editor/src/components/post-publish-panel/index.js
+5 −50 packages/editor/src/components/post-publish-panel/test/__snapshots__/index.js.snap
+0 −2 packages/icons/src/index.js
+0 −12 packages/icons/src/library/close.js
+0 −12 packages/icons/src/library/more-horizontal.js
+0 −17 packages/keyboard-shortcuts/src/store/selectors.js
+0 −1 packages/nux/package.json
+1 −2 packages/nux/src/components/dot-tip/index.js
+1 −10 packages/nux/src/components/dot-tip/test/__snapshots__/index.js.snap
+1 −1 packages/project-management-automation/lib/index.js
+1 −1 readme.txt
+28 −21 storybook/test/__snapshots__/index.js.snap