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 #167

Open
wants to merge 2,667 commits into
base: trunk
Choose a base branch
from
Open

[pull] trunk from WordPress:trunk #167

wants to merge 2,667 commits into from

Conversation

pull[bot]
Copy link

@pull pull bot commented Jun 30, 2024

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

Copy link

github-actions bot commented Jun 30, 2024

The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the props-bot label.

Unlinked Accounts

The following contributors have not linked their GitHub and WordPress.org accounts: @gutenbergplugin.

Contributors, please read how to link your accounts to ensure your work is properly credited in WordPress releases.

If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.

Unlinked contributors: gutenbergplugin.

Co-authored-by: afercia <[email protected]>
Co-authored-by: getdave <[email protected]>
Co-authored-by: jorgefilipecosta <[email protected]>
Co-authored-by: hbhalodia <[email protected]>
Co-authored-by: mirka <[email protected]>
Co-authored-by: benazeer-ben <[email protected]>
Co-authored-by: tellthemachines <[email protected]>
Co-authored-by: t-hamano <[email protected]>
Co-authored-by: SainathPoojary <[email protected]>
Co-authored-by: vampdroid <[email protected]>
Co-authored-by: ntsekouras <[email protected]>
Co-authored-by: gigitux <[email protected]>
Co-authored-by: jasmussen <[email protected]>
Co-authored-by: louwie17 <[email protected]>
Co-authored-by: Infinite-Null <[email protected]>
Co-authored-by: oandregal <[email protected]>
Co-authored-by: juanfra <[email protected]>
Co-authored-by: swissspidy <[email protected]>
Co-authored-by: michalczaplinski <[email protected]>
Co-authored-by: sarthaknagoshe2002 <[email protected]>
Co-authored-by: jeryj <[email protected]>
Co-authored-by: ramonjd <[email protected]>
Co-authored-by: yogeshbhutkar <[email protected]>
Co-authored-by: Sukhendu2002 <[email protected]>
Co-authored-by: ockham <[email protected]>
Co-authored-by: gziolo <[email protected]>
Co-authored-by: Mamaduka <[email protected]>
Co-authored-by: im3dabasia <[email protected]>
Co-authored-by: karthick-murugan <[email protected]>
Co-authored-by: jameskoster <[email protected]>
Co-authored-by: rinkalpagdar <[email protected]>
Co-authored-by: prasadkarmalkar <[email protected]>
Co-authored-by: himanshupathak95 <[email protected]>
Co-authored-by: aaronrobertshaw <[email protected]>
Co-authored-by: Rishit30G <[email protected]>
Co-authored-by: DAreRodz <[email protected]>
Co-authored-by: ellatrix <[email protected]>
Co-authored-by: draganescu <[email protected]>
Co-authored-by: tyxla <[email protected]>
Co-authored-by: jsnajdr <[email protected]>
Co-authored-by: shail-mehta <[email protected]>
Co-authored-by: talldan <[email protected]>
Co-authored-by: timse201 <[email protected]>
Co-authored-by: fushar <[email protected]>
Co-authored-by: justlevine <[email protected]>
Co-authored-by: rilwis <[email protected]>
Co-authored-by: Lovor01 <[email protected]>
Co-authored-by: ciampo <[email protected]>
Co-authored-by: d-alleyne <[email protected]>

To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook.

@pull pull bot added the ⤵️ pull label Jun 30, 2024
Copy link

Warning: Type of PR label mismatch

To merge this PR, it requires exactly 1 label indicating the type of PR. Other labels are optional and not being checked here.

  • Type-related labels to choose from: [Type] Automated Testing, [Type] Breaking Change, [Type] Bug, [Type] Build Tooling, [Type] Code Quality, [Type] Copy, [Type] Developer Documentation, [Type] Enhancement, [Type] Experimental, [Type] Feature, [Type] New API, [Type] Task, [Type] Technical Prototype, [Type] Performance, [Type] Project Management, [Type] Regression, [Type] Security, [Type] WP Core Ticket, Backport from WordPress Core.
  • Labels found: ⤵️ pull.

Read more about Type labels in Gutenberg. Don't worry if you don't have the required permissions to add labels; the PR reviewer should be able to help with the task.

afercia and others added 27 commits December 17, 2024 15:31
* Fix Choose menu label when a menu has been deleted.

* Pass menu ID to useNavigationMenu.

Co-authored-by: afercia <[email protected]>
Co-authored-by: ntsekouras <[email protected]>
Co-authored-by: draganescu <[email protected]>
* Correct spelling

* Fix caps

Co-authored-by: getdave <[email protected]>
Co-authored-by: shail-mehta <[email protected]>
Co-authored-by: MaggieCabrera <[email protected]>
* Add deperecation notice for the ButtonGroup component

* Address the feedbacks for deprecation for ButtonGroupControl

* Add the changelog deprecation message.

* Update the changelog comment

Co-authored-by: hbhalodia <[email protected]>
Co-authored-by: mirka <[email protected]>
Co-authored-by: ciampo <[email protected]>
* ActionItem.Slot: Render as MenuGroup by default

* Add changelog

* Remove redundant `as` rendering in app

Co-authored-by: mirka <[email protected]>
Co-authored-by: ciampo <[email protected]>
Co-authored-by: ntsekouras <[email protected]>
* Add command to navigate to site editor

* No icon, improved label

* Modified code to display command other than Site editor

* Feedback and suggestion updates

---------

Co-authored-by: benazeer-ben <[email protected]>
Co-authored-by: richtabor <[email protected]>
Co-authored-by: t-hamano <[email protected]>
Co-authored-by: annezazu <[email protected]>
Co-authored-by: jameskoster <[email protected]>
Co-authored-by: jasmussen <[email protected]>
Co-authored-by: ramonjd <[email protected]>
* Give style book its own route so it can be linked to directly.

* Fix paths to and from global styles.

* Use query instead of path

* Fix path

* Effect for editor settings update
* Storybook: Add DateFormatPicker Stories

* Refactor: Simplify `DateFormatPicker` stories

- Removed `useEffect` and streamlined state handling.
- Improved parameter descriptions and documentation.
- Removed unused story variants for clarity.

* Refactor: Remove comment from story

* DateFormatPicker: Swap import order and update prop type in DateFormatPicker story

Co-authored-by: SainathPoojary <[email protected]>
Co-authored-by: t-hamano <[email protected]>
Co-authored-by: t-hamano <[email protected]>
Co-authored-by: fabiankaegy <[email protected]>
* Badge component: Fix Storybook url link

* Update readme

* Update changelog

Co-authored-by: t-hamano <[email protected]>
Co-authored-by: tyxla <[email protected]>
…57197)

* Add text domain option while scaffolding the blockin create-block

* Keep slug as a default text-domain for scaffolding create block

* Update CHANGELOG.md

---------

Co-authored-by: Greg Ziółkowski <[email protected]>

Co-authored-by: vampdroid <[email protected]>
Co-authored-by: gziolo <[email protected]>
Co-authored-by: ryanwelcher <[email protected]>
Co-authored-by: afercia <[email protected]>
Co-authored-by: swissspidy <[email protected]>
Co-authored-by: sarthaknagoshe2002 <[email protected]>
Co-authored-by: ntsekouras <[email protected]>
Co-authored-by: tyxla <[email protected]>
Co-authored-by: gigitux <[email protected]>
Co-authored-by: oandregal <[email protected]>
Co-authored-by: jasmussen <[email protected]>
Co-authored-by: Mamaduka <[email protected]>
* Add layout related updates to the DataForm README

* Fix the `form` example

* Make reference to "Form Field API section

Co-authored-by: louwie17 <[email protected]>
Co-authored-by: gigitux <[email protected]>
Co-authored-by: oandregal <[email protected]>
* Doc: add story file for BlockCard

* Refactor: Refactor `block-card` storybook

* Refactor: Remove redundant doc comment

* Refactor: `BlockCard` story docs

* Refactor: `BlockCard` story docs

Co-authored-by: Infinite-Null <[email protected]>
Co-authored-by: t-hamano <[email protected]>
Co-authored-by: oandregal <[email protected]>
Co-authored-by: mcsf <[email protected]>
Co-authored-by: ntsekouras <[email protected]>
Co-authored-by: jameskoster <[email protected]>
Co-authored-by: youknowriad <[email protected]>
Co-authored-by: jasmussen <[email protected]>
Co-authored-by: jarekmorawski <[email protected]>
Co-authored-by: ciampo <[email protected]>
Co-authored-by: juanfra <[email protected]>
Co-authored-by: tyxla <[email protected]>
Co-authored-by: jameskoster <[email protected]>
Co-authored-by: swissspidy <[email protected]>
Co-authored-by: Mamaduka <[email protected]>
Co-authored-by: Rishit30G <[email protected]>
Co-authored-by: psrpinto <[email protected]>
Co-authored-by: jorgefilipecosta <[email protected]>
Co-authored-by: Mamaduka <[email protected]>
Co-authored-by: shail-mehta <[email protected]>
…bility (#68059)

* Enhance template registration e2e tests to handle welcome dialog visibility

Added logic to check for the visibility of the "Welcome to the editor" dialog within 2 seconds before attempting to close it.

* Replace `visitAdminPage( '/post-new.php' )` with `createNewPost()` and remove the updates to the second test

* Remove extra whitespace

* Replace `visitAdminPage` with `createNewPost()` in `themes can override registered templates` e2e test

Co-authored-by: michalczaplinski <[email protected]>
Co-authored-by: Mamaduka <[email protected]>
jorgefilipecosta and others added 30 commits January 7, 2025 14:48
…o posts and pages (#67278)

Co-authored-by: jorgefilipecosta <[email protected]>
Co-authored-by: ntsekouras <[email protected]>
Co-authored-by: youknowriad <[email protected]>
Co-authored-by: oandregal <[email protected]>
Co-authored-by: jameskoster <[email protected]>
Co-authored-by: jasmussen <[email protected]>
Co-authored-by: jorgefilipecosta <[email protected]>
Co-authored-by: jsnajdr <[email protected]>
…#68315)

* A11y: Update animation/transition styles with reduced motion media queries

* Ally: Make the media queries consistent for reduce motion preference

* Block Library: Standardize reduced motion handling using media queries

* A11y: Remove the unnecessary transition to the anchor element

Co-authored-by: himanshupathak95 <[email protected]>
Co-authored-by: t-hamano <[email protected]>
…anguages (#68188)

* fix: Add ltr for email and url

* style: Add CSS for email/url in component

* fix: Revert extra file change

* fix: add ltr for email and url in the textcontrol component

* revert: Changes for textcontrol reverted

* fix: Add directionStyles for input-control-styles

* style: Add direction ltr for email and url for rtl languages

* style: Add ltr for placeholder

* doc: Add log for InputControl ltr alignment change

* fix: Remove ltr CSS for placeholder

* doc: Add Log in unreleased section and updated log to refer to PR

* doc: Remove log in the Bug Fixes header

Co-authored-by: im3dabasia <[email protected]>
Co-authored-by: t-hamano <[email protected]>
Co-authored-by: mirka <[email protected]>
Co-authored-by: tyxla <[email protected]>
…#68167)

* Image size fix in lightbox

* Revert "Image size fix in lightbox"

This reverts commit 63f81c1.

* Update Snackbar messages for copy event

Co-authored-by: karthick-murugan <[email protected]>
Co-authored-by: t-hamano <[email protected]>
Co-authored-by: richtabor <[email protected]>
Co-authored-by: afercia <[email protected]>
* Image size fix in lightbox

* Revert "Image size fix in lightbox"

This reverts commit 63f81c1.

* Update the enlarge image icon label

* Capslock updated

* Feedback changes updated

* Feedback changes

* Feedback Changes

* Feedback Changes

* Feedback changes

Co-authored-by: karthick-murugan <[email protected]>
Co-authored-by: afercia <[email protected]>
* doc: Add BlockIcon Storybook stories

- Demonstrate various icon rendering scenarios

* doc: Fix story with patterns

* feat: Add story for block icon component

* feat: Add table.type for each of the argTypes

* fix: Corrected description grammar and default args

Co-authored-by: im3dabasia <[email protected]>
Co-authored-by: t-hamano <[email protected]>
* Fix File block’s resize width glitch

* Fix stuck width from resize at prior align

Co-authored-by: Mamaduka <[email protected]>
Co-authored-by: im3dabasia <[email protected]>
Co-authored-by: swissspidy <[email protected]>
Co-authored-by: colorful-tones <[email protected]>
Co-authored-by: ciampo <[email protected]>
Co-authored-by: tyxla <[email protected]>
Co-authored-by: t-hamano <[email protected]>
Co-authored-by: ciampo <[email protected]>
Co-authored-by: mirka <[email protected]>
Co-authored-by: tyxla <[email protected]>
* Fix the logic path that merges plain objects

* Add changelog

---------

Co-authored-by: DAreRodz <[email protected]>
Co-authored-by: luisherranz <[email protected]>
Co-authored-by: priethor <[email protected]>
Add Clear buttons to the icon color and icon background color options on the social links block, to improve consistency with other options.

Co-authored-by: shimotmk <[email protected]>
Co-authored-by: juanfra <[email protected]>
Co-authored-by: Mamaduka <[email protected]>
Co-authored-by: jameskoster <[email protected]>
…68454)

Co-authored-by: yogeshbhutkar <[email protected]>
Co-authored-by: Mayank-Tripathi32 <[email protected]>
Co-authored-by: hbhalodia <[email protected]>
Co-authored-by: t-hamano <[email protected]>
* Revert "fix: Fix media query and reduced motion error (#68464)"

This reverts commit 921536e.

* Add extension explicitly in import statements

Co-authored-by: t-hamano <[email protected]>
Co-authored-by: ciampo <[email protected]>
Co-authored-by: tyxla <[email protected]>
Co-authored-by: im3dabasia <[email protected]>
Co-authored-by: t-hamano <[email protected]>
Co-authored-by: Mamaduka <[email protected]>
… Color hook. (#68055)


Co-authored-by: afercia <[email protected]>
Co-authored-by: carolinan <[email protected]>
Co-authored-by: aaronrobertshaw <[email protected]>
* Added Global Documentation
* fixed lint issue
* Added Global Documentation in demo.php

Co-authored-by: shail-mehta <[email protected]>
Co-authored-by: Mamaduka <[email protected]>
Co-authored-by: himanshupathak95 <[email protected]>
Co-authored-by: t-hamano <[email protected]>
Co-authored-by: fabiankaegy <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.