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

Second round of bugfixes for WP 6.3 RC3 #53210

Merged
merged 14 commits into from
Aug 1, 2023

Commits on Aug 1, 2023

  1. Top toolbar: Fix issues with save button overlap, and plugin buttons (#…

    …53101)
    
    * Shorten the width of the top toolbar overlay and make doc title smaller.
    
    * Add a scrim and a margin to handle plugin buttons better.
    jasmussen authored and tellthemachines committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    0ea6c91 View commit details
    Browse the repository at this point in the history
  2. Remove block tools back compat component schedule for deprecated in 6…

    ….3 (#53115)
    
    * Removes usage of BlockToolsBackCompat
    
    * Remove unwanted BlockTools from Nav sidebar
    getdave authored and tellthemachines committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    b93e9c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a04e31 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    86b95ec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6903bb1 View commit details
    Browse the repository at this point in the history
  6. Fix regression with Edit site Navigate regions (#52940)

    * Make the navigabel region wrap the inert sidebar.
    
    * Adjust animation.
    afercia authored and tellthemachines committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    1d8bb10 View commit details
    Browse the repository at this point in the history
  7. Fix not expanding pattern in page editor (#53169)

    ---------
    
    Co-authored-by: Aaron Robertshaw <60436221+aaronrobertshaw@users.noreply.github.com>
    2 people authored and tellthemachines committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    0bcda10 View commit details
    Browse the repository at this point in the history
  8. Footnotes: fix published preview (#53072)

    * Footnotes: fix published preview
    
    * remove var dump
    
    * Fix php lint
    
    * PHP lint
    
    * Address feedback
    
    * Add e2e test
    ellatrix authored and tellthemachines committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    bb9bc10 View commit details
    Browse the repository at this point in the history
  9. Footnotes: disable for synced patterns and prevent duplication for pa…

    …ges in site editor (#53003)
    
    * Initial commit:
    - Prevent footnote creation withing core/block
    - Only insert a footnote if one isn't found in the entity block list
    
    * Try grabbing controlled blocks from parent post content block
    
    * Cache `selectedClientId`
    Get hasParentCoreBlocks using separate useSelect call.
    
    * Rename hasParentCoreBlocks to isBlockWithinPattern
    Add comments
    
    * Removing while loop since we're already fetching the post content parent in the `getBlockParentsByBlockName` call above
    
    * Reinstating while loop because it can deal with nested blocks
    
    ---------
    
    Co-authored-by: Andrew Serong <14988353+andrewserong@users.noreply.github.com>
    2 people authored and tellthemachines committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    ef4f1f2 View commit details
    Browse the repository at this point in the history
  10. Footnotes: add missing _ in revision field filter (#53135)

    * Footnotes: add missing _ in revision field filter
    
    * Use correct hook name
    
    * Revert prefixing callback names
    ellatrix authored and tellthemachines committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    2d8d1da View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2baf81c View commit details
    Browse the repository at this point in the history
  12. Render the footer conditionally in the global styles sidebar componen…

    …t so that any side effects from the footer wrapper are not rendered, e.g., styles and what not (#53204)
    
    Ensure that the precise bottom margin persists if the footer isn't rendered
    ramonjd authored and tellthemachines committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    abe73df View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2bc0dad View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1662b7b View commit details
    Browse the repository at this point in the history