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

All backports for WordPress Beta1 #58964

Merged
merged 16 commits into from
Feb 13, 2024
Merged

All backports for WordPress Beta1 #58964

merged 16 commits into from
Feb 13, 2024

Commits on Feb 13, 2024

  1. Restore default border and focus style on image url input field. (#58505

    )
    
    * Restore default focus style on image url input field.
    
    * Make buttons use the 32 pixels compat size.
    
    * Remove image link settings top border.
    
    * Decrease left padding to grid-unit-15.
    
    * Restore the default border.
    
    * Revert all changes but the restored border.
    
    Co-authored-by: afercia <afercia@git.wordpress.org>
    Co-authored-by: carolinan <poena@git.wordpress.org>
    Co-authored-by: t-hamano <wildworks@git.wordpress.org>
    Co-authored-by: annezazu <annezazu@git.wordpress.org>
    Co-authored-by: richtabor <richtabor@git.wordpress.org>
    6 people authored and youknowriad committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    f8897cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a16821 View commit details
    Browse the repository at this point in the history
  3. Fix Spacer orientation when inside a block with default flex layout. (#…

    …58921)
    
    Co-authored-by: tellthemachines <isabel_brison@git.wordpress.org>
    Co-authored-by: andrewserong <andrewserong@git.wordpress.org>
    Co-authored-by: t-hamano <wildworks@git.wordpress.org>
    Co-authored-by: draganescu <andraganescu@git.wordpress.org>
    5 people authored and youknowriad committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    781dc3b View commit details
    Browse the repository at this point in the history
  4. Revert "Rich text: pad multiple spaces through en/em replacement (#56341

    )" (#58792)
    
    This reverts commit 53cae01.
    
    Co-authored-by: ellatrix <ellatrix@git.wordpress.org>
    Co-authored-by: jeryj <jeryj@git.wordpress.org>
    Co-authored-by: t-hamano <wildworks@git.wordpress.org>
    Co-authored-by: dmsnell <dmsnell@git.wordpress.org>
    5 people authored and youknowriad committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    1adfe8d View commit details
    Browse the repository at this point in the history
  5. Site editor: fix start patterns store selector (#58813)

    Unlinked contributors: bgardner.
    
    Co-authored-by: ellatrix <ellatrix@git.wordpress.org>
    Co-authored-by: youknowriad <youknowriad@git.wordpress.org>
    Co-authored-by: colorful-tones <colorful-tones@git.wordpress.org>
    4 people committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    924b0f1 View commit details
    Browse the repository at this point in the history
  6. Fix incorrect useAnchor positioning when switching from virtual to ri…

    …ch text elements (#58900)
    
    When creating a link or inline text color, we start with a virtual element and then after creating the link/adding a color, it switches from a virtual to rich text element (<a> or <mark>). We want to recompute that we've changed elements and reanchor appropriately when this happens.
    
    Also, useAnchor was adding focus and selectionChange events that were only used by a previous version of the link control UX where the link popover would show based on the caret position. If the caret was within the link, we would show the link popover. This is no longer the case, so we can remove these event listeners.
    jeryj authored and youknowriad committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    5f03c58 View commit details
    Browse the repository at this point in the history
  7. Close link preview if collapsed selection when creating link (#58896)

    Return caret to after the link boundary so typing can continue if no text is selected when creating a link.
    jeryj authored and youknowriad committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    d1155e0 View commit details
    Browse the repository at this point in the history
  8. Pagination Numbers: Add data-wp-key to pagination numbers if enhanc…

    …ed pagination is enabled (#58189)
    
    * Add `data-wp-key` to pagination numbers
    
    * Use tag index as the `data-wp-key` value
    
    Co-authored-by: DAreRodz <darerodz@git.wordpress.org>
    Co-authored-by: SantosGuillamot <santosguillamot@git.wordpress.org>
    Co-authored-by: c4rl0sbr4v0 <cbravobernal@git.wordpress.org>
    4 people authored and youknowriad committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    f7e9fdf View commit details
    Browse the repository at this point in the history
  9. Editor: Remove the 'all' rendering mode (#58935)

    Co-authored-by: youknowriad <youknowriad@git.wordpress.org>
    Co-authored-by: ellatrix <ellatrix@git.wordpress.org>
    3 people committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    50cd70c View commit details
    Browse the repository at this point in the history
  10. Block Bindings: lock editing of blocks by default (#58787)

    * Lock editing by default when bindings exist
    
    * Use default in post meta source
    
    * Set `lockEditing` to false in pattern overrides
    
    * Move default value to reducer
    
    * Use `_x` for sources translations
    
    * Add context to translations
    SantosGuillamot authored and youknowriad committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    72a22e5 View commit details
    Browse the repository at this point in the history
  11. Font Library: Show error message when no fonts found to install (#58914)

    Co-authored-by: t-hamano <wildworks@git.wordpress.org>
    Co-authored-by: matiasbenedetto <mmaattiiaass@git.wordpress.org>
    Co-authored-by: okmttdhr <okat@git.wordpress.org>
    4 people authored and youknowriad committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    5ccaa81 View commit details
    Browse the repository at this point in the history
  12. Clean up link control CSS. (#58934)

    afercia authored and youknowriad committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    a56d511 View commit details
    Browse the repository at this point in the history
  13. Use data_wp_context helper in core blocks and remove `data-wp-inter…

    …active` object (#58943)
    
    * Update file block
    
    * Update image block
    
    * Update navigation block
    
    * Update query block
    
    * WIP: Update form block
    
    * Use boolean instead of string in `$open_by_default` variable
    
    * Don't use `data-wp-interactive` object in search block
    
    * Remove unnecessary quotes
    
    * Adapt query block unit test
    
    Co-authored-by: SantosGuillamot <santosguillamot@git.wordpress.org>
    Co-authored-by: c4rl0sbr4v0 <cbravobernal@git.wordpress.org>
    3 people authored and youknowriad committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    87c120a View commit details
    Browse the repository at this point in the history
  14. Upgrade Floating UI packages, fix nested iframe positioning bug (#58932)

    * Upgrade Floating UI packages, fix nested iframe positioning bug
    
    * Update components changelog
    jsnajdr authored and youknowriad committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    46eb65d View commit details
    Browse the repository at this point in the history
  15. Fix layout for non viewable post types (#58962)

    Co-authored-by: youknowriad <youknowriad@git.wordpress.org>
    Co-authored-by: glendaviesnz <glendaviesnz@git.wordpress.org>
    Co-authored-by: t-hamano <wildworks@git.wordpress.org>
    4 people committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    8c44497 View commit details
    Browse the repository at this point in the history
  16. DataViews: Remove second reset filter button in filter dialog (#58960)

    Co-authored-by: ntsekouras <ntsekouras@git.wordpress.org>
    Co-authored-by: jameskoster <jameskoster@git.wordpress.org>
    3 people authored and youknowriad committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    b1e1b10 View commit details
    Browse the repository at this point in the history