Skip to content

Commit

Permalink
Merge branch 'develop' into try/update-release-automation-script
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronvoell committed Aug 18, 2020
2 parents 21b0137 + 8e2e07b commit 72c1488
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 73 deletions.
2 changes: 1 addition & 1 deletion gutenberg
Submodule gutenberg updated 72 files
+119 −0 changelog.txt
+1 −1 gutenberg.php
+47 −0 lib/block-supports/custom-classname.php
+53 −0 lib/block-supports/generated-classname.php
+3 −0 lib/block-supports/index.php
+7 −7 lib/global-styles.php
+2 −0 lib/load.php
+1 −1 lib/utils.php
+15 −21 package-lock.json
+1 −1 package.json
+2 −0 packages/block-editor/README.md
+5 −0 packages/block-editor/src/components/block-list/block.js
+4 −0 packages/block-editor/src/components/block-list/index.js
+2 −0 packages/block-editor/src/components/block-list/index.native.js
+7 −1 packages/block-editor/src/components/inner-blocks/index.js
+2 −0 packages/block-editor/src/components/inner-blocks/index.native.js
+0 −2 packages/block-editor/src/components/link-control/index.js
+4 −0 packages/block-editor/src/components/preview-options/index.js
+9 −1 packages/block-editor/src/components/preview-options/style.scss
+15 −6 packages/block-editor/src/components/use-block-drop-zone/index.js
+0 −16 packages/block-editor/src/components/use-block-drop-zone/test/index.js
+5 −0 packages/block-editor/src/store/defaults.js
+0 −3 packages/block-library/src/archives/block.json
+1 −5 packages/block-library/src/archives/index.php
+0 −3 packages/block-library/src/calendar/block.json
+1 −4 packages/block-library/src/calendar/index.php
+0 −4 packages/block-library/src/calendar/style.scss
+0 −3 packages/block-library/src/categories/block.json
+1 −5 packages/block-library/src/categories/index.php
+1 −1 packages/block-library/src/columns/edit.native.js
+0 −3 packages/block-library/src/latest-comments/block.json
+8 −11 packages/block-library/src/latest-comments/index.php
+0 −3 packages/block-library/src/latest-posts/block.json
+1 −5 packages/block-library/src/latest-posts/index.php
+6 −1 packages/block-library/src/missing/edit.native.js
+0 −1 packages/block-library/src/navigation-link/index.php
+0 −3 packages/block-library/src/navigation/block.json
+0 −2 packages/block-library/src/navigation/index.php
+0 −1 packages/block-library/src/post-author/index.php
+2 −2 packages/block-library/src/post-comments-count/index.php
+2 −2 packages/block-library/src/post-comments-form/index.php
+2 −2 packages/block-library/src/post-comments/index.php
+2 −2 packages/block-library/src/post-date/index.php
+2 −2 packages/block-library/src/post-excerpt/index.php
+2 −2 packages/block-library/src/post-tags/index.php
+2 −2 packages/block-library/src/post-title/index.php
+0 −3 packages/block-library/src/rss/block.json
+4 −8 packages/block-library/src/rss/index.php
+0 −3 packages/block-library/src/search/block.json
+1 −7 packages/block-library/src/search/index.php
+5 −4 packages/block-library/src/site-logo/index.php
+2 −2 packages/block-library/src/site-tagline/index.php
+2 −2 packages/block-library/src/site-title/index.php
+0 −3 packages/block-library/src/tag-cloud/block.json
+2 −10 packages/block-library/src/tag-cloud/index.php
+1 −1 packages/block-library/src/template-part/index.php
+39 −7 packages/blocks/src/api/serializer.js
+5 −2 packages/blocks/src/block-content-provider/index.js
+0 −8 packages/edit-post/src/components/header/style.scss
+0 −2 packages/element/src/raw-html.js
+4 −0 packages/eslint-plugin/CHANGELOG.md
+1 −1 packages/eslint-plugin/package.json
+0 −2 packages/icons/src/icon/index.js
+5 −0 packages/is-shallow-equal/.eslintrc.json
+0 −2 packages/prettier-config/lib/index.js
+0 −3 packages/primitives/src/svg/index.js
+0 −2 packages/priority-queue/src/index.js
+3 −0 packages/server-side-render/CHANGELOG.md
+6 −0 packages/server-side-render/README.md
+18 −3 packages/server-side-render/src/server-side-render.js
+105 −22 phpunit/class-block-supported-styles-test.php
+1 −1 readme.txt
146 changes: 76 additions & 70 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@
"node-fetch": "^2.3.0",
"patch-package": "^6.2.2",
"prettier": "npm:[email protected]",
"react-dom": "16.9.0",
"react-native-sass-transformer": "^1.1.1",
"react-test-renderer": "16.9.0",
"regenerator-runtime": "^0.12.1",
"remote-redux-devtools": "^0.5.12",
"rungen": "^0.3.2",
Expand Down

0 comments on commit 72c1488

Please sign in to comment.