Skip to content

Commit

Permalink
Merge pull request #2189 from wordpress-mobile/feature/enable-pullquo…
Browse files Browse the repository at this point in the history
…te-block
  • Loading branch information
ceyhun authored Apr 30, 2020
2 parents 69a2a06 + 7fe1ae4 commit 114d607
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
* [Android] Add alignment options for heading block
* Fix Quote block so it visually reflects selected alignment
* Fix bug where buttons in page templates were not rendering correctly on web
* New block: Pullquote

1.26.0
------
Expand Down
2 changes: 1 addition & 1 deletion gutenberg
Submodule gutenberg updated 50 files
+1 −1 packages/annotations/package.json
+1 −1 packages/api-fetch/package.json
+1 −1 packages/base-styles/package.json
+1 −1 packages/block-directory/package.json
+1 −1 packages/block-editor/package.json
+1 −1 packages/block-library/package.json
+1 −1 packages/block-library/src/index.native.js
+30 −28 packages/block-library/src/pullquote/edit.js
+1 −1 packages/blocks/package.json
+1 −1 packages/components/package.json
+19 −1 packages/components/src/sandbox/index.js
+1 −1 packages/compose/package.json
+1 −1 packages/core-data/package.json
+2 −0 packages/create-block/CHANGELOG.md
+1 −1 packages/create-block/package.json
+1 −1 packages/data-controls/package.json
+1 −1 packages/data/package.json
+1 −1 packages/dependency-extraction-webpack-plugin/package.json
+1 −1 packages/e2e-test-utils/package.json
+1 −1 packages/e2e-tests/package.json
+1 −1 packages/edit-navigation/package.json
+1 −1 packages/edit-post/package.json
+1 −1 packages/edit-site/package.json
+1 −1 packages/edit-widgets/package.json
+1 −1 packages/editor/package.json
+1 −1 packages/env/package.json
+3 −0 packages/eslint-plugin/CHANGELOG.md
+1 −1 packages/eslint-plugin/package.json
+1 −1 packages/format-library/package.json
+2 −0 packages/i18n/CHANGELOG.md
+1 −1 packages/i18n/package.json
+1 −1 packages/icons/package.json
+1 −1 packages/interface/package.json
+1 −1 packages/jest-puppeteer-axe/package.json
+1 −1 packages/keyboard-shortcuts/package.json
+2 −0 packages/keycodes/CHANGELOG.md
+1 −1 packages/keycodes/package.json
+1 −1 packages/list-reusable-blocks/package.json
+1 −1 packages/media-utils/package.json
+1 −1 packages/notices/package.json
+1 −1 packages/nux/package.json
+1 −1 packages/plugins/package.json
+1 −1 packages/primitives/package.json
+1 −1 packages/rich-text/package.json
+2 −0 packages/scripts/CHANGELOG.md
+1 −1 packages/scripts/package.json
+1 −1 packages/server-side-render/package.json
+2 −0 packages/url/CHANGELOG.md
+1 −1 packages/url/package.json
+1 −1 packages/viewport/package.json
4 changes: 4 additions & 0 deletions src/initial-html.js
Original file line number Diff line number Diff line change
Expand Up @@ -228,4 +228,8 @@ else:
<!-- /wp:cover -->
<!-- wp:latest-posts {"displayPostContent":true,"displayPostDate":true} /-->
<!-- wp:pullquote -->
<figure class="wp-block-pullquote"><blockquote><p>One of the hardest things to do in technology is disrupt yourself.</p><cite>Matt Mullenweg</cite></blockquote></figure>
<!-- /wp:pullquote -->
`;

0 comments on commit 114d607

Please sign in to comment.