Skip to content

Commit

Permalink
Fix: Fix Gallery caption overlapped by other block (#2033)
Browse files Browse the repository at this point in the history
* update ref to master (fix gallery caption)
  • Loading branch information
jbinda authored Mar 18, 2020
1 parent b6c1542 commit ae8853f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gutenberg
Submodule gutenberg updated 37 files
+14 −0 docs/designers-developers/developers/data/data-core-editor.md
+1 −0 lib/blocks.php
+31 −3 lib/edit-site-page.php
+73 −0 lib/rest-api.php
+3 −2 lib/template-loader.php
+8 −1 packages/block-editor/src/components/block-variation-picker/index.js
+12 −0 packages/block-editor/src/components/block-variation-picker/style.scss
+10 −5 packages/block-library/src/columns/variations.js
+1 −1 packages/block-library/src/gallery/gallery.native.js
+2 −0 packages/block-library/src/index.js
+4 −0 packages/block-library/src/post-comments/block.json
+36 −0 packages/block-library/src/post-comments/edit.js
+18 −0 packages/block-library/src/post-comments/index.js
+42 −0 packages/block-library/src/post-comments/index.php
+7 −0 packages/core-data/src/entities.js
+1 −0 packages/e2e-tests/fixtures/blocks/core__post-comments.html
+10 −0 packages/e2e-tests/fixtures/blocks/core__post-comments.json
+18 −0 packages/e2e-tests/fixtures/blocks/core__post-comments.parsed.json
+1 −0 packages/e2e-tests/fixtures/blocks/core__post-comments.serialized.html
+12 −0 packages/e2e-tests/specs/editor/blocks/__snapshots__/heading.test.js.snap
+14 −0 packages/e2e-tests/specs/editor/blocks/heading.test.js
+1 −15 packages/e2e-tests/specs/editor/various/sidebar-permalink-panel.test.js
+18 −2 packages/edit-post/src/components/header/style.scss
+0 −17 packages/edit-post/src/components/layout/style.scss
+9 −22 packages/edit-post/src/components/sidebar/post-link/index.js
+7 −13 packages/editor/src/components/post-permalink/index.js
+1 −1 packages/editor/src/components/post-saved-state/style.scss
+18 −0 packages/editor/src/store/selectors.js
+82 −0 packages/editor/src/store/test/selectors.js
+1 −1 packages/icons/src/library/format-bold.js
+1 −1 packages/icons/src/library/format-indent.js
+1 −1 packages/icons/src/library/format-italic.js
+1 −1 packages/icons/src/library/format-outdent.js
+1 −1 packages/icons/src/library/format-strikethrough.js
+1 −1 packages/icons/src/library/resize-corner-n-e.js
+1 −5 packages/rich-text/src/component/index.js
+28 −28 storybook/test/__snapshots__/index.js.snap

0 comments on commit ae8853f

Please sign in to comment.