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/first pre beta 4 #52400

Merged
merged 43 commits into from
Jul 7, 2023
Merged

Update/first pre beta 4 #52400

merged 43 commits into from
Jul 7, 2023

Commits on Jul 7, 2023

  1. Configuration menu
    Copy the full SHA
    c845c41 View commit details
    Browse the repository at this point in the history
  2. Page Content Focus: Ignore page content within a Query Loop block (#5…

    …2351)
    
    * Block Editor: Pass context and className props to editor.BlockEdit filter
    
    * Page Content Focus: Ignore content blocks that are within a Query Loop
    noisysocks authored and tellthemachines committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    e36aae1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    089d7fd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ef51622 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    02fb4a7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1fe426f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c522b12 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d376ba9 View commit details
    Browse the repository at this point in the history
  9. Update fixed block toolbar (#52123)

    * update the icons for expanding and collapsing the fixed block toolbar
    
    * hide the tools selector item in document tools for fixed toolbar preference
    
    * reveal undo, redo and list view buttons
    
    * tweaks for show icon labels and hide zoom out for top toolbar option
    
    * improve the responsiveness of the fixed block toolbar
    
    * remove the overflow rule - bad experiment
    
    * update top toolbar test with the new label for buttons
    
    * update the toolbar tests to account for moving the collapse button
    draganescu authored and tellthemachines committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    7398771 View commit details
    Browse the repository at this point in the history
  10. Drop PHP 5.6 CI jobs (#52345)

    * Remove PHP 5.6 PHPUnit CI job
    * Raise version in phpcs / WPCS
    hellofromtonya authored and tellthemachines committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    5af8f46 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cc3841c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b9b4bfa View commit details
    Browse the repository at this point in the history
  13. wrap buttons (#52249)

    jameskoster authored and tellthemachines committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    eb94b26 View commit details
    Browse the repository at this point in the history
  14. Update the behavior of the cached undo/redo stack (#51644)

    Co-authored-by: Ella van Durpe <[email protected]>
    2 people authored and tellthemachines committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    ed76244 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f060b18 View commit details
    Browse the repository at this point in the history
  16. Patterns: add a hint about the rename of reusable blocks to menu and …

    …inserter (#51771)
    
    Co-authored-by: Saxon Fletcher <[email protected]>
    2 people authored and tellthemachines committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    14bb146 View commit details
    Browse the repository at this point in the history
  17. Site Editor: update headings hierarchy in the 'Manage all' screens (#…

    …52271)
    
    * This commit:
    - updates heading levels on the template and template part pages
    - passes a `level` prop to Header from Page
    
    * update h2 size
    
    * Rolling back custom sizes
    
    * Rolling back unnecessary classNames
    There was a rogue space in trunk. Let's let it live
    ramonjd authored and tellthemachines committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    8dab0a0 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d98464c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    cd5be56 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    4795e31 View commit details
    Browse the repository at this point in the history
  21. Patterns: rename sync_status and move to top level field on rest retu…

    …rn instead of a meta field (#52146)
    glendaviesnz authored and tellthemachines committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    9e40ea9 View commit details
    Browse the repository at this point in the history
  22. Fix default block dimensions visibility (#52256)

    * core/heading
    
    * core/details
    
    * core/list
    
    * core/table
    
    * core/video
    
    * core/verse
    
    * core/social-links
    
    * core/site-title
    
    * core/site-tagline
    
    * core/site-logo
    
    * core/post-time-to-read
    
    * core/gallery
    
    * core/code
    
    * core/categories
    
    * core/audio
    
    * core/archives
    richtabor authored and tellthemachines committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    f03487a View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    9a99dd0 View commit details
    Browse the repository at this point in the history
  24. Revert phpcs back to PHP 5.6 (#52384)

    Reverts phpcs PHP compatibility version back to 5.6.
    hellofromtonya authored and tellthemachines committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    9dc955e View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    09a4abe View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    ce56765 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    a0bdd09 View commit details
    Browse the repository at this point in the history
  28. Command palette: rename (#52153)

    * Revise use of “command menu” to “command palette”.
    
    Dropping "global" where it was used as well.
    
    * Find “command center” and replace with “command palette”
    stokesman authored and tellthemachines committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    91a3458 View commit details
    Browse the repository at this point in the history
  29. Image block and behaviors: Fix some warnings (#52109)

    * Fix first warning
    
    * Fix second warning - dividing a NaN
    cbravobernal authored and tellthemachines committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    2930ef4 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    859112d View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    41cecb5 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    a20e265 View commit details
    Browse the repository at this point in the history
  33. Update stepper styling in Home template details panel (#51972)

    * Update stepper styling
    
    * Remove !important
    jameskoster authored and tellthemachines committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    df103c2 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    b776600 View commit details
    Browse the repository at this point in the history
  35. Style Book: Show tabs and make blocks clickable when entering edit mo…

    …de from the Styles menu (#52222)
    
    * Style Book: Show tabs and make blocks clickable when entering edit mode from the Styles menu
    
    * Move lines
    t-hamano authored and tellthemachines committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    621aa95 View commit details
    Browse the repository at this point in the history
  36. !important (#52025)

    jameskoster authored and tellthemachines committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    150b10c View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    1f60798 View commit details
    Browse the repository at this point in the history
  38. Fix UnitControl crashing on regex control characters.

    Units are now escaped using `escapeRegExp` before concatenating them into a regular expression.
    
    Fixes #52211.
    ---------
    
    Co-authored-by: Mitchell Austin <[email protected]>
    2 people authored and tellthemachines committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    a300af3 View commit details
    Browse the repository at this point in the history
  39. Patterns: rename wp_block sync_status postmeta to wp_pattern_sync_sta…

    …tus (#52232)
    
    ---------
    
    Co-authored-by: Kai Hao <[email protected]>
    2 people authored and tellthemachines committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    17ae96f View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    0afd8ed View commit details
    Browse the repository at this point in the history
  41. Guide: Place focus on the guide's container instead of its first tabb…

    …able (#52300)
    
    * Guide: Place focus on the guide's container instead of its first tabbable
    
    * Update CHANGELOG
    noisysocks authored and tellthemachines committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    5ab9b67 View commit details
    Browse the repository at this point in the history
  42. Post editor: Require confirmation before removing Footnotes (#52277)

    * Post editor: Require confirmation before removing Footnotes
    
    Context: #52176
    
    * BlockRemovalWarningModal: Limit width to 40rem
    
    * Explain that footnotes are preserved. Add warning to Site Editor
    mcsf authored and tellthemachines committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    838485c View commit details
    Browse the repository at this point in the history
  43. Fix react-dropdown-menu version to avoid breaking change from one of … (

    #52356)
    
    * Fix react-dropdown-menu version to avoid breaking change from one if its dependencies.
    
    * Changelog update
    
    * move changelog entry to the right place
    
    * Update package-lock
    tellthemachines committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    d03a89e View commit details
    Browse the repository at this point in the history