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

Update @wordpress JavaScript packages for WordPress 6.0 Beta1 release #2564

Closed

Commits on Apr 12, 2022

  1. Configuration menu
    Copy the full SHA
    df05315 View commit details
    Browse the repository at this point in the history
  2. Adjust webpack configuration to reflect changes from Gutenberg

    * Add the @wordpress/preferences package
    * Rename GUTENBERG_PHASE1 to IS_GUTENBERG_PLUGIN
    * Remove COMPONENT_SYSTEM_PHASE
    adamziel committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    1c63bca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c50d107 View commit details
    Browse the repository at this point in the history
  4. Normalize the HTML to replace wp_unique_id in certain classnames with 1

    This relates to a change in the Columns block that added layout support.
    See WordPress/gutenberg#37360 (comment).
    Blocks that opt into layout support are gifted generated classnames of wp_unique_id( 'wp-container-' ).
    One possible approach is to update test_do_block_output in Tests_Blocks_Render to swap the id for something
    we expect. It's how Gutenberg approaches it when testing generated classnames in elements support.
    adamziel committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    219118a View commit details
    Browse the repository at this point in the history
  5. Normalize the gallery block classname of wp_unique_id( 'wp-block-gall…

    …ery-' )
    
    Replace the random-ish output such as wp-block-gallery-12 with a
    predictable one like wp-block-gallery-1
    adamziel committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    be58de1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c46bb9c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    64b6316 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    69e816f View commit details
    Browse the repository at this point in the history
  9. Add the newly expected wp-iblock-gallery-1 CSS class to gallery bloc…

    …k fixtures, and make the PHP tests mindful of the randomness
    adamziel committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    c2d2786 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    900cc89 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7210e61 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ea0ebab View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a36b1ec View commit details
    Browse the repository at this point in the history
  14. Update React to 17.0.2

    adamziel committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    8b62f1a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    735f987 View commit details
    Browse the repository at this point in the history
  16. Rebuild dev packages

    adamziel committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    e639a16 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5e0bbf4 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c81b6a3 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    2b5dc92 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    2aa44a3 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    afa9ad8 View commit details
    Browse the repository at this point in the history