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 GB 8.6 fixes to WP trunk #24068

Merged
merged 23 commits into from
Jul 20, 2020
Merged

Backport GB 8.6 fixes to WP trunk #24068

merged 23 commits into from
Jul 20, 2020

Commits on Jul 20, 2020

  1. Fix drag and drop for aligned blocks (#23916)

    * Fix drag and drop for aligned blocks
    
    * Update the mock class list implementation to be more flexible
    
    * Fix test
    talldan authored and ellatrix committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    1424ce0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e47aca View commit details
    Browse the repository at this point in the history
  3. Optimize selector calls (#23930)

    youknowriad authored and ellatrix committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    6ff8d78 View commit details
    Browse the repository at this point in the history
  4. Update Line-Height Settings for opt-in (rather than opt-out) (#23904)

    This update adjusts the line-height theme support setting to be opt-in via `add_theme_support( 'experimental-line-height' );` rather than enabled by default. This keeps it consistent with the other recently added style theme support settings like padding (spacing).
    Q authored and ellatrix committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    caea9f1 View commit details
    Browse the repository at this point in the history
  5. Use composite pattern to improve keyboard navigation on the inserter (#…

    …23610)
    
    Co-authored-by: Haz <hazdiego@gmail.com>
    2 people authored and ellatrix committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    c11ace4 View commit details
    Browse the repository at this point in the history
  6. persist tooltip on hover (#23959)

    ntsekouras authored and ellatrix committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    757ec73 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b170159 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    156e20a View commit details
    Browse the repository at this point in the history
  9. Remove core-embed/hulu (#23984)

    tacitonic authored and ellatrix committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    e5400d9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0777392 View commit details
    Browse the repository at this point in the history
  11. Fix edited Classic block's content deletion when switching to Code ed…

    …itor (#23927)
    
    * remove lodash debounce
    
    * handle unmount with debounce for performance reasons
    
    * add debounce time
    
    * utilize lodash debounce cancel method
    ntsekouras authored and ellatrix committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    5cd6da2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1e82285 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    60ae848 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9e09f3c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a98ed29 View commit details
    Browse the repository at this point in the history
  16. Fix block wrapper selector (#23991)

    * Fix block wrapper selector
    
    * Fix linting issue
    
    Co-authored-by: Riad Benguella <benguella@gmail.com>
    ellatrix and youknowriad committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    3c2507a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    39ebeb5 View commit details
    Browse the repository at this point in the history
  18. Editor: Fix block highlight rendering after block is moved (#23425)

    * Editor: Fix block outline rendering after block is moved
    
    * Fix rendering for tests. Reduce Timeout from 250 -> 200 to improve UX.
    
    * Fix rAF call with toggling highlight
    
    * Resolve the E2E test issue, which appears to be caused by a double-mounting Toolbar
    
    * Use reducer
    
    Co-authored-by: Ella van Durpe <ella@vandurpe.com>
    Q and ellatrix committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    66d1d2d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    e6789f0 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    436373a View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    83cecf0 View commit details
    Browse the repository at this point in the history
  22. Inserter: fix line to show again (#20792)

    * Inserter: fix line to show again
    
    * Fix client id
    
    * Split component
    
    * Reorganise
    ellatrix committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    76f3bb2 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    0a9f997 View commit details
    Browse the repository at this point in the history