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

Backport more fixes to WordPress 5.5 beta2 #23905

Merged
merged 6 commits into from Jul 13, 2020

Commits on Jul 13, 2020

  1. Enable add row/column buttons after having added one (#23508)

    * Enable add row/column buttons after having added one.
    
    This just allows to be able to add more rows, by enabling the corresponding buttons.
    
    It needs to be revised when programmatically focus to RichText is handled.
    
    * set selected cell in state
    
    * Change comment description
    
    Co-authored-by: Miguel Fonseca <miguelcsf@gmail.com>
    
    * Change comment description
    
    Co-authored-by: Miguel Fonseca <miguelcsf@gmail.com>
    
    Co-authored-by: Miguel Fonseca <miguelcsf@gmail.com>
    2 people authored and youknowriad committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    3c93dec View commit details
    Browse the repository at this point in the history
  2. Add fix to make inputs of type email return true from isTextField (#2…

    …1162)
    
    * Add fix to make inputs of type email return true from isTextField to allow native paste to handle pasting in email inputs
    
    Co-authored-by: Glen Davies <glen.davies@a8c.com>
    Co-authored-by: Ella van Durpe <wp@iseulde.com>
    3 people authored and youknowriad committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    5fe0cfb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d8bd63 View commit details
    Browse the repository at this point in the history
  4. Add more space for german. (#23738)

    Co-authored-by: Joen A <>
    jasmussen authored and youknowriad committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    84f7682 View commit details
    Browse the repository at this point in the history
  5. UnitControl: Fix internal unit state/parsing to handle incoming unit …

    …prop (#23521)
    
    This update fixes the `<UnitControl />` component to handle (new) incoming `unit` prop changes. This is important for handling interactions such as unit swapping - an interaction we have for the Cover block.
    Q authored and youknowriad committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    ce8cb5d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6eb9e2b View commit details
    Browse the repository at this point in the history