Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug fixes for WordPress 5.3 RC 4 #18288

Merged
merged 5 commits into from
Nov 5, 2019
Merged

Commits on Nov 5, 2019

  1. Fix postmeta radio regression. (#18183)

    * 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.
    jasmussen authored and jorgefilipecosta committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    d39b569 View commit details
    Browse the repository at this point in the history
  2. Fix: setting a preset color on pullquote default style makes the bloc…

    …k invalid (#18194)
    
    * Fix: setting a preset color on pullquote default style makes the block invalid.
    
    * Updated deprecation to keep the colors
    jorgefilipecosta committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    b228f57 View commit details
    Browse the repository at this point in the history
  3. Fix mover for floats. (#18230)

    Floated images had special rules for the mover control. These are no longer necessary, and indeed created a buggy looking control.
    jasmussen authored and jorgefilipecosta committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    75a7c95 View commit details
    Browse the repository at this point in the history
  4. Editor: Fix move to trash redirect save race conditions. (#18275)

    * 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.
    epiqueras authored and jorgefilipecosta committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    0d1f913 View commit details
    Browse the repository at this point in the history
  5. Revert img, iframe styles to block editor container scope (#18287)

    * 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 authored and jorgefilipecosta committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    b9b90c3 View commit details
    Browse the repository at this point in the history