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

[pull] trunk from WordPress:trunk #67

Merged
merged 338 commits into from
Jun 29, 2024
Merged

[pull] trunk from WordPress:trunk #67

merged 338 commits into from
Jun 29, 2024
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jun 10, 2024

  1. Placeholders: Fix contrast. (#62416)

    Co-authored-by: jasmussen <[email protected]>
    Co-authored-by: afercia <[email protected]>
    Co-authored-by: t-hamano <[email protected]>
    Co-authored-by: vcanales <[email protected]>
    5 people authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    e4688e3 View commit details
    Browse the repository at this point in the history
  2. Docs: Explicitly mention new behavior coming in WP 6.6 for block vari…

    …ations (#62399)
    
    Co-authored-by: gziolo <[email protected]>
    Co-authored-by: fabiankaegy <[email protected]>
    Co-authored-by: ockham <[email protected]>
    4 people authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    e04b36c View commit details
    Browse the repository at this point in the history
  3. Fix increasingly big canvas in the post editor when editing patterns (#…

    …62360)
    
    * Fix big canvas in the post editor when editing patterns
    
    * Avoid adding multiple padding rules
    
    * Revert "Avoid adding multiple padding rules"
    
    This reverts commit 91edeb9.
    
    * Revert "Fix big canvas in the post editor when editing patterns"
    
    This reverts commit 37326a9.
    
    * Ensure `useEditorStyles` recomputes whenever the postType changes
    
    * Fix mutation of `editorSettings.styles` resulting in editor styles incorrectly persisting and being duplicated
    
    ----
    
    Co-authored-by: talldan <[email protected]>
    Co-authored-by: youknowriad <[email protected]>
    Co-authored-by: ellatrix <[email protected]>
    4 people authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    b8fca79 View commit details
    Browse the repository at this point in the history
  4. Color Variations: Use Grid rather than VStack (#62445)

    Co-authored-by: richtabor <[email protected]>
    Co-authored-by: jasmussen <[email protected]>
    Co-authored-by: bgardner <[email protected]>
    4 people authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    5a1031b View commit details
    Browse the repository at this point in the history
  5. LinkControl: refined the display of the link preview title and url wh…

    …en both are same (#61819)
    
    * Add removeProtocol function to URL package
    
    * Fix redundant link preview display when link text includes protocol in LinkControl.
    
    * Changed regex for stripDomainPrefixes to handle all protocols
    
    * Add unit tests for stripDomainPrefixes function
    
    * Refactor URL filtering logic
    
    * Change variable name
    
    * Moved filterTitleForDisplay outside of component
    
    * Adds test cases for the updated regex
    
    * Fix typos and remove redundant tests for filterURLForDisplay
    
    * Fix isUrlRedundant check in LinkPreview component
    
    * Add test case for empty or falsy URL in filterURLForDisplay function
    
    Co-authored-by: amitraj2203 <[email protected]>
    Co-authored-by: afercia <[email protected]>
    Co-authored-by: tyxla <[email protected]>
    4 people authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    bd6e764 View commit details
    Browse the repository at this point in the history
  6. Fix: Add network-active to valid options in PluginStatus Type def…

    …inition (#62450)
    
    Co-authored-by: fabiankaegy <[email protected]>
    Co-authored-by: Mamaduka <[email protected]>
    3 people authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    3b10cb6 View commit details
    Browse the repository at this point in the history
  7. List: fix pasting (#62428)

    ellatrix authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    f64a0af View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. DataViews: Fix unnecessary horizontal scrollbar in list layout (#62448)

    Co-authored-by: t-hamano <[email protected]>
    Co-authored-by: stokesman <[email protected]>
    3 people authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    c7bb2b7 View commit details
    Browse the repository at this point in the history
  2. List view: show context menu for content-only blocks in posts (#62354)

    * Ensure the Edit template context menu is shown in the post editor/site editor pages by checking only for a templateId.
    Previously it was only shown for pages and there was no check if the user can edit template.
    Show a not-very-pretty dialogue box where a user cannot edit a template.
    
    * Check for an entity before showing the canUser message.
    
    * Rename variable
    Move canUser fallback component beneath existing entity check block
    
    * Use existing component but disable the edit button and update the copy
    
    * Check for content blocks
    
    * Use `getContentLockingParent`
    
    Co-authored-by: ramonjd <[email protected]>
    Co-authored-by: talldan <[email protected]>
    Co-authored-by: kevin940726 <[email protected]>
    Co-authored-by: andrewserong <[email protected]>
    Co-authored-by: ellatrix <[email protected]>
    6 people authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    e78cb55 View commit details
    Browse the repository at this point in the history
  3. Fix flaky Site Editor command center e2e test (#62454)

    Co-authored-by: Mamaduka <[email protected]>
    Mamaduka and Mamaduka authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    b7368c0 View commit details
    Browse the repository at this point in the history
  4. Page creation and duplication: Decode HTML entities in success notices (

    #62313)
    
    * Decode the page title when creating a new page from the Site Editor > Pages
    * Decode the page title when a page is duplicated from the Data Views
    * Decode the page title when you duplicate an item in the Edit Site > Editor component
    * Decode the page title when a page or post is duplicated from the block editor
    * Add ´@wordpress/html-entities´ to the edit post package.
    
    Co-authored-by: carolinan <[email protected]>
    Co-authored-by: Mamaduka <[email protected]>
    Co-authored-by: ellatrix <[email protected]>
    4 people authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    d2d7bf6 View commit details
    Browse the repository at this point in the history
  5. Section Styles: Register block style variations on init (#62461)

    Co-authored-by: aaronrobertshaw <[email protected]>
    Co-authored-by: oandregal <[email protected]>
    Co-authored-by: annezazu <[email protected]>
    4 people authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    faf5cba View commit details
    Browse the repository at this point in the history
  6. Fixed : Disambiguate "Cover" translatable string in the context of ba…

    …ckground-panel.js (#62440)
    
    * Fixed : Disambiguate 'Cover' translatable string in the context of background-panel.js
    
    * Added context for Contain and Tile
    
    * Implemented the suggestions
    
    
    Co-authored-by: narenin <[email protected]>
    Co-authored-by: ramonjd <[email protected]>
    Co-authored-by: audrasjb <[email protected]>
    4 people authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    fd587da View commit details
    Browse the repository at this point in the history
  7. Block Styles: Remove core block style variations filters and action (#…

    …62090)
    
    Co-authored-by: aaronrobertshaw <[email protected]>
    Co-authored-by: oandregal <[email protected]>
    3 people authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    48d9364 View commit details
    Browse the repository at this point in the history
  8. Site Editor: Remove editor specific classes from shell wrapper. (#62389)

    Co-authored-by: youknowriad <[email protected]>
    Co-authored-by: jasmussen <[email protected]>
    Co-authored-by: ntsekouras <[email protected]>
    4 people authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    3a20fb0 View commit details
    Browse the repository at this point in the history
  9. Block style variation: rename hook (#62464)

    Co-authored-by: ramonjd <[email protected]>
    Co-authored-by: aaronrobertshaw <[email protected]>
    3 people authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    edd5fa4 View commit details
    Browse the repository at this point in the history
  10. Bootstrap the dashboard layout (#62409)

    Co-authored-by: youknowriad <[email protected]>
    Co-authored-by: ntsekouras <[email protected]>
    3 people authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    2d34e2a View commit details
    Browse the repository at this point in the history
  11. DataViews: Bootstrap Actions Extensibility API (#62052)

    Co-authored-by: youknowriad <[email protected]>
    Co-authored-by: ntsekouras <[email protected]>
    Co-authored-by: mcsf <[email protected]>
    Co-authored-by: fabiankaegy <[email protected]>
    Co-authored-by: Mamaduka <[email protected]>
    6 people authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    97ccc28 View commit details
    Browse the repository at this point in the history
  12. Fix: (#62482)

    Co-authored-by: sirreal <[email protected]>
    Co-authored-by: WunderBart <[email protected]>
    Co-authored-by: up1512001 <[email protected]>
    4 people authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    7b177d9 View commit details
    Browse the repository at this point in the history
  13. Fix @since tag in docblock in WP_Theme_JSON_Data_Gutenberg. (#62425)

    The `get_theme_json` method was actually added in v18.5.0, not  18.3.0. This corrects the docblock reference.
    
    Co-authored-by: joemcgill <[email protected]>
    Co-authored-by: fabiankaegy <[email protected]>
    3 people authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    57b8b61 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Fix showing double icons for connected blocks in pattern editor (#62317)

    Co-authored-by: kevin940726 <[email protected]>
    Co-authored-by: talldan <[email protected]>
    Co-authored-by: SantosGuillamot <[email protected]>
    Co-authored-by: jasmussen <[email protected]>
    Co-authored-by: richtabor <[email protected]>
    Co-authored-by: ellatrix <[email protected]>
    * Fix showing double icons for connected blocks in pattern editor
    
    * Fix post-meta
    
    * Unify the experience
    
    * Rename the component
    kevin940726 authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    b8fd20a View commit details
    Browse the repository at this point in the history
  2. List View: Respect default shortcuts in modals (#62479)

    Co-authored-by: t-hamano <[email protected]>
    Co-authored-by: Mamaduka <[email protected]>
    Co-authored-by: andrewserong <[email protected]>
    Co-authored-by: mcsf <[email protected]>
    Co-authored-by: colorful-tones <[email protected]>
    6 people authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    24aeb31 View commit details
    Browse the repository at this point in the history
  3. Icons: Fix React warning error for offline icon (#62353)

    Co-authored-by: t-hamano <[email protected]>
    Co-authored-by: dcalhoun <[email protected]>
    3 people authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    f1016e9 View commit details
    Browse the repository at this point in the history
  4. List View: Fix home and end key behaviour in very long lists (#62312)

    * List View: Fix home and end key behaviour in very long lists
    
    * Update e2e test
    
    Co-authored-by: andrewserong <[email protected]>
    Co-authored-by: talldan <[email protected]>
    Co-authored-by: ellatrix <[email protected]>
    4 people authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    35ddbfb View commit details
    Browse the repository at this point in the history
  5. Post Date: Adds relative date format (#62298)

    * Adds "Time Ago" option to SelectControl of DateFormatPicker
    
    * Update post-date block to have "Time ago" format
    
    * Use 'human-diff' as format for relative dates
    
    * Add support for relative dates to Comment Date block
    
    * Always use a somewhat recent example date
    
    ---------
    
    Co-authored-by: amitraj2203 <[email protected]>
    Co-authored-by: noisysocks <[email protected]>
    Co-authored-by: ramonjd <[email protected]>
    4 people authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    907a70e View commit details
    Browse the repository at this point in the history
  6. Global Styles: Fix registration of theme style variation defined bloc…

    …k styles (#62495)
    
    Co-authored-by: aaronrobertshaw <[email protected]>
    Co-authored-by: oandregal <[email protected]>
    3 people authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    bda08ff View commit details
    Browse the repository at this point in the history
  7. Unify DataViews Header Title & Subtitle (#62429)

    * Unify DataViews Patterns Header Title & Subtitle
    
    * Don't wrap text
    
    * Apply same logic to Pages, Templates
    
    Co-authored-by: t-hamano <[email protected]>
    Co-authored-by: jasmussen <[email protected]>
    3 people authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    d375f00 View commit details
    Browse the repository at this point in the history
  8. Verse block: add background image and minimum height support (#62498)

    Co-authored-by: ramonjd <[email protected]>
    Co-authored-by: tellthemachines <[email protected]>
    3 people authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    375d6b6 View commit details
    Browse the repository at this point in the history
  9. Quote blocks: add background image and minimum height support (#62497)

    Co-authored-by: ramonjd <[email protected]>
    Co-authored-by: tellthemachines <[email protected]>
    3 people authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    0b5046b View commit details
    Browse the repository at this point in the history
  10. Update Node version for flaky test reporter (#62401)

    Co-authored-by: Mamaduka <[email protected]>
    Co-authored-by: kevin940726 <[email protected]>
    3 people authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    1c6c693 View commit details
    Browse the repository at this point in the history
  11. Change Site Editor to Edit site (#62501)

    Co-authored-by: up1512001 <[email protected]>
    Co-authored-by: akasunil <[email protected]>
    Co-authored-by: youknowriad <[email protected]>
    4 people authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    1128ac0 View commit details
    Browse the repository at this point in the history
  12. Block bindings: Change bindings panel title, add description. (#62489)

    * Change title, add description
    
    * Update description
    
    * Update description
    
    Co-authored-by: cbravobernal <[email protected]>
    Co-authored-by: SantosGuillamot <[email protected]>
    Co-authored-by: jasmussen <[email protected]>
    4 people authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    07f8235 View commit details
    Browse the repository at this point in the history
  13. Update React API reference links in @wordpress/element reference-guid…

    …es (#62475)
    
    * Update React API reference links
    
    * Addressed feedback
    
    Co-authored-by: amitraj2203 <[email protected]>
    Co-authored-by: t-hamano <[email protected]>
    3 people authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    ff0ef2b View commit details
    Browse the repository at this point in the history
  14. Fix: Invalid link on explanations documentation. (#62487)

    Co-authored-by: jorgefilipecosta <[email protected]>
    Co-authored-by: t-hamano <[email protected]>
    3 people authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    e48e636 View commit details
    Browse the repository at this point in the history
  15. [Mobile] - Fix Inserter items list (#62334)

    * Mobile - Pass isQuick option to useBlockTypesState for the native inserter
    
    * Mobile - Update tests for Buttons and Social Icons to check the correct blocks are shown in the inserter
    
    * Update changelog
    Gerardo Pacheco authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    b3d9822 View commit details
    Browse the repository at this point in the history
  16. Ensure that openref is defined before accessing to .current (#62508)

    * Ensure that openref is defined before accessing to .current
    
    * add comment
    
    Co-authored-by: gigitux <[email protected]>
    Co-authored-by: cbravobernal <[email protected]>
    Co-authored-by: vcanales <[email protected]>
    4 people authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    3bb138e View commit details
    Browse the repository at this point in the history
  17. [Mobile] Improve List block onSplit to avoid hiding the keyboard on e…

    …nter (#62446)
    
    * Native RichText - Add __unstableUseSplitSelection prop
    
    * Native List block - Use __unstableUseSplitSelection prop and remove custom onSplit and onReplace functionality
    
    * Update changelog
    
    * Fix changelog after fixing conflict
    
    Co-authored-by: geriux <[email protected]>
    Co-authored-by: twstokes <[email protected]>
    Co-authored-by: fluiddot <[email protected]>
    4 people authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    851e2a0 View commit details
    Browse the repository at this point in the history
  18. [Mobile] - RichText - Fix undefined onDelete callback (#62486)

    * Native RichText - Fix undefined onDelete callback
    
    * Update changelog
    
    Co-authored-by: geriux <[email protected]>
    Co-authored-by: twstokes <[email protected]>
    3 people authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    7eeb041 View commit details
    Browse the repository at this point in the history
  19. Add JSON Schema for .wp-env.json files (#36276)

    Co-authored-by: fabiankaegy <[email protected]>
    Co-authored-by: ajlende <[email protected]>
    Co-authored-by: t-hamano <[email protected]>
    Co-authored-by: gziolo <[email protected]>
    Co-authored-by: PerryRylance <[email protected]>
    6 people authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    98617fd View commit details
    Browse the repository at this point in the history
  20. Inserter: Allow focus to move to the toggle when opening the inserter…

    …, so that the browser can correctly handle focus-visible on the tabs (#62513)
    scruffian authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    3104482 View commit details
    Browse the repository at this point in the history
  21. Docs: Correct typos in GitHub and JavaScript wordmarks (#62459).

    Fixes documentation and comment references to capitalize the words in accordance with the wordmarks.
    
    No symbols have been renamed to avoid the risk of introducing bugs in case sensitive interpreters.
    
    See [WP#60699](https://core.trac.wordpress.org/ticket/60699)
    
    Co-authored-by: peterwilsoncc <[email protected]>
    Co-authored-by: fabiankaegy <[email protected]>
    Co-authored-by: dmsnell <[email protected]>
    Co-authored-by: juanmaguitar <[email protected]>
    5 people authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    91084bf View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Block Bindings / Pattern Overrides: Try preventing normal attribute u…

    …pdates when a __default binding exists (#62471)
    
    * Try preventing normal attribute updates when a __default binding exists
    
    * Add an e2e test
    
    * Only skip normal attribute updates for pattern overrides
    
    ----
    
    Co-authored-by: talldan <[email protected]>
    Co-authored-by: SantosGuillamot <[email protected]>
    3 people authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    22bc2e7 View commit details
    Browse the repository at this point in the history
  2. Post content block: add background image and padding support (#62499)

    Co-authored-by: ramonjd <[email protected]>
    Co-authored-by: tellthemachines <[email protected]>
    Co-authored-by: andrewserong <[email protected]>
    Co-authored-by: jasmussen <[email protected]>
    5 people authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    1d78aa0 View commit details
    Browse the repository at this point in the history
  3. Update custom CSS handling to be consistent with block global styles. (

    …#62357)
    
    Co-authored-by: tellthemachines <[email protected]>
    Co-authored-by: ramonjd <[email protected]>
    3 people authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    6ec0bda View commit details
    Browse the repository at this point in the history
  4. Global styles: send theme object to setUserConfig (#61805)

    * Instead of destructuring object, just send it. The global styles provider does the work.
    
    * Remove unnecessary callback - use state function to set current revision
    
    * Allow an object or a function in the setConfig function, which sets global styles.
    Use the object arg for variations, pushing to global styles from block settings, and reset global styles.
    
    Co-authored-by: ramonjd <[email protected]>
    Co-authored-by: noisysocks <[email protected]>
    3 people authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    1e829be View commit details
    Browse the repository at this point in the history
  5. Build JS module only in development mode (#62398)

    Co-authored-by: kevin940726 <[email protected]>
    Co-authored-by: gziolo <[email protected]>
    3 people authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    e0354b6 View commit details
    Browse the repository at this point in the history
  6. Extract the pattern overrides toolbar indicator from the `block-edito…

    …r` package (#62514)
    
    Co-authored-by: kevin940726 <[email protected]>
    Co-authored-by: talldan <[email protected]>
    * Extract pattern overrides toolbar indicator from the block-editor package
    
    * Fix error
    kevin940726 authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    fe8fe40 View commit details
    Browse the repository at this point in the history
  7. Use stable reference for getEntityActions action (#62536)

    Co-authored-by: ntsekouras <[email protected]>
    Co-authored-by: youknowriad <[email protected]>
    3 people authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    ee30a87 View commit details
    Browse the repository at this point in the history
  8. Add support for local keyframes through a PostCSS plugin. (#62476)

    Co-authored-by: DaniGuardiola <[email protected]>
    Co-authored-by: jsnajdr <[email protected]>
    Co-authored-by: tyxla <[email protected]>
    Co-authored-by: mirka <[email protected]>
    5 people authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    842b5c4 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Fixing minor syntax in dataview example code (#62560)

    Co-authored-by: aaronware <[email protected]>
    Co-authored-by: t-hamano <[email protected]>
    3 people authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    91472e5 View commit details
    Browse the repository at this point in the history
  2. Add custom CSS for block style variations. (#62526)

    Co-authored-by: tellthemachines <[email protected]>
    Co-authored-by: aaronrobertshaw <[email protected]>
    Co-authored-by: matiasbenedetto <[email protected]>
    4 people authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    5ac2ede View commit details
    Browse the repository at this point in the history
  3. Update fetchLinkSuggestions to sort results by relevancy (#62397)

    * Update fetchLinkSuggestions to sort results by relevancy
    
    - Rename __experimentalFetchLinkSuggestions to fetchLinkSuggestions.
    - Rewrite fetchLinkSuggestions in TypeScript.
    - Sort results by relevancy using cosine similiarty between term frequency vectors.
    
    * Fix tsc errors
    
    * Update @wordpress/core-data imports
    
    * Make tokenize unicode aware
    
    * Remove unnecessary mutation
    
    * Add tests for all the helper functions
    
    * Simpler scoring function
    
    * Keep experimental for now
    
    Unlinked contributors: scrobbleme.
    
    Co-authored-by: noisysocks <[email protected]>
    Co-authored-by: ellatrix <[email protected]>
    Co-authored-by: ntsekouras <[email protected]>
    Co-authored-by: ramonjd <[email protected]>
    Co-authored-by: andrewserong <[email protected]>
    Co-authored-by: skorasaurus <[email protected]>
    7 people authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    18676a8 View commit details
    Browse the repository at this point in the history
  4. Fix "insert before/after" not showing for blocks in site editor (#62530)

    Co-authored-by: kevin940726 <[email protected]>
    Co-authored-by: noisysocks <[email protected]>
    Co-authored-by: talldan <[email protected]>
    Co-authored-by: Mamaduka <[email protected]>
    Co-authored-by: richtabor <[email protected]>
    * Fix insert before & after not showing for blocks in templates
    
    * Use block editing mode
    kevin940726 authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    ce5280a View commit details
    Browse the repository at this point in the history
  5. Update all ConfirmDialogs in the codebase to be size=medium (#62532)

    * Update all `ConfirmDialog`s in the codebase to be size=medium
    
    * Don't update deprecated dialog
    
    ----
    
    Co-authored-by: talldan <[email protected]>
    Co-authored-by: nerrad <[email protected]>
    Co-authored-by: annezazu <[email protected]>
    4 people authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    4e4b235 View commit details
    Browse the repository at this point in the history
  6. Section styles: support i18n for variations declared in theme.json

    …or theme style variations (#62552)
    
    Co-authored-by: oandregal <[email protected]>
    Co-authored-by: aaronrobertshaw <[email protected]>
    3 people authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    c009a43 View commit details
    Browse the repository at this point in the history
  7. Section styles: consolidate variation name (#62550)

    Co-authored-by: oandregal <[email protected]>
    Co-authored-by: aaronrobertshaw <[email protected]>
    3 people authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    6f0950b View commit details
    Browse the repository at this point in the history
  8. Shortcut Help modal: Remove CSS hack for Internet Explorer 11 (#62564)

    Co-authored-by: t-hamano <[email protected]>
    Co-authored-by: jasmussen <[email protected]>
    3 people authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    a7f74e5 View commit details
    Browse the repository at this point in the history
  9. Speed up check-build-type-declaration-files (#62538)

    * Remove npx usage from declaration checking script
    
    * Revert "Remove npx usage from declaration checking script"
    
    This reverts commit d5a1fe5.
    
    * Try skipLibCheck
    
    Co-authored-by: sirreal <[email protected]>
    Co-authored-by: cbravobernal <[email protected]>
    Co-authored-by: noahtallen <[email protected]>
    4 people authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    9f49db1 View commit details
    Browse the repository at this point in the history
  10. Template inspector: Small visual adjustments. (#62537)

    * Template inspector: Small visual adjustments.
    
    * Update packages/editor/src/components/post-card-panel/style.scss
    
    Co-authored-by: Aki Hamano <[email protected]>
    
    ---------
    
    Co-authored-by: jasmussen <[email protected]>
    Co-authored-by: t-hamano <[email protected]>
    3 people authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    9389869 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2917269 View commit details
    Browse the repository at this point in the history
  12. Blob: Convert package to TypeScript (#62569)

    Co-authored-by: jpstevens <[email protected]>
    Co-authored-by: jsnajdr <[email protected]>
    Co-authored-by: sirreal <[email protected]>
    Co-authored-by: up1512001 <[email protected]>
    5 people authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    6710fd5 View commit details
    Browse the repository at this point in the history
  13. Fix: Flakey deferred store test (#62571)

    * Use events to proceed test when ready
    
    * Initialize once on the event
    
    * Use window not globalThis in test
    
    * Fix event dispatch in page
    
    Co-authored-by: sirreal <[email protected]>
    Co-authored-by: cbravobernal <[email protected]>
    3 people authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    03eda5b View commit details
    Browse the repository at this point in the history
  14. Sort spacing sizes when all slugs begin numerically (#62567)

    Co-authored-by: ajlende <[email protected]>
    Co-authored-by: scruffian <[email protected]>
    Co-authored-by: justintadlock <[email protected]>
    4 people authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    a1c648f View commit details
    Browse the repository at this point in the history
  15. Warning: Convert package to TypeScript (#62557)

    Co-authored-by: jpstevens <[email protected]>
    Co-authored-by: youknowriad <[email protected]>
    Co-authored-by: sirreal <[email protected]>
    Co-authored-by: jsnajdr <[email protected]>
    Co-authored-by: up1512001 <[email protected]>
    6 people authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    fe61e1d View commit details
    Browse the repository at this point in the history
  16. Added documentation for PostTrash & PostTrashCheck TimeToRead `…

    …TextEditorGlobalKeyboardShortcuts` `PostPublishButtonLabel `Component (#62116)
    
    * Added documentation for PostTrash Component
    
    * Added Documentation for PostTrashCheck component
    
    * Added Documentation for PostPublishButtonLabel TimeToRead and TextEditorGlobalKeyboardShortcuts
    narenin authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    79ffe95 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a8e82c5 View commit details
    Browse the repository at this point in the history
  18. Autop: Convert package to TypeScript (#62583)

    Co-authored-by: jpstevens <[email protected]>
    Co-authored-by: jsnajdr <[email protected]>
    Co-authored-by: sirreal <[email protected]>
    Co-authored-by: up1512001 <[email protected]>
    5 people authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    33c2fb7 View commit details
    Browse the repository at this point in the history
  19. Escape-html: Convert package to TypeScript (#62586)

    Co-authored-by: jpstevens <[email protected]>
    Co-authored-by: sirreal <[email protected]>
    Co-authored-by: up1512001 <[email protected]>
    4 people authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    eb924d4 View commit details
    Browse the repository at this point in the history
  20. Block Editor: Remove 'rootClientId' argument for block lock selectors (

    …#62547)
    
    
    Co-authored-by: Mamaduka <[email protected]>
    Co-authored-by: ellatrix <[email protected]>
    Co-authored-by: richtabor <[email protected]>
    4 people authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    229eca9 View commit details
    Browse the repository at this point in the history
  21. Global Styles: Only use single property variations as color/type pres…

    …ets (#62469)
    
    * Global Styles: Only use single property variations as color/type presets
    
    * remove unused code
    
    * remove unused code
    
    * remove unused code
    
    * update comment
    
    * fix typo
    
    * Add the user settings to the base variation
    
    * Update packages/edit-site/src/hooks/use-theme-style-variations/use-theme-style-variations-by-property.js
    
    Co-authored-by: Alex Lende <[email protected]>
    
    * Update packages/edit-site/src/hooks/use-theme-style-variations/use-theme-style-variations-by-property.js
    
    Co-authored-by: Alex Lende <[email protected]>
    
    * Remove the property from the user variation before merginng it with the new variation
    
    * apply the name to the correct object
    
    ---------
    
    Co-authored-by: Alex Lende <[email protected]>
    Co-authored-by: scruffian <[email protected]>
    Co-authored-by: jasmussen <[email protected]>
    Co-authored-by: ajlende <[email protected]>
    Co-authored-by: juanmaguitar <[email protected]>
    Co-authored-by: ndiego <[email protected]>
    Co-authored-by: richtabor <[email protected]>
    Co-authored-by: colorful-tones <[email protected]>
    9 people authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    854163b View commit details
    Browse the repository at this point in the history
  22. Token-list: Convert package to TypeScript (#62584)

    Co-authored-by: jpstevens <[email protected]>
    Co-authored-by: up1512001 <[email protected]>
    Co-authored-by: sirreal <[email protected]>
    4 people authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    0658187 View commit details
    Browse the repository at this point in the history
  23. Global Styles: Don't apply the background and text colors to typograp…

    …hy previews (#62578)
    
    Co-authored-by: scruffian <[email protected]>
    Co-authored-by: ajlende <[email protected]>
    Co-authored-by: hbhalodia <[email protected]>
    Co-authored-by: draganescu <[email protected]>
    Co-authored-by: richtabor <[email protected]>
    6 people authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    4d1aa40 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. Configuration menu
    Copy the full SHA
    a016d86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48394d2 View commit details
    Browse the repository at this point in the history
  3. chore(release): publish

     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
    gutenbergplugin committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    70d3df4 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. Configuration menu
    Copy the full SHA
    aa6b6f0 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Account for partial string matches in fetchLinkSuggestions (#62570)

    Co-authored-by: noisysocks <[email protected]>
    Co-authored-by: andrewserong <[email protected]>
    3 people authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    4413591 View commit details
    Browse the repository at this point in the history
  2. Caption utility component: Allow the main CSS Class Name to be exclud…

    …ed from the markup. (#62485)
    
    * Allow the main CSS class name of the Caption utility component to be excluded in the HTML markup
    
    * Caption utility component: change the name of the property responsible for excluding the Element CSS Class Name
    
    ----
    
    Co-authored-by: aatanasovdev <[email protected]>
    Co-authored-by: talldan <[email protected]>
    3 people authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    11390a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48e81e9 View commit details
    Browse the repository at this point in the history
  4. Improve maintainability of theme json class tests. (#62463)

    Co-authored-by: tellthemachines <[email protected]>
    Co-authored-by: aaronrobertshaw <[email protected]>
    Co-authored-by: andrewserong <[email protected]>
    4 people authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    4011f4b View commit details
    Browse the repository at this point in the history
  5. Autoformat e2e-tests package (#62572)

    * Remove prettier ignore for e2e-tests
    * Apply autoformatting
    
    ---
    
    Co-authored-by: sirreal <[email protected]>
    Co-authored-by: Mamaduka <[email protected]>
    3 people authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    9c1b097 View commit details
    Browse the repository at this point in the history
  6. Editor: Render editPost slots only in the post editor (same for site …

    …editor) (#62531)
    
    Co-authored-by: youknowriad <[email protected]>
    Co-authored-by: ellatrix <[email protected]>
    Co-authored-by: jeherve <[email protected]>
    Co-authored-by: ndiego <[email protected]>
    5 people authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    bb92727 View commit details
    Browse the repository at this point in the history
  7. Github PHP changes workflow: remove it (#62609)

    Co-authored-by: ramonjd <[email protected]>
    Co-authored-by: tellthemachines <[email protected]>
    Co-authored-by: noisysocks <[email protected]>
    Co-authored-by: ellatrix <[email protected]>
    5 people authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    0590511 View commit details
    Browse the repository at this point in the history
  8. Save Panel: Remove connections icon and fix padding (#62542)

    * Remove connections icon and fix padding
    
    * Reuse Global Styles changes design for meta changes
    
    * Update test
    
    Co-authored-by: artemiomorales <[email protected]>
    Co-authored-by: cbravobernal <[email protected]>
    Co-authored-by: SantosGuillamot <[email protected]>
    Co-authored-by: youknowriad <[email protected]>
    Co-authored-by: jasmussen <[email protected]>
    6 people authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    584524a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    332f8c8 View commit details
    Browse the repository at this point in the history
  10. Global Styles: Prevent duplicate block style variations CSS (#62465)

    Co-authored-by: aaronrobertshaw <[email protected]>
    Co-authored-by: oandregal <[email protected]>
    Co-authored-by: colorful-tones <[email protected]>
    4 people authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    04d1b34 View commit details
    Browse the repository at this point in the history
  11. Global Styles: Skip registration of variation styles when unsupported (

    …#62529)
    
    Co-authored-by: aaronrobertshaw <[email protected]>
    Co-authored-by: oandregal <[email protected]>
    Co-authored-by: andrewserong <[email protected]>
    4 people authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    e3e5775 View commit details
    Browse the repository at this point in the history
  12. Writing flow: split heading into default block (#61891)

    Unlinked contributors: erikiva.
    
    Co-authored-by: ellatrix <[email protected]>
    Co-authored-by: ntsekouras <[email protected]>
    3 people authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    40d150b View commit details
    Browse the repository at this point in the history
  13. Update JSX syntax extension and JavaScript Coding Guidelines links in…

    … README.md (#62616)
    
    Co-authored-by: amitraj2203 <[email protected]>
    amitraj2203 and amitraj2203 authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    b0216c6 View commit details
    Browse the repository at this point in the history
  14. Raw handling: fix for mixed blocks and freeform content (#62545)

    Unlinked contributors: [email protected], saulyz.
    saulyz authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    e896965 View commit details
    Browse the repository at this point in the history
  15. Fix toggle active font logic (#62614)

    * fix toggle active font logic
    
    * simplify logic
    
    Co-authored-by: matiasbenedetto <[email protected]>
    Co-authored-by: madhusudhand <[email protected]>
    Co-authored-by: richtabor <[email protected]>
    Co-authored-by: nith53 <[email protected]>
    5 people authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    7c45cdc View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    708ce27 View commit details
    Browse the repository at this point in the history
  17. [Mobile] - Fix issues when pasting HTML content (#62588)

    * iOS - readHTML remove DOCTYPE check since pasteHandler handles it
    
    * Update changelog
    Gerardo Pacheco authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    6633dc3 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Revert "Revert test data for WithSlug variation (#62579)" (#62587)

    * Revert "Revert test data for `WithSlug` variation (#62579)"
    
    This reverts commit 2917269.
    
    * Clear up test caching
    
    Co-authored-by: oandregal <[email protected]>
    Co-authored-by: andrewserong <[email protected]>
    Co-authored-by: aaronrobertshaw <[email protected]>
    Co-authored-by: tellthemachines <[email protected]>
    Co-authored-by: ramonjd <[email protected]>
    6 people authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    2fdcec7 View commit details
    Browse the repository at this point in the history
  2. env: Ignore \$schema key in environment config parsing (#62626)

    * env: Ignore `\$schema` key in environment config parsing
    
    * Add changelog
    
    Co-authored-by: t-hamano <[email protected]>
    Co-authored-by: sirreal <[email protected]>
    3 people authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    e636142 View commit details
    Browse the repository at this point in the history
  3. Update Private API opt-in string for WP 6.6. (#62635)

    Co-authored-by: peterwilsoncc <[email protected]>
    Co-authored-by: talldan <[email protected]>
    3 people authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    c4e9024 View commit details
    Browse the repository at this point in the history
  4. Performance: run block variation hook only for matches (#62617)

    Co-authored-by: ellatrix <[email protected]>
    Co-authored-by: aaronrobertshaw <[email protected]>
    3 people authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    54586ee View commit details
    Browse the repository at this point in the history
  5. Theme JSON resolver: read theme.json files from the styles/ folder on…

    …ly once (#62638)
    
    Cache reading theme.json files from styles/ folder.
    
    Co-authored-by: ramonjd <[email protected]>
    Co-authored-by: aaronrobertshaw <[email protected]>
    3 people authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    f45aa20 View commit details
    Browse the repository at this point in the history
  6. Tests: simplify test set up in `WP_Block_Supports_Block_Style_Variati…

    …ons_Test` (#62637)
    
    * Clean all JSON caches, including WP_Theme_JSON_Resolver_Gutenberg::clean_cached_data(), after test suite runs, not just after any tests
    
    * LINT THE UNIVERSE THEN SET IT ON FIRE
    
    * Test reverting cache reset from tear_down_after_class()
    
    
    Co-authored-by: ramonjd <[email protected]>
    Co-authored-by: aaronrobertshaw <[email protected]>
    3 people authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    c222a5f View commit details
    Browse the repository at this point in the history
  7. Section Styles: Switch away from using init for variation registration (

    #62640)
    
    Co-authored-by: oandregal <[email protected]>
    Co-authored-by: aaronrobertshaw <[email protected]>
    Co-authored-by: andrewserong <[email protected]>
    Co-authored-by: ellatrix <[email protected]>
    5 people authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    880cf3e View commit details
    Browse the repository at this point in the history
  8. Revert change that removes the social link block when pressing backsp…

    …ace in the URL Popover (#61344)
    
    Co-authored-by: talldan <[email protected]>
    Co-authored-by: ntsekouras <[email protected]>
    Co-authored-by: alexstine <[email protected]>
    4 people authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    e7b19b8 View commit details
    Browse the repository at this point in the history
  9. wp-env schema: Remove leading dot (#62634)

    Rename the wp-env schema to not be a dotfile.
    
    Dotfiles have special handling in many systems, including schemastore.org.
    Remove the leading dot to improve compatibility.
    
    ---
    
    Co-authored-by: ajlende <[email protected]>
    Co-authored-by: t-hamano <[email protected]>
    Co-authored-by: sirreal <[email protected]>
    Co-authored-by: dd32 <[email protected]>
    5 people authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    33854e1 View commit details
    Browse the repository at this point in the history
  10. Add context in post actions API (#62443)

    Co-authored-by: ntsekouras <[email protected]>
    Co-authored-by: mcsf <[email protected]>
    Co-authored-by: youknowriad <[email protected]>
    Co-authored-by: jorgefilipecosta <[email protected]>
    5 people authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    3800e67 View commit details
    Browse the repository at this point in the history
  11. Cherry pick script: make authenticated requests (#62473)

    During the 6.6 Beta 2 release, we ran into rate limiting issues due to
    conflicts that had to be resolved, which meant that we had to run the
    script multiple times.
    
    Non-authenticated requests have a 60 per hour limit.
    
    In order to avoid it in the future, we can grab the token generated by `gh` and use
    it to make authenticated requests instead, which have a 5000-per hour
    limit.
    
    ```sh
    ➜  gutenberg git:(trunk) curl -vvvv --request GET \
    --url "https://api.github.com/octocat" \
    --header "Authorization: Bearer <TOKEN_GENERATED_BY_GH_CLI>" \
    --header "X-GitHub-Api-Version: 2022-11-28"
    ...
    < HTTP/2 200
    < server: GitHub.com
    < date: Tue, 11 Jun 2024 10:36:15 GMT
    < content-type: application/octocat-stream
    < content-length: 917
    < x-github-api-version-selected: 2022-11-28
    < x-ratelimit-limit: 5000
    < x-ratelimit-remaining: 4992
    ```
    
    Co-authored-by: vcanales <[email protected]>
    Co-authored-by: ellatrix <[email protected]>
    3 people authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    0181965 View commit details
    Browse the repository at this point in the history
  12. DataViews: Support passing the registry to actions callbacks (#62505)

    Co-authored-by: youknowriad <[email protected]>
    Co-authored-by: jsnajdr <[email protected]>
    Co-authored-by: ntsekouras <[email protected]>
    4 people authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    4b1a3ef View commit details
    Browse the repository at this point in the history
  13. Fix: empty style attribute issue in navigation block (#62600)

    * Fix: empty style attribute issue in navigation block
    
    * update: store overlay style to variable for better readibility and performance
    
    * Fix: linting issue
    
    * Fix: added missing quotes to make valid markup
    
    ----
    
    Unlinked contributors: convolutedkdlkf.
    
    Co-authored-by: up1512001 <[email protected]>
    Co-authored-by: artemiomorales <[email protected]>
    Co-authored-by: talldan <[email protected]>
    4 people authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    4907090 View commit details
    Browse the repository at this point in the history
  14. Fix: Remove inexistent link from the documentation. (#62624)

    Co-authored-by: jorgefilipecosta <[email protected]>
    Co-authored-by: ellatrix <[email protected]>
    3 people authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    b43a433 View commit details
    Browse the repository at this point in the history
  15. Remove changelog checks for branches other than trunk (#62645)

    Co-authored-by: ellatrix <[email protected]>
    Co-authored-by: youknowriad <[email protected]>
    3 people authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    c6e7ddb View commit details
    Browse the repository at this point in the history
  16. Fix: Check Capability to create pages on DataViews add new page button (

    #62592)
    
    Co-authored-by: jorgefilipecosta <[email protected]>
    Co-authored-by: carolinan <[email protected]>
    3 people authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    aa1cc8d View commit details
    Browse the repository at this point in the history
  17. Add: Content panel for template parts. (#62034)

    Co-authored-by: jorgefilipecosta <[email protected]>
    Co-authored-by: jasmussen <[email protected]>
    3 people authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    08b77b3 View commit details
    Browse the repository at this point in the history
  18. Changelogs: Standardize sections (#58268)

    Improve existing changelog entries to adhere to a more standard format.
    
    Section headers are now standardizes as:
    
    - Breaking Changes
    - Bug Fixes
    - Deprecations
    - Enhancements
    - New Features
    - Code Quality -> Internal
    - Improvements -> Enhancements
    - New API -> New Features
    - Polish -> Internal
    - Refactor -> Internal
    - Requirements -> Breaking Change
    - Backward Compatibility -> Bug Fixes
    
    Several header levels that were incorrect have also been corrected.
    
    The root changelog.txt and the changelog script standardize on "first-time contributors" (hyphenated) instead of "first time contributors."
    
    ---
    
    Co-authored-by: sirreal <[email protected]>
    Co-authored-by: t-hamano <[email protected]>
    Co-authored-by: gziolo <[email protected]>
    4 people authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    703dc20 View commit details
    Browse the repository at this point in the history
  19. Fix: Comments and Pingbacks get cleared out when a pattern is edited. (

    …#62507)
    
    Co-authored-by: jorgefilipecosta <[email protected]>
    Co-authored-by: carolinan <[email protected]>
    Co-authored-by: marcarmengou <[email protected]>
    Co-authored-by: marcarmengou <[email protected]>
    5 people authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    c72542c View commit details
    Browse the repository at this point in the history
  20. Fix: Resetting template part causes notification saying it's been del…

    …ete (#62521)
    
    Co-authored-by: jorgefilipecosta <[email protected]>
    Co-authored-by: carolinan <[email protected]>
    Co-authored-by: annezazu <[email protected]>
    Co-authored-by: ramonjd <[email protected]>
    5 people authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    8ae6870 View commit details
    Browse the repository at this point in the history
  21. Edit site: Treat edit-site/lib as vendored code (#62573)

    Disable autoformatting of packages/edit-site/lib directory.
    
    Revert previous autoformatting for packages/edit-site/lib directory.
    
    Add a `linguist-vendored` git attribute to packages/edit-site/lib to
    indicate it contains vendored code.
    
    ---
    
    Co-authored-by: sirreal <[email protected]>
    Co-authored-by: youknowriad <[email protected]>
    3 people authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    1050efa View commit details
    Browse the repository at this point in the history
  22. Pages data view: Update status icons (#62136)

    Co-authored-by: jameskoster <[email protected]>
    Co-authored-by: ntsekouras <[email protected]>
    Co-authored-by: afercia <[email protected]>
    Co-authored-by: jasmussen <[email protected]>
    Co-authored-by: richtabor <[email protected]>
    Co-authored-by: carolinan <[email protected]>
    Co-authored-by: hanneslsm <[email protected]>
    8 people authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    212d4a8 View commit details
    Browse the repository at this point in the history
  23. Bump rexml from 3.2.6 to 3.2.8 in /packages/react-native-editor/ios (#…

    …61747)
    
    Bumps [rexml](https://github.com/ruby/rexml) from 3.2.6 to 3.2.8.
    - [Release notes](https://github.com/ruby/rexml/releases)
    - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
    - [Commits](ruby/rexml@v3.2.6...v3.2.8)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    Co-authored-by: geriux <[email protected]>
    Co-authored-by: desrosj <[email protected]>
    Co-authored-by: sirreal <[email protected]>
    4 people authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    6d52495 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Media & text: Update the image replacement logic (#62030)

    * Media & Text: Update the image replacement logic for the featured image. Add a PHPUnit test class for testing the insertion of the featured image.
    
    ---------
    
    Co-authored-by: carolinan <[email protected]>
    Co-authored-by: ramonjd <[email protected]>
    Co-authored-by: dmsnell <[email protected]>
    4 people authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    9e53779 View commit details
    Browse the repository at this point in the history
  2. Correct documentation for WP_Block_Parser_Frame class (#62598)

    * Correct documentation for WP_Block_Parser_Frame class
    
    * Add optional descriptions prefix
    
    * Add backport changelog file
    dilipbheda authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    2f5c7c0 View commit details
    Browse the repository at this point in the history
  3. Updates the reference links in @wordpress/compose documentation. (#62593

    )
    
    * docs: Update the links.
    
    * docs: Updates hooks reference link.
    vipul0425 authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    e056b9d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a1623c0 View commit details
    Browse the repository at this point in the history
  5. Interactivity API docs: Add wp-async directives doc (#62663)

    * Add wp-async directives doc
    
    * Changes requested
    
    * Add notes to use async and further refine copy
    
    * Add links including to async actions section
    
    * Add async action example which yields to the main thread
    
    ---------
    
    Co-authored-by: cbravobernal <[email protected]>
    Co-authored-by: westonruter <[email protected]>
    3 people authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    cc74558 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d86ecdb View commit details
    Browse the repository at this point in the history
  7. Fix e2e tests in dev mode (#62642)

    * Fix e2e tests in dev mode
    
    * Fix package-lock.json
    
    Co-authored-by: kevin940726 <[email protected]>
    Co-authored-by: gziolo <[email protected]>
    3 people authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    46a5bde View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a2adffe View commit details
    Browse the repository at this point in the history
  9. Update link to API section in block-editor README.md (#62671)

    Co-authored-by: amitraj2203 <[email protected]>
    Co-authored-by: jorgefilipecosta <[email protected]>
    3 people authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    e4d38f6 View commit details
    Browse the repository at this point in the history
  10. Mobile Release v1.120.1 (#62646)

    * [Mobile] - Image corrector - Check the path extension is a valid one (#62190)
    
    * Mobile - Image corrector - Check the path extension is a valid one
    
    * [Mobile] - Image corrector- Expand comment explaining the filtering for file: media paths
    
    * Integration Test helpers - Expand pasteIntoRichText to support passing files as a parameter
    
    * Mobile Editor Tests - Add new tests related to pasting HTML content with local image paths
    
    * Update snapshot
    
    * [Mobile] - Unsupported block - UI improvements (#62240)
    
    * Mobile - Unsupported block editor - Update editor style overrides
    
    * Mobile - Unsupported block - Update UI to show Tap to edit for unsupported blocks, simplifying the flow to open the Unsupported block editor
    
    * Fix unsupported block condition
    
    * Update snapshot
    
    * Fix condition for the help icon
    
    * Update Unsupported Block Editor condition and reverts the functionality to select the block first before opening the editor.
    
    * Release script: Update react-native-editor version to 1.120.0
    
    * Release script: Update CHANGELOG for version 1.120.0
    
    * Release script: Update podfile
    
    * [Mobile] -  RichText - Fix `undefined` onDelete callback (#62486)
    
    * Native RichText - Fix undefined onDelete callback
    
    * Update changelog
    
    Co-authored-by: geriux <[email protected]>
    Co-authored-by: twstokes <[email protected]>
    
    * Release script: Update react-native-editor version to 1.120.1
    
    * Release script: Update podfile
    
    ---------
    
    Co-authored-by: geriux <[email protected]>
    Co-authored-by: twstokes <[email protected]>
    3 people authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    fb8a06a View commit details
    Browse the repository at this point in the history
  11. Move dep to dev deps. (#62673)

    * Move dep to dev deps.
    
    * Fix merge mess.
    
    Co-authored-by: DaniGuardiola <[email protected]>
    Co-authored-by: jsnajdr <[email protected]>
    3 people authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    295ccb8 View commit details
    Browse the repository at this point in the history
  12. Fix: Don't allow synced patterns to be inserted on shuffling. (#62422)

    Co-authored-by: jorgefilipecosta <[email protected]>
    Co-authored-by: talldan <[email protected]>
    Co-authored-by: richtabor <[email protected]>
    Co-authored-by: ndiego <[email protected]>
    5 people authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    cd69af9 View commit details
    Browse the repository at this point in the history
  13. Add lib-font credits and license in source code (#60973)

    * add lib-font credits and license in source code
    
    * undo js lint
    
    ---------
    
    Co-authored-by: matiasbenedetto <[email protected]>
    Co-authored-by: t-hamano <[email protected]>
    Co-authored-by: mikachan <[email protected]
    3 people authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    2222abb View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a1f7c07 View commit details
    Browse the repository at this point in the history
  15. Fix: DataViews: Active page is not highlighted properly in list view. (

    …#62378)
    
    Co-authored-by: jorgefilipecosta <[email protected]>
    Co-authored-by: youknowriad <[email protected]>
    Co-authored-by: oandregal <[email protected]>
    Co-authored-by: ellatrix <[email protected]>
    Co-authored-by: carolinan <[email protected]>
    6 people authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    17ecaa6 View commit details
    Browse the repository at this point in the history
  16. Components: Remove Framer Motion from DropZone (#62044)

    * Start implementingthe fadein/fadeout animation in pure CSS
    
    * First working iteration
    
    * Implement scale animation in the inner element
    
    * Remove unneeded CSS
    
    * Make it closer to the original Framer Motion animation
    
    * Refactor to support reducedMotion
    
    * Simplify by moving the Fade component one level up
    
    * Cleanup styles
    
    * Fix formatting issue
    
    * Fix import category
    
    * Extract `MaybeFade` to its own component for easier further extractions later if used across components
    
    * Manually namespace CSS animation keyframe identifiers and classnames
    
    * Remove debug code
    
    * Cleanup
    
    * Simplify by using CSS transition instead of keyframe and remove the `MaybeFade` animation orchestrator
    
    * American english spelling
    
    * Switch to `has-dragged-out` instead of `inactive` class, less CSS
    
    * Add back legacy classnames
    
    * Remove "reduce" from prefers reduced motion
    
    * Add back safari pointer events fix
    
    * Add back root styles
    
    * Restore active class styles
    
    * move back 'is-active- check inline
    
    * CHANGELOG
    
    ---------
    
    Co-authored-by: Marco Ciampini <[email protected]>
    fullofcaffeine and ciampo authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    9da6486 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9097405 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    63ff5ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a33a94d View commit details
    Browse the repository at this point in the history
  3. Image block: Fix focus style not around whole image when linked (#62556)

    * Add inline-block display to image and media-text image
    
    * Add display:block to image's <a> tag
    
    * Addressed feedback
    
    * Fix linting
    
    * Change syntax for .wp-block-media-text__media a CSS
    
    Co-authored-by: amitraj2203 <[email protected]>
    Co-authored-by: t-hamano <[email protected]>
    Co-authored-by: talldan <[email protected]>
    Co-authored-by: krokodok <[email protected]>
    5 people authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    1a1372b View commit details
    Browse the repository at this point in the history
  4. Allow children of alignfull flow layouts to have root padding. (#62670)

    Unlinked contributors: fabiorubioglio.
    
    Co-authored-by: tellthemachines <[email protected]>
    Co-authored-by: aaronrobertshaw <[email protected]>
    Co-authored-by: andrewserong <[email protected]>
    Co-authored-by: richtabor <[email protected]>
    Co-authored-by: alexandrebuffet <[email protected]>
    6 people authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    cd965c7 View commit details
    Browse the repository at this point in the history
  5. Fix ExcerptPanel decode issue (#62336)

    Co-authored-by: itzmekhokan <[email protected]>
    Co-authored-by: ntsekouras <[email protected]>
    Co-authored-by: talldan <[email protected]>
    4 people authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    bb79514 View commit details
    Browse the repository at this point in the history
  6. [Mobile] Support prefix transforms in mobile (#62576)

    * RichText - Event Listeners: Export findSelection to be reused with the native functionality
    
    * API - Factory - Add support for prefix type in native
    
    * Native RichText - Add suppot for inputRules
    
    * Native - Add prefix support tests
    
    * Remove useRegistry
    
    * Update Changelog
    
    * Update Changelog
    
    Co-authored-by: geriux <[email protected]>
    Co-authored-by: twstokes <[email protected]>
    3 people authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    35db76a View commit details
    Browse the repository at this point in the history
  7. Fix: Post_type template is not used when creating a page in site edit…

    …or. (#62488)
    
    Co-authored-by: jorgefilipecosta <[email protected]>
    Co-authored-by: oandregal <[email protected]>
    Co-authored-by: ellatrix <[email protected]>
    Co-authored-by: colorful-tones <[email protected]>
    Co-authored-by: fabiankaegy <[email protected]>
    Co-authored-by: bacoords <[email protected]>
    7 people authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    a054c20 View commit details
    Browse the repository at this point in the history
  8. Autoformat changelogs (#62650)

    Add configuration to autoformat the root changelog.txt file as markdown.
    It's authored with markdown syntax but the .txt extension prevents autoformatting.
    
    Apply autoformatting to markdown files:
    
    ```sh
    npm run format -- changelog.txt "packages/*/CHANGELOG.md"
    ```
    
    Add a `linguist-language=Markdown` git attribute to changelog.txt so that GitHub treats it as markdown.
    
    ---
    
    Co-authored-by: sirreal <[email protected]>
    Co-authored-by: ellatrix <[email protected]>
    3 people authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    8b713db View commit details
    Browse the repository at this point in the history
  9. Dependencies: Upgrade @octokit/webhooks (#62666)

    Upgrade @octokit/webhooks package. This fixes a dependabot security alert. It is uprgraded to the minimum version to fix the alert.
    
    Upgrade @octokit/webhooks-types to align with @octokit/webhooks.
    
    ---
    
    Co-authored-by: sirreal <[email protected]>
    Co-authored-by: youknowriad <[email protected]>
    3 people authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    0b97965 View commit details
    Browse the repository at this point in the history
  10. Rename readme file with uppercase extension (#62697)

    ---
    Co-authored-by: matiasbenedetto <[email protected]>
    Co-authored-by: t-hamano <[email protected]>
    matiasbenedetto authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    5fbf9d0 View commit details
    Browse the repository at this point in the history
  11. Update: Followups to the template and template_lock rest api addition. (

    #62696)
    
    Co-authored-by: jorgefilipecosta <[email protected]>
    Co-authored-by: ellatrix <[email protected]>
    3 people authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    b3fc5b4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    10e0067 View commit details
    Browse the repository at this point in the history
  13. CustomSelectControl: align v1 and legacy v2 unit tests (#62706)

    * Update default test props
    
    * Align controlled component implementation
    
    * Align custom event handlers unit test
    
    * Align selected hint tests
    
    * Align selectedItem onChange unit test
    
    * Add missing object onChange unit test
    
    * Add missing capture events unit tests (skipped for now)
    
    * CHANGELOG
    
    * Fix unit tests failing due to a known bug
    
    ---
    
    Co-authored-by: ciampo <[email protected]>
    Co-authored-by: tyxla <[email protected]>
    3 people authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    7201eec View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5738e9b View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Fix: Check ability to create patterns on the add new pattern modal. (#…

    …62633)
    
    Co-authored-by: jorgefilipecosta <[email protected]>
    Co-authored-by: carolinan <[email protected]>
    Co-authored-by: ellatrix <[email protected]>
    4 people authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    bb73da7 View commit details
    Browse the repository at this point in the history
  2. Rename yieldToMain to splitTask and export from @wordpress/interactiv…

    …ity (#62665)
    
    * Export yieldToMain from @wordpress/interactivity
    
    * Rename yieldToMain to splitTask
    
    Co-authored-by: tunetheweb <[email protected]>
    
    * Update docs to note splitTask being exported
    
    ---------
    
    Co-authored-by: tunetheweb <[email protected]>
    Co-authored-by: westonruter <[email protected]>
    Co-authored-by: luisherranz <[email protected]>
    Co-authored-by: cbravobernal <[email protected]>
    5 people authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    96a2ebd View commit details
    Browse the repository at this point in the history
  3. fix link url (#62725)

    Co-authored-by: michakrapp <[email protected]>
    Co-authored-by: juanmaguitar <[email protected]>
    3 people authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    308b7ff View commit details
    Browse the repository at this point in the history
  4. Query Loop block: Clarify explanation around query loop variation exa…

    …mple (#62605)
    
    * Clarify what is needed to get the example working
    
    * Add additional clarifying text
    
    Co-authored-by: artemiomorales <[email protected]>
    Co-authored-by: juanmaguitar <[email protected]>
    3 people authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    3680152 View commit details
    Browse the repository at this point in the history
  5. Set .editor-post-publish-panel's top prop to $admin-bar-height-big (

    #62736)
    
    Co-authored-by: ivan-ottinger <[email protected]>
    Co-authored-by: youknowriad <[email protected]>
    3 people authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    26b7a12 View commit details
    Browse the repository at this point in the history
  6. CustomSelectControlV2 legacy adapter: fix handling of options extra a…

    …ttributes (#62255)
    
    * Pass the an object with the expected interface to the `selectedItem` property of the `changeObject` that's passed to the `onChange` callback for the legacy adapter
    
    * Remove unrelated test for this part
    
    * Remove debug code
    
    * Add test to V1 to confirm it supports passing custom properties as part of an option
    
    * Update V2 legacy adapter test to test that the comppnent supports custom attributes as part of option and that they are not added to the DOM as attributes (same behavior as V1)
    
    * Type `LegacyOption` to support arbitrary attributes
    
    * Remove re-export for the adapter for now
    
    * Remove non-nullable operator in favour of an early return
    
    * Remove extra space
    
    * Set default false value via prop destructuring
    
    * Use a valid HTML attribute in CustomSelectControl v2 unit tests
    
    * Update unit tests
    
    * Remove stable export
    
    * Export v2 legacy adapter as private API
    
    * CHANGELOG
    
    * Allow v1 Storybook to log onChange args in the actions tab for easier debugging
    
    * Do not export legacy adapter as private API just yet
    
    * Shorter test name
    
    ---------
    
    Co-authored-by: fullofcaffeine <[email protected]>
    Co-authored-by: ciampo <[email protected]>
    Co-authored-by: tyxla <[email protected]>
    4 people authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    b0a160b View commit details
    Browse the repository at this point in the history
  7. Adds comment on blocks resource referencing wp_block post type. (#62722)

    Co-authored-by: jorgefilipecosta <[email protected]>
    Co-authored-by: carolinan <[email protected]>
    3 people authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    f8a8a28 View commit details
    Browse the repository at this point in the history
  8. Fix: the trash post action doesn't take into account user capabilitie…

    …s. (#62589)
    
    Co-authored-by: jorgefilipecosta <[email protected]>
    Co-authored-by: ellatrix <[email protected]>
    Co-authored-by: youknowriad <[email protected]>
    Co-authored-by: ntsekouras <[email protected]>
    5 people authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    33bc0da View commit details
    Browse the repository at this point in the history
  9. CustomSelectControl V2: fix passing external value/defaultValue (#62733)

    * Legavy v2 adapter: set value and defaultValue explicitly
    
    * Update v1 and legacy v2 tests to align assertions on onChange calls
    
    * Update unit tests
    
    * CHANGELOG
    
    * Move external controlled update tests outside of describe each
    
    * Re-use option objects when it makes sense instead of hardcoded strings
    
    ---
    
    Co-authored-by: ciampo <[email protected]>
    Co-authored-by: tyxla <[email protected]>
    3 people authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    418d8b7 View commit details
    Browse the repository at this point in the history
  10. Update: Reverse backport changes on post type REST API changes. (#62751)

    Co-authored-by: jorgefilipecosta <[email protected]>
    Co-authored-by: ellatrix <[email protected]>
    3 people authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    417a837 View commit details
    Browse the repository at this point in the history
  11. Raw handling: fix too aggressive list removal (#62622)

    Co-authored-by: ellatrix <[email protected]>
    Co-authored-by: saulyz <[email protected]>
    Co-authored-by: jorgefilipecosta <[email protected]>
    4 people authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    950f5c8 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Site Editor: don't render empty body tag (#62769)

    Co-authored-by: ramonjd <[email protected]>
    Co-authored-by: ellatrix <[email protected]>
    3 people authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    73a9d35 View commit details
    Browse the repository at this point in the history
  2. Make the fonts management modal dialog more discoverable (#62129)

    * Replace Manage fonts icon button with visible text button.
    
    * Fix after rebase.
    
    * Male buttons use the next 40 pixels height.
    
    Co-authored-by: afercia <[email protected]>
    Co-authored-by: t-hamano <[email protected]>
    Co-authored-by: jameskoster <[email protected]>
    Co-authored-by: richtabor <[email protected]>
    Co-authored-by: colorful-tones <[email protected]>
    Co-authored-by: noisysocks <[email protected]>
    Co-authored-by: annezazu <[email protected]>
    8 people authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    8d99dcf View commit details
    Browse the repository at this point in the history
  3. Add letter spacing inheritance for the navigation block (#62745)

    Unlinked contributors: graylaurenm.
    
    Co-authored-by: talldan <[email protected]>
    graylaurenm and talldan authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    4e0d0dc View commit details
    Browse the repository at this point in the history
  4. Add html to reset styles on the editor-styles-wrapper container (#…

    …62350)
    
    Also removes comment about not needing it within an iframe.
    
    Unlinked contributors: peXed.
    
    Co-authored-by: sabernhardt <[email protected]>
    Co-authored-by: ellatrix <[email protected]>
    Co-authored-by: karmatosed <[email protected]>
    4 people authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    58932ed View commit details
    Browse the repository at this point in the history
  5. small typo correction in doc file (#62765)

    Co-authored-by: shail-mehta <[email protected]>
    Co-authored-by: akasunil <[email protected]>
    Co-authored-by: Soean <[email protected]>
    Co-authored-by: t-hamano <[email protected]>
    5 people authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    e748ece View commit details
    Browse the repository at this point in the history
  6. Fix async directives API docs (#62759)

    Co-authored-by: westonruter <[email protected]>
    westonruter and westonruter authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    b0344be View commit details
    Browse the repository at this point in the history
  7. Section Styles: improve performance and conceptual consistency (#62712)

    Co-authored-by: aaronrobertshaw <[email protected]>
    Co-authored-by: oandregal <[email protected]>
    Co-authored-by: talldan <[email protected]>
    Co-authored-by: andrewserong <[email protected]>
    Co-authored-by: ramonjd <[email protected]>
    Co-authored-by: richtabor <[email protected]>
    7 people authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    7c19dfd View commit details
    Browse the repository at this point in the history
  8. Fix: Check permissions on duplicate pattern and template part actions. (

    #62757)
    
    Co-authored-by: jorgefilipecosta <[email protected]>
    Co-authored-by: ellatrix <[email protected]>
    3 people authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    29b0a18 View commit details
    Browse the repository at this point in the history
  9. Skip failing image block test (#62781)

    Co-authored-by: talldan <[email protected]>
    talldan and talldan authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    7f40c68 View commit details
    Browse the repository at this point in the history
  10. Add writing mode support to other blocks (#62727)

    * add text orientation to site title, tagline and button blocks
    
    * add support for verse block
    MaggieCabrera authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    d0d775b View commit details
    Browse the repository at this point in the history
  11. Template Part: Improve how the tag name attribute is handled (#62785)

    Only valid tags should be allowed rather than characters that can't be a part of HTML tags.
    
    Co-authored-by: gziolo <[email protected]>
    Co-authored-by: aaronjorbin <[email protected]>
    3 people authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    abe0925 View commit details
    Browse the repository at this point in the history
  12. Fix: Include permission management on permanently delete, rename, and…

    … restore. (#62754)
    
    Co-authored-by: jorgefilipecosta <[email protected]>
    Co-authored-by: ellatrix <[email protected]>
    3 people authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    5e2050a View commit details
    Browse the repository at this point in the history
  13. Create Block: Add missing changelog entries (#62791)

    Co-authored-by: gziolo <[email protected]>
    Co-authored-by: fabiankaegy <[email protected]>
    3 people authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    9b945db View commit details
    Browse the repository at this point in the history
  14. Pattern overrides: disallow override for image with caption/href (#62747

    )
    
    Co-authored-by: ellatrix <[email protected]>
    Co-authored-by: talldan <[email protected]>
    Co-authored-by: SantosGuillamot <[email protected]>
    Co-authored-by: carolinan <[email protected]>
    Co-authored-by: afercia <[email protected]>
    6 people authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    c41857c View commit details
    Browse the repository at this point in the history
  15. Skip test: create a new page, edit template and toggle page template …

    …preview (#62799)
    
    Co-authored-by: ellatrix <[email protected]>
    Co-authored-by: t-hamano <[email protected]>
    3 people authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    db68ea4 View commit details
    Browse the repository at this point in the history
  16. Docs/iapi warnings new directives wp 6 6 (#62789)

    * proper callouts for Block Editor Handbook
    
    * replaced other notes with proper callouts
    
    * added id to h5
    
    Co-authored-by: juanmaguitar <[email protected]>
    Co-authored-by: cbravobernal <[email protected]>
    3 people authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    17c2db2 View commit details
    Browse the repository at this point in the history
  17. Improve performance of compute_style_properties method. (#62522)

    * Improve performance of `compute_style_properties` method.
    
    Improve logic in compute_style_properties to improve performance. This commit fixes a number of performance issues including.
    
    - Expensive repeated call to `str_starts_with`.
    - Return easy if not array.
    - Repeated call to `strlen`.
    - Move call to `get_property_value` where it is needed.
    - Move call to implode to after empty check.
    
    * Fix lint.
    
    * Apply suggestions from code review
    
    Co-authored-by: Joe McGill <[email protected]>
    
    ---------
    
    Co-authored-by: Jonny Harris <[email protected]>
    Co-authored-by: Joe McGill <[email protected]>
    3 people authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    3ff9331 View commit details
    Browse the repository at this point in the history
  18. Don't use async on submenu focus out (#62800)

    Co-authored-by: luisherranz <[email protected]>
    Co-authored-by: westonruter <[email protected]>
    3 people authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    d97e3f7 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Release automation: try cherry-picking automation (#62716)

    Co-authored-by: ellatrix <[email protected]>
    Co-authored-by: vcanales <[email protected]>
    3 people authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    b6c5b41 View commit details
    Browse the repository at this point in the history
  2. Grid interactivity: Allow blocks to be positioned in manual mode usin…

    …g drag and drop (#61025)
    
    Co-authored-by: noisysocks <[email protected]>
    Co-authored-by: tellthemachines <[email protected]>
    Co-authored-by: andrewserong <[email protected]>
    Co-authored-by: jasmussen <[email protected]>
    5 people authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    e1fdffe View commit details
    Browse the repository at this point in the history
  3. Post Date Block: Fix PHP warning error (#62783)

    Unlinked contributors: ametaplus.
    
    Co-authored-by: t-hamano <[email protected]>
    Co-authored-by: ellatrix <[email protected]>
    3 people authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    525f792 View commit details
    Browse the repository at this point in the history
  4. Global Styles: Remove obsolete hook resolving shared block style vari…

    …ations (#62808)
    
    Co-authored-by: aaronrobertshaw <[email protected]>
    Co-authored-by: ramonjd <[email protected]>
    Co-authored-by: scruffian <[email protected]>
    4 people authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    228058b View commit details
    Browse the repository at this point in the history
  5. DataViews: remove selection correcting, set initial state (#62796)

    Co-authored-by: ellatrix <[email protected]>
    Co-authored-by: jorgefilipecosta <[email protected]>
    3 people authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    bfa80e3 View commit details
    Browse the repository at this point in the history
  6. Add changelog entry for splitTask export from @wordpress/interactivity (

    #62805)
    
    * Add changelog entry for splitTask
    
    Add changelog entry for #62665
    
    * Move changelog entry to Unreleased section
    
    Co-authored-by: Carlos Bravo <[email protected]>
    
    ---------
    
    Co-authored-by: Carlos Bravo <[email protected]>
    westonruter and cbravobernal authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    1ba8018 View commit details
    Browse the repository at this point in the history
  7. Fix: List view renders an empty menu when no actions are eligible. (#…

    …62786)
    
    Co-authored-by: jorgefilipecosta <[email protected]>
    Co-authored-by: ellatrix <[email protected]>
    3 people authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    e2259f6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    125e37f View commit details
    Browse the repository at this point in the history
  9. Change grid-visualizer folder name to grid. (#62810)

    Co-authored-by: tellthemachines <[email protected]>
    Co-authored-by: aaronrobertshaw <[email protected]>
    3 people authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    bd54d6c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5993ecb View commit details
    Browse the repository at this point in the history
  11. Fix: Active template is not highlighted properly in list view. (#62811)

    Co-authored-by: jorgefilipecosta <[email protected]>
    Co-authored-by: ellatrix <[email protected]>
    3 people authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    1d7e7cd View commit details
    Browse the repository at this point in the history
  12. Image Block: fix Aspect Ratio button position (#62776)

    Co-authored-by: t-hamano <[email protected]>
    Co-authored-by: jasmussen <[email protected]>
    Co-authored-by: ellatrix <[email protected]>
    4 people authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    ac2f3a5 View commit details
    Browse the repository at this point in the history
  13. Move Sticky toggle to status popover (#62782)

    Co-authored-by: jameskoster <[email protected]>
    Co-authored-by: t-hamano <[email protected]>
    Co-authored-by: ntsekouras <[email protected]>
    Co-authored-by: jasmussen <[email protected]>
    5 people authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    6ad0732 View commit details
    Browse the repository at this point in the history
  14. Inspector: Improve handling of long words in post titles (#62691)

    Co-authored-by: jameskoster <[email protected]>
    Co-authored-by: ellatrix <[email protected]>
    Co-authored-by: afercia <[email protected]>
    4 people authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    b23483b View commit details
    Browse the repository at this point in the history
  15. Show publish panel only in edit mode (#62813)

    Co-authored-by: ntsekouras <[email protected]>
    Co-authored-by: youknowriad <[email protected]>
    Co-authored-by: t-hamano <[email protected]>
    4 people authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    c389980 View commit details
    Browse the repository at this point in the history
  16. Make VisualEditor a stacking context (#62681)

    Co-authored-by: stokesman <[email protected]>
    Co-authored-by: t-hamano <[email protected]>
    Co-authored-by: youknowriad <[email protected]>
    Co-authored-by: ellatrix <[email protected]>
    5 people authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    25aa1b8 View commit details
    Browse the repository at this point in the history
  17. Accessibility: Fix custom color palette (#62753)

    Co-authored-by: ellatrix <[email protected]>
    Co-authored-by: afercia <[email protected]>
    Co-authored-by: joedolson <[email protected]>
    4 people authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    e618232 View commit details
    Browse the repository at this point in the history
  18. Align naming modals (#62788)

    Co-authored-by: jameskoster <[email protected]>
    Co-authored-by: t-hamano <[email protected]>
    Co-authored-by: jasmussen <[email protected]>
    Co-authored-by: ntsekouras <[email protected]>
    5 people authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    dc6f873 View commit details
    Browse the repository at this point in the history
  19. Display the DocumentBar for Style Book and Style Revisions (#62669)

    * `@wordpress/edit-site`: passes both title and icon props into the `Editor` component when Style Book and/or Style Revisions are open
    * `@wordpress/editor`
        - Adds `title` and `icon` props to the `DocumentBar` component that override the current entity's title and icon
        - Displays `title` within `DocumentBar` when present, rather than replacing `DocumentBar` with the `title` string
    
    Co-authored-by: creativecoder <[email protected]>
    Co-authored-by: youknowriad <[email protected]>
    Co-authored-by: ramonjd <[email protected]>
    Co-authored-by: jasmussen <[email protected]>
    Co-authored-by: jameskoster <[email protected]>
    Co-authored-by: richtabor <[email protected]>
    7 people authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    a789146 View commit details
    Browse the repository at this point in the history
  20. Docs/iAPI: Fix wrong code snippet in data-wp-run example (#62835)

    * Fix wrong code snippet in wp-run example
    
    * Add explanation/warning about using `ref` inside `data-wp-run`
    
    Co-authored-by: luisherranz <[email protected]>
    Co-authored-by: fabiankaegy <[email protected]>
    3 people authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    90bc142 View commit details
    Browse the repository at this point in the history
  21. Bump the github-actions group across 1 directory with 3 updates (#62836)

    * Bump the github-actions group across 1 directory with 3 updates
    
    Bumps the github-actions group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [ruby/setup-ruby](https://github.com/ruby/setup-ruby) and [shivammathur/setup-php](https://github.com/shivammathur/setup-php).
    
    
    Updates `actions/checkout` from 2 to 4
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Commits](actions/checkout@v2...v4)
    
    Updates `ruby/setup-ruby` from 1.179.0 to 1.180.1
    - [Release notes](https://github.com/ruby/setup-ruby/releases)
    - [Commits](ruby/setup-ruby@d5fb7a2...3783f19)
    
    Updates `shivammathur/setup-php` from 2.30.5 to 2.31.0
    - [Release notes](https://github.com/shivammathur/setup-php/releases)
    - [Commits](shivammathur/setup-php@fc14643...2e947f1)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github-actions
    - dependency-name: ruby/setup-ruby
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions
    - dependency-name: shivammathur/setup-php
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Use SHA values for 3rd-party actions.
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: desrosj <[email protected]>
    dependabot[bot] and desrosj authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    596d117 View commit details
    Browse the repository at this point in the history
  22. Bump gradle/actions in the react-native group across 1 directory (#62655

    )
    
    Bumps the react-native group with 1 update in the / directory: [gradle/actions](https://github.com/gradle/actions).
    
    
    Updates `gradle/actions` from 3.3.2 to 3.4.2
    - [Release notes](https://github.com/gradle/actions/releases)
    - [Commits](gradle/actions@db19848...dbbdc27)
    
    ---
    updated-dependencies:
    - dependency-name: gradle/actions
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: react-native
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: desrosj <[email protected]>
    dependabot[bot] and desrosj authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    1e57017 View commit details
    Browse the repository at this point in the history
  23. Add tooltip on hover of color and typography presets (#62201)

    * Add tooltip to color presets
    
    * Adds inline comment for the extra div
    
    Co-authored-by: Ben Dwyer <[email protected]>
    
    * Add tooltip to variation
    
    ---------
    
    Co-authored-by: Ben Dwyer <[email protected]>
    
    Unlinked contributors: sahiladit.
    
    Co-authored-by: amitraj2203 <[email protected]>
    Co-authored-by: scruffian <[email protected]>
    Co-authored-by: bgardner <[email protected]>
    Co-authored-by: carolinan <[email protected]>
    5 people authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    1ee2e3c View commit details
    Browse the repository at this point in the history
  24. Fix lock modal dialog accessibility and semantics (#62795)

    * Use fieldset and legend instead of labeled group.
    
    * Make lock options a nested list.
    
    Co-authored-by: afercia <[email protected]>
    Co-authored-by: alexstine <[email protected]>
    Co-authored-by: t-hamano <[email protected]>
    Co-authored-by: Mamaduka <[email protected]>
    5 people authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    39777ea View commit details
    Browse the repository at this point in the history
  25. CustomSelectControlV2: Handle long strings in selected value (#62198)

    * CustomSelectControlV2: Handle long strings in selected value
    
    * Add truncate styles to custom render with hint
    
    * Add changelog
    
    Co-authored-by: mirka <[email protected]>
    Co-authored-by: tyxla <[email protected]>
    Co-authored-by: fullofcaffeine <[email protected]>
    Co-authored-by: ciampo <[email protected]>
    5 people authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    7bca2fa View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Generic name for previous version of WP tests. (#62853)

    Co-authored-by: peterwilsoncc <[email protected]>
    Co-authored-by: talldan <[email protected]>
    3 people authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    913ebe0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2bc04c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b649ec4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7db6896 View commit details
    Browse the repository at this point in the history
  5. chore(release): publish

     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
     - @wordpress/[email protected]
    gutenbergplugin committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    9f8c260 View commit details
    Browse the repository at this point in the history
  6. Block Editor: Remove duplicate translator comment (#62860)

    Co-authored-by: Mamaduka <[email protected]>
    Co-authored-by: ellatrix <[email protected]>
    3 people authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    0e8bcf1 View commit details
    Browse the repository at this point in the history
  7. Update new release issue template to remove core editor chat item (#6…

    …2864)
    
    Co-authored-by: talldan <[email protected]>
    Co-authored-by: Mamaduka <[email protected]>
    3 people authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    bdd11d5 View commit details
    Browse the repository at this point in the history
  8. Cherry pick workflow: improve message after conflict (#62826)

    Co-authored-by: ellatrix <[email protected]>
    Co-authored-by: desrosj <[email protected]>
    3 people authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    f4f770d View commit details
    Browse the repository at this point in the history
  9. Fix filter chip contrast (#62865)

    Co-authored-by: jameskoster <[email protected]>
    Co-authored-by: jasmussen <[email protected]>
    Co-authored-by: annezazu <[email protected]>
    Co-authored-by: joedolson <[email protected]>
    5 people authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    c14c434 View commit details
    Browse the repository at this point in the history
  10. Editor: Translation should depend on number of items (#62857)

    Co-authored-by: iworks <[email protected]>
    Co-authored-by: Mamaduka <[email protected]>
    Co-authored-by: ellatrix <[email protected]>
    4 people authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    3f0c4e0 View commit details
    Browse the repository at this point in the history
  11. Patterns Explorer: Makes the pagination items horizontally stacked on…

    … larger screens only
    
    * Adds CSS to make the Patterns Explorer pagination items horizontally stacked on larger screens
    
    * Stacks the pagination items vertically in catogories list
    
    Co-authored-by: amitraj2203 <[email protected]>
    Co-authored-by: afercia <[email protected]>
    3 people authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    59e38b2 View commit details
    Browse the repository at this point in the history
  12. Featured Image Panel: Align text and icons horizontally to avoid clip…

    …ping (#62842)
    
    * Featured Image Panel: Align text and icons horizontally to avoid clipping
    
    * Apply rounded corner to drop zone
    
    Co-authored-by: t-hamano <[email protected]>
    Co-authored-by: jasmussen <[email protected]>
    Co-authored-by: annezazu <[email protected]>
    4 people authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    2972e37 View commit details
    Browse the repository at this point in the history
  13. CustomSelectControlV2: Add root element wrapper (#62803)

    * Add root element wrapper
    
    * Add legacy root className + ability to pass one externally
    
    * CHANGELOG
    
    ---
    
    Co-authored-by: ciampo <[email protected]>
    Co-authored-by: mirka <[email protected]>
    3 people authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    2be17bb View commit details
    Browse the repository at this point in the history
  14. CustomSelectControlV2: fix popover styles (#62821)

    * Set max height and overflow behaviour
    
    * add z-index matching legacy popover
    
    * CHANGELOG
    
    * Remove extra prop, revert to 400px
    
    * Switch to flexbox
    
    * Better z-index comment
    
    ---
    
    Co-authored-by: ciampo <[email protected]>
    Co-authored-by: mirka <[email protected]>
    3 people authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    4ef2a62 View commit details
    Browse the repository at this point in the history
  15. DataViews: make view.hiddenFields optional (#62876)

    Co-authored-by: oandregal <[email protected]>
    Co-authored-by: youknowriad <[email protected]>
    3 people authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    4b49d83 View commit details
    Browse the repository at this point in the history
  16. Escape moves focus to editor region when in select mode (#62196)

    An escape keypress previously toggled the state between editing and select mode. This returns the behavior to the previous implementation of Escape clearing block focus and returning focus to the wrapping region, if available, showing a blue outline. If no region is available, it will focus the editor iframe or content region.
    jeryj authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    37a60b2 View commit details
    Browse the repository at this point in the history
  17. CustomSelectControl V2: fix trigger RTL text alignment(#62869)

    * CustomSelectControl V2: fix trigger text alignment in RTL languages
    
    * CHANGELOG
    
    ---
    
    Co-authored-by: ciampo <[email protected]>
    Co-authored-by: mirka <[email protected]>
    3 people authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    cea3b8d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    2139bc2 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Section Styles: Clean up block style variation filters (#62858)

    Co-authored-by: aaronrobertshaw <[email protected]>
    Co-authored-by: ramonjd <[email protected]>
    Co-authored-by: andrewserong <[email protected]>
    4 people authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    12ee696 View commit details
    Browse the repository at this point in the history
  2. Fix minor typos in Interactivity API Reference (#62890)

    Co-authored-by: jffng <[email protected]>
    Co-authored-by: fabiankaegy <[email protected]>
    3 people authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    7717c1e View commit details
    Browse the repository at this point in the history
  3. Remove link to polyfill.io (#62883)

    Co-authored-by: westonruter <[email protected]>
    Co-authored-by: ockham <[email protected]>
    Co-authored-by: ellatrix <[email protected]>
    4 people authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    8758b5c View commit details
    Browse the repository at this point in the history
  4. Block supports: ensure tools panel dropdown are visible on mobile (#6…

    …2896)
    
    * Remove the const `TOOLSPANEL_DROPDOWNMENU_PROPS` in favour of a hook that returns different popover props depending on the viewport width
    
    * Remove offset completely
    
    * Add to block support panels
    
    * Replace in block library.
    
    Co-authored-by: ramonjd <[email protected]>
    Co-authored-by: talldan <[email protected]>
    3 people authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    69edb24 View commit details
    Browse the repository at this point in the history
  5. Fix extra scrollbar when a popover extends past the viewport. (#62894)

    Co-authored-by: tellthemachines <[email protected]>
    Co-authored-by: talldan <[email protected]>
    3 people authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    22c835b View commit details
    Browse the repository at this point in the history
  6. DataViews: remove the AnyItem type (#62856)

    Co-authored-by: jsnajdr <[email protected]>
    Co-authored-by: ellatrix <[email protected]>
    Co-authored-by: youknowriad <[email protected]>
    4 people authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    2e41a46 View commit details
    Browse the repository at this point in the history
  7. Global styles revisions: ensure that user-defined variation styles CS…

    …S is generated (#62768)
    
    * Render styles after the variation style overrides have been saved to stage.
    Getting closer. But the overrides in state need to be merged with incoming revision styles.
    
    * For every current override, update the variation CSS with the incoming config from the revision.
    
    * Rename hook
    Destructure in hook so the consumer doesn't have to clone
    Only send the override overrides to EditorStyles that need to be overridden.
    
    * Fetching overrides in the hook
    
    * Feedback suggestions from review:
    add overrides to dep array in Editor Styles
    rename hook
    
    * Return getBlockStyles from the useSelect callback
    
    * Refactor so we don't have to change the EditorStyles props
    Register revision overrides with useStyleOverride
    
    * Adding some explanatory comments
    Add rudimentary E2E test covering block style partials, applying them, updating them and viewing styles revisions.
    
    * Removed unused style fixture
    
    Co-authored-by: ramonjd <[email protected]>
    Co-authored-by: aaronrobertshaw <[email protected]>
    Co-authored-by: ellatrix <[email protected]>
    4 people authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    49b9692 View commit details
    Browse the repository at this point in the history
  8. Group block: Automatically select variation if there is only one (#61871

    )
    
    When a `core/group` block has only one variation available, skip the placeholder step and select the variation.
    
    Co-authored-by: costasovo <[email protected]>
    Co-authored-by: ockham <[email protected]>
    3 people authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    1998f1f View commit details
    Browse the repository at this point in the history
  9. Fix issue of HTML entities rendering in command menu (#62606)

    * Fix issue of HTML entities rendering in command menu
    
    * Update link to API in block-editor README.md
    
    * Undo previous changes
    
    * Fix issue of HTML entities rendering in command menu
    
    * Add @wordpress/html-entities dependency in packages/core-commands
    amitraj2203 authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    b906b22 View commit details
    Browse the repository at this point in the history
  10. CustomSelectControlV2: fix select popover content overflow (#62844)

    * Add minimum width to select popover
    
    * CHANGELOG
    
    ---
    
    Co-authored-by: ciampo <[email protected]>
    Co-authored-by: mirka <[email protected]>
    3 people authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    a8b61cd View commit details
    Browse the repository at this point in the history
  11. Fix buttonless table header alignment (#62877)

    Co-authored-by: jameskoster <[email protected]>
    Co-authored-by: jasmussen <[email protected]>
    3 people authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    664bd7b View commit details
    Browse the repository at this point in the history
  12. Pattern overrides: Fix aspect ratio not working in image with overrid…

    …es (#62828)
    
    * Remove only supported attributes
    
    * Try alternative approach
    
    * Update comment
    
    * Return early while editing the original pattern
    
    * Move conditional inside conditional
    
    * Add missing check
    
    * Go back to running always bindings
    
    * Use block context to detect presence of parent pattern for overrides (#62861)
    
    * Use block context to detect presence of parent pattern
    
    * Regenerate fixtures
    
    * Update image block to use context for checking a parent pattern block exists
    
    * Rename context to `pattern/overrides` to be consistent with php code
    
    * Move pattern overrides context shim to pattern overrides hooks
    
    * Remove shim
    
    Co-authored-by: talldan <[email protected]>
    Co-authored-by: ellatrix <[email protected]>
    Co-authored-by: SantosGuillamot <[email protected]>
    
    * Reduce diff
    
    * Change array order
    
    ---------
    
    Co-authored-by: SantosGuillamot <[email protected]>
    Co-authored-by: talldan <[email protected]>
    Co-authored-by: ellatrix <[email protected]>
    Co-authored-by: cbravobernal <[email protected]>
    5 people authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    3200f90 View commit details
    Browse the repository at this point in the history
  13. Fix: Correct variable name in color directive example code (#62912)

    - Change 'color' to 'colors' in destructured parameter of example code
    - Update ensures the example code accurately demonstrates correct usage
    
    Co-authored-by: byeongin <[email protected]>
    
    Unlinked contributors: [email protected].
    airman5573 authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    ea72cf1 View commit details
    Browse the repository at this point in the history
  14. Update Node.js to 20. (#62851)

    Co-authored-by: desrosj <[email protected]>
    Co-authored-by: ellatrix <[email protected]>
    3 people authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    0e05f99 View commit details
    Browse the repository at this point in the history
  15. DataViews: simplify selection setting (#62846)

    Co-authored-by: ellatrix <[email protected]>
    Co-authored-by: youknowriad <[email protected]>
    Co-authored-by: jorgefilipecosta <[email protected]>
    Co-authored-by: sirreal <[email protected]>
    Co-authored-by: jsnajdr <[email protected]>
    Co-authored-by: luisherranz <[email protected]>
    Co-authored-by: oandregal <[email protected]>
    8 people authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    fe67010 View commit details
    Browse the repository at this point in the history
  16. Docs/iAPI: Recommend kebab-case in data-wp-class (#62817)

    * Recommend kebab-case in wp-class and remove outdated info about callback args
    
    * Trigger actions again
    
    Co-authored-by: luisherranz <[email protected]>
    Co-authored-by: cbravobernal <[email protected]>
    3 people authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    b883f30 View commit details
    Browse the repository at this point in the history
  17. Tabs: add vertical indicator animation (#62879)

    * Add vertical indicator animation.
    
    * Remove style overrides from preferences menu in the block editor.
    
    Co-authored-by: DaniGuardiola <[email protected]>
    Co-authored-by: jasmussen <[email protected]>
    3 people authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    6de2f42 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Block styles variations E2E: wait for Save button before editing glob…

    …al styles (#62915)
    
    * Add blockName to the overrides array so getBlockName() can be called in the useSelect store subscription callback
    
    * Update e2e test to wait for save button between styles updates
    
    * Revert selector name
    
    Co-authored-by: ramonjd <[email protected]>
    Co-authored-by: ellatrix <[email protected]>
    Co-authored-by: andrewserong <[email protected]>
    4 people authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    4cb5adf View commit details
    Browse the repository at this point in the history
  2. Fix second scrollbar when editing patterns in the post editor (#62909)

    Co-authored-by: talldan <[email protected]>
    Co-authored-by: stokesman <[email protected]>
    Co-authored-by: tellthemachines <[email protected]>
    4 people authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    55f3a98 View commit details
    Browse the repository at this point in the history
  3. Adds Aspect ratio control on Image blocks in Grids (#62891)

    Co-authored-by: amitraj2203 <[email protected]>
    Co-authored-by: tellthemachines <[email protected]>
    Co-authored-by: ndiego <[email protected]>
    4 people authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    535c74f View commit details
    Browse the repository at this point in the history
  4. Ensure "disable overrides" button is active for image blocks with cap…

    …tions or links (#62948)
    
    Co-authored-by: talldan <[email protected]>
    Co-authored-by: kevin940726 <[email protected]>
    3 people authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    6d3cc7a View commit details
    Browse the repository at this point in the history
  5. Fix typo to be preposition, not verb, in some package comments and do…

    …cumentations (#62945)
    
    * Fix typo to be preposition, not verb
    
    * Reformat to fit comment on one line
    
    ---------
    
    Unlinked contributors: [email protected].
    
    Co-authored-by: t-hamano <[email protected]>
    roygbyte and t-hamano authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    540331b View commit details
    Browse the repository at this point in the history
  6. Post editor: Fix triple scrollbars in device previews (#62940)

    * Fix triple scrollbars in post editor
    
    * Restore flex of VisualEditor when metaboxes are present
    
    Co-authored-by: stokesman <[email protected]>
    Co-authored-by: talldan <[email protected]>
    Co-authored-by: t-hamano <[email protected]>
    4 people authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    82598f9 View commit details
    Browse the repository at this point in the history
  7. Update method for changing the content in 'editor-modes' e2e test (#6…

    …2957)
    
    
    Co-authored-by: Mamaduka <[email protected]>
    Co-authored-by: ellatrix <[email protected]>
    3 people authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    91d7e41 View commit details
    Browse the repository at this point in the history
  8. Format Library: Clean up 'Highlight' format components (#62965)

    Co-authored-by: Mamaduka <[email protected]>
    Co-authored-by: ellatrix <[email protected]>
    3 people authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    1533a42 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    237e09d View commit details
    Browse the repository at this point in the history
  10. Dependencies: Upgrades and deduplication (#62657)

    * Update braces dependency
    
    This does not remove all the problematic braces versions due to a transitive dependency on braces v2
    
    * Update platform-docs package-lock
    
    * Update webpack-dev-middleware
    
    * Update ws
    
    * Dedupe platform-docs packages
    
    * Update platform-docs braces
    
    * Update platoform-docs express
    
    * Update platform-docs follow-redirects
    
    * Dedupe package-lock
    
    * Upgrade undici
    
    * Upgrade @adobe/css-tools
    
    * Upgrade ejs
    
    * Upgrade postcss
    
    * Upgrade node-fetch
    
    * Update snapshots
    
    Some version hashes have changed
    
    * Update zod
    
    * Dedupe
    
    * Dedupe
    
    Co-authored-by: sirreal <[email protected]>
    Co-authored-by: cbravobernal <[email protected]>
    3 people authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    bc3ca11 View commit details
    Browse the repository at this point in the history
  11. Fix UnitControl select disabled state colors (#62970)

    * fix unit control select disabled state
    
    * adding changelog entry
    
    * adding 'bug fixes' subtitle to readme addition
    
    Co-authored-by: Lena Morita <[email protected]>
    
    * lowe specifity to avoid override :focus styles
    
    Co-authored-by: Lena Morita <[email protected]>
    
    * removing redundant css
    
    ---------
    
    
    Co-authored-by: matiasbenedetto <[email protected]>
    Co-authored-by: mirka <[email protected]>
    3 people authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    ab116d8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    15da2aa View commit details
    Browse the repository at this point in the history
  13. Patterns: Avoid mapping template parts objects to patterns (#62927)

    Co-authored-by: youknowriad <[email protected]>
    Co-authored-by: ellatrix <[email protected]>
    Co-authored-by: ntsekouras <[email protected]>
    Co-authored-by: oandregal <[email protected]>
    5 people authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    9a331f1 View commit details
    Browse the repository at this point in the history
  14. Tabs: split animation logic into multiple separate composable utiliti…

    …es. (#62942)
    
    * Split animation logic into multiple separate composable utilities.
    
    * JSDoc tweak.
    
    Co-authored-by: DaniGuardiola <[email protected]>
    Co-authored-by: ciampo <[email protected]>
    3 people authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    0ea6751 View commit details
    Browse the repository at this point in the history