Plugin: Backport bug fixes from Gutenberg 5.5.0 to wp/trunk (WordPress 5.2 RC) (Part 2)#15020
Merged
Conversation
ellatrix
approved these changes
Apr 17, 2019
Member
Author
|
This could be an opportunity to include a fix for #14817 as well, which was mentioned today as being a high-priority regression to have fixed. |
Member
Author
This reverts commit eb4febf.
Member
Author
|
I've cherry-picked the commits from #15022 into this one. Due to reasons outlined at #15022 (comment) , the commits were separate rather than squashed (7 commits total). |
Member
Author
|
I've verified locally that all end-to-end and unit tests pass. |
Member
Author
|
nylen
pushed a commit
to nylen/wordpress-develop-svn
that referenced
this pull request
Apr 22, 2019
- @wordpress/block-editor@2.0.1 - @wordpress/block-library@2.4.4 - @wordpress/blocks@6.2.4 - @wordpress/components@7.3.1 - @wordpress/dom@2.2.4 - @wordpress/e2e-tests@1.1.4 - @wordpress/edit-post@3.3.4 - @wordpress/editor@9.2.4 - @wordpress/format-library@1.4.4 - @wordpress/list-reusable-blocks@1.3.4 - @wordpress/nux@3.2.4 Props iseulde, kjellr, aduth, get_dave, talldanwp, jorgefilipecosta, afercia, nosolosw, jasmussen, netweb . See WordPress/gutenberg#14987 . See WordPress/gutenberg#15020 . Fixes #46951 . git-svn-id: https://develop.svn.wordpress.org/trunk@45255 602fd350-edb4-49c9-b593-d223f7449a82
pento
pushed a commit
to WordPress/wordpress-develop
that referenced
this pull request
Apr 22, 2019
- @wordpress/block-editor@2.0.1 - @wordpress/block-library@2.4.4 - @wordpress/blocks@6.2.4 - @wordpress/components@7.3.1 - @wordpress/dom@2.2.4 - @wordpress/e2e-tests@1.1.4 - @wordpress/edit-post@3.3.4 - @wordpress/editor@9.2.4 - @wordpress/format-library@1.4.4 - @wordpress/list-reusable-blocks@1.3.4 - @wordpress/nux@3.2.4 Props iseulde, kjellr, aduth, get_dave, talldanwp, jorgefilipecosta, afercia, nosolosw, jasmussen, netweb . See WordPress/gutenberg#14987 . See WordPress/gutenberg#15020 . Fixes #46951 . git-svn-id: https://develop.svn.wordpress.org/trunk@45255 602fd350-edb4-49c9-b593-d223f7449a82
markjaquith
pushed a commit
to markjaquith/WordPress
that referenced
this pull request
Apr 22, 2019
- @wordpress/block-editor@2.0.1 - @wordpress/block-library@2.4.4 - @wordpress/blocks@6.2.4 - @wordpress/components@7.3.1 - @wordpress/dom@2.2.4 - @wordpress/e2e-tests@1.1.4 - @wordpress/edit-post@3.3.4 - @wordpress/editor@9.2.4 - @wordpress/format-library@1.4.4 - @wordpress/list-reusable-blocks@1.3.4 - @wordpress/nux@3.2.4 Props iseulde, kjellr, aduth, get_dave, talldanwp, jorgefilipecosta, afercia, nosolosw, jasmussen, netweb . See WordPress/gutenberg#14987 . See WordPress/gutenberg#15020 . Fixes #46951 . Built from https://develop.svn.wordpress.org/trunk@45255 git-svn-id: http://core.svn.wordpress.org/trunk@45064 1a063a9b-81f0-0310-95a4-ce76da25c4cd
gMagicScott
pushed a commit
to gMagicScott/core.wordpress-mirror
that referenced
this pull request
Apr 22, 2019
- @wordpress/block-editor@2.0.1 - @wordpress/block-library@2.4.4 - @wordpress/blocks@6.2.4 - @wordpress/components@7.3.1 - @wordpress/dom@2.2.4 - @wordpress/e2e-tests@1.1.4 - @wordpress/edit-post@3.3.4 - @wordpress/editor@9.2.4 - @wordpress/format-library@1.4.4 - @wordpress/list-reusable-blocks@1.3.4 - @wordpress/nux@3.2.4 Props iseulde, kjellr, aduth, get_dave, talldanwp, jorgefilipecosta, afercia, nosolosw, jasmussen, netweb . See WordPress/gutenberg#14987 . See WordPress/gutenberg#15020 . Fixes #46951 . Built from https://develop.svn.wordpress.org/trunk@45255 git-svn-id: https://core.svn.wordpress.org/trunk@45064 1a063a9b-81f0-0310-95a4-ce76da25c4cd
miya0001
pushed a commit
to cjk4wp/wordpress
that referenced
this pull request
Jul 4, 2019
- @wordpress/block-editor@2.0.1 - @wordpress/block-library@2.4.4 - @wordpress/blocks@6.2.4 - @wordpress/components@7.3.1 - @wordpress/dom@2.2.4 - @wordpress/e2e-tests@1.1.4 - @wordpress/edit-post@3.3.4 - @wordpress/editor@9.2.4 - @wordpress/format-library@1.4.4 - @wordpress/list-reusable-blocks@1.3.4 - @wordpress/nux@3.2.4 Props iseulde, kjellr, aduth, get_dave, talldanwp, jorgefilipecosta, afercia, nosolosw, jasmussen, netweb . See WordPress/gutenberg#14987 . See WordPress/gutenberg#15020 . Fixes #46951 . git-svn-id: http://develop.svn.wordpress.org/trunk@45255 602fd350-edb4-49c9-b593-d223f7449a82
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Previously: #14987
This pull request seeks to backport the following bug-fix pull requests from Gutenberg 5.5.0 to the
wp/trunkbranch, to be published as part of a subsequent packages release and patched into core ahead of this Wednesday's WordPress 5.2 release candidate.wp/trunk(WordPress 5.2 RC) #14987, but was missed due to a mix-up in the release changelogTesting Instructions:
Verify fix of impacted pull requests.
Ensure tests pass.