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 Beta 4 fixes to WordPress Core. #32956

Merged
merged 26 commits into from
Jun 24, 2021
Merged

Commits on Jun 24, 2021

  1. Add optional chaining to prevent exception if activeFormats not defin…

    …ed (#32526) (#32527)
    
    Co-authored-by: Glen Davies <glen.davies@a8c.com>
    2 people authored and youknowriad committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    b7e51e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7307227 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ae85c0 View commit details
    Browse the repository at this point in the history
  4. Fix a regression where custom-units are forced as an array. (#32898)

    * Fix a regression where `custom-units` are forced as an array.
    desrosj authored and youknowriad committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    93f6563 View commit details
    Browse the repository at this point in the history
  5. TemplatePanel: Fixed a problem that when a new template is created, t…

    …he template is not displayed in the select box. (#32744)
    torounit authored and youknowriad committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    ec414b1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    abdd11e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e42aaef View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7d83e7c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b7ccbbf View commit details
    Browse the repository at this point in the history
  10. Fix legacy widget edit style bleed (#32871)

    * Fix legacy widget edit style bleed
    
    * Match block width with inserter.
    
    * Make sure all text in legacy widget placeholders is legible.
    
    * Fix background color issue.
    tellthemachines authored and youknowriad committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    6c81984 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    06d889b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5a9b396 View commit details
    Browse the repository at this point in the history
  13. Avoid flash of background color by moving gray background color to el…

    …ement that is not a compositing layer (#32747)
    gwwar authored and youknowriad committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    c3f3fed View commit details
    Browse the repository at this point in the history
  14. Disable "FSE" blocks in Widgets Editor (#32761)

    * Disable post-* and query* blocks
    
    * Disable remaining entity blocks and any experimental FSE blocks
    
    * Apply same disabling in the Customizer Widgets screen
    
    * Remove any registered reusable blocks from inserter
    
    * Fully disable reusable blocks in Widgets Editor
    
    * Fully disable reusable blocks in Widgets Editor
    
    * Improve constant usage
    getdave authored and youknowriad committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    942fe13 View commit details
    Browse the repository at this point in the history
  15. Fix broken the post-template-editor test. (#32904)

    * Change to a theme that supports block-templates, and then delete wp_template and wp_template_part posts.
    
    * add plugin for switch add_theme_support('block-templates')
    
    * Update packages/e2e-tests/specs/experiments/post-editor-template-mode.test.js
    
    Co-authored-by: Greg Ziółkowski <grzegorz@gziolo.pl>
    
    * Update packages/e2e-tests/specs/experiments/post-editor-template-mode.test.js
    
    Co-authored-by: Greg Ziółkowski <grzegorz@gziolo.pl>
    2 people authored and youknowriad committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    437ca8e View commit details
    Browse the repository at this point in the history
  16. Block Library: Unify handling for block view scripts (#32814)

    * Block Library: Unify handling for block view scripts
    
    * Add logic that registers view scripts for blocks
    
    * Fix e2e tests with view script for Navigation block
    gziolo authored and youknowriad committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    3ede3a2 View commit details
    Browse the repository at this point in the history
  17. Update webpack.config.js

    Co-authored-by: Greg Ziółkowski <grzegorz@gziolo.pl>
    youknowriad and gziolo authored Jun 24, 2021
    Configuration menu
    Copy the full SHA
    c16b1d7 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    789c167 View commit details
    Browse the repository at this point in the history
  19. Update lib/blocks.php

    Co-authored-by: Greg Ziółkowski <grzegorz@gziolo.pl>
    youknowriad and gziolo authored Jun 24, 2021
    Configuration menu
    Copy the full SHA
    187ed1c View commit details
    Browse the repository at this point in the history
  20. Update packages/e2e-tests/specs/experiments/blocks/navigation.test.js

    Co-authored-by: Greg Ziółkowski <grzegorz@gziolo.pl>
    youknowriad and gziolo authored Jun 24, 2021
    Configuration menu
    Copy the full SHA
    a47f4e5 View commit details
    Browse the repository at this point in the history
  21. Update packages/e2e-tests/specs/experiments/blocks/navigation.test.js

    Co-authored-by: Greg Ziółkowski <grzegorz@gziolo.pl>
    youknowriad and gziolo authored Jun 24, 2021
    Configuration menu
    Copy the full SHA
    fe467b5 View commit details
    Browse the repository at this point in the history
  22. Update packages/e2e-tests/specs/experiments/blocks/navigation.test.js

    Co-authored-by: Greg Ziółkowski <grzegorz@gziolo.pl>
    youknowriad and gziolo authored Jun 24, 2021
    Configuration menu
    Copy the full SHA
    3b32539 View commit details
    Browse the repository at this point in the history
  23. Update packages/e2e-tests/specs/experiments/blocks/navigation.test.js

    Co-authored-by: Greg Ziółkowski <grzegorz@gziolo.pl>
    youknowriad and gziolo authored Jun 24, 2021
    Configuration menu
    Copy the full SHA
    b9ffaeb View commit details
    Browse the repository at this point in the history
  24. Fix linting issues

    youknowriad committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    7ab23e3 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    a7312c5 View commit details
    Browse the repository at this point in the history
  26. Disable Android e2e tests while we investigate foundational breakage (#…

    …32934)
    
    * Disable Android e2e tests while we investigate foundational breakage
    
    A `adb: no devices/emulators found` error is occurring and cause every
    run to fail. We intend to temporarily disable this job while we
    investigate the cause to avoid causing disruptions or confusion for
    contributors.
    
    * Revert "Disable Android e2e tests while we investigate foundational breakage"
    
    This reverts commit edb581e.
    
    * Leverage if configuration to disable test
    
    Previous approach did not work. Using the if configuration seems more
    appropriate.
    
    * Fix conditional logic for GitHub Action
    dcalhoun authored and youknowriad committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    3ffeb4f View commit details
    Browse the repository at this point in the history