Bug fixes for WordPress 5.3 RC 4#18288
Merged
Merged
Conversation
* Fix postmeta radio regression. This PR fixes #18181. The regression was caused due to a margin added to the pseudo element which was not necessary for the radio buttons. * Only apply to side-sortables.
…k invalid (#18194) * Fix: setting a preset color on pullquote default style makes the block invalid. * Updated deprecation to keep the colors
Floated images had special rules for the mover control. These are no longer necessary, and indeed created a buggy looking control.
* Editor: Fix move to trash redirect save race conditions. * Editor: Add e2e test. * Editor: Expand comment. * Fix BrowserURL capitalization * Revert "Editor: Add e2e test." This reverts commit 4d58c79.
* Revert img, iframe styles to block editor container scope * Block Library: Remove all vanilla styles * Block Library: Restore non-theme front-end margins for figcaption
aduth
approved these changes
Nov 5, 2019
Member
aduth
left a comment
There was a problem hiding this comment.
I ran through all the test scenarios described in the referenced pull requests / issues and it all appears to work well 👍
Contributor
|
Applied in WordPress Core in https://core.trac.wordpress.org/ticket/48502 |
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.
Description
Cherry picks already included:
#18183
#18194
#18230
#18275
#18287