Add aspect ratio control for gallery block (#71116)#72104
Conversation
Merging into a branch in the main repo so I can fix the tests. * feat: Add aspect ratio control for gallery block * Update packages/block-library/src/gallery/edit.js Co-authored-by: Aki Hamano <54422211+t-hamano@users.noreply.github.com> * Apply suggestion from @scruffian * Update packages/block-library/src/gallery/edit.js Co-authored-by: Aki Hamano <54422211+t-hamano@users.noreply.github.com> * Update packages/block-library/src/gallery/edit.js Co-authored-by: Aki Hamano <54422211+t-hamano@users.noreply.github.com> * Update packages/block-library/src/gallery/edit.js * Update packages/block-library/src/gallery/edit.js * Apply suggestion from @scruffian --------- Co-authored-by: Ben Dwyer <ben@scruffian.com> Co-authored-by: Aki Hamano <54422211+t-hamano@users.noreply.github.com> Co-authored-by: dhananjaykuber <dhananjaykuber@git.wordpress.org> Co-authored-by: scruffian <scruffian@git.wordpress.org> Co-authored-by: tyxla <tyxla@git.wordpress.org> Co-authored-by: t-hamano <wildworks@git.wordpress.org> Co-authored-by: mtias <matveb@git.wordpress.org> Co-authored-by: jhmonroe <jhmonroe@git.wordpress.org> Co-authored-by: cbirdsong <cbirdsong@git.wordpress.org>
|
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 If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
|
Size Change: +311 B (+0.02%) Total Size: 1.96 MB
ℹ️ View Unchanged
|
|
Flaky tests detected in e77ef15. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/18308810896
|
t-hamano
left a comment
There was a problem hiding this comment.
LGTM! Everything works as expected.
mikachan
left a comment
There was a problem hiding this comment.
This is testing well for me!
Co-authored-by: Aki Hamano <54422211+t-hamano@users.noreply.github.com>
…ss#72104) * Add aspect ratio control for gallery block (WordPress#71116) Merging into a branch in the main repo so I can fix the tests. * feat: Add aspect ratio control for gallery block * Update packages/block-library/src/gallery/edit.js Co-authored-by: Aki Hamano <54422211+t-hamano@users.noreply.github.com> * Apply suggestion from @scruffian * Update packages/block-library/src/gallery/edit.js Co-authored-by: Aki Hamano <54422211+t-hamano@users.noreply.github.com> * Update packages/block-library/src/gallery/edit.js Co-authored-by: Aki Hamano <54422211+t-hamano@users.noreply.github.com> * Update packages/block-library/src/gallery/edit.js * Update packages/block-library/src/gallery/edit.js * Apply suggestion from @scruffian --------- Co-authored-by: Ben Dwyer <ben@scruffian.com> Co-authored-by: Aki Hamano <54422211+t-hamano@users.noreply.github.com> Co-authored-by: dhananjaykuber <dhananjaykuber@git.wordpress.org> Co-authored-by: scruffian <scruffian@git.wordpress.org> Co-authored-by: tyxla <tyxla@git.wordpress.org> Co-authored-by: t-hamano <wildworks@git.wordpress.org> Co-authored-by: mtias <matveb@git.wordpress.org> Co-authored-by: jhmonroe <jhmonroe@git.wordpress.org> Co-authored-by: cbirdsong <cbirdsong@git.wordpress.org> * update fixtures * Update packages/block-library/src/gallery/edit.js Co-authored-by: Aki Hamano <54422211+t-hamano@users.noreply.github.com> --------- Co-authored-by: Dhananjay Kuber <dhananjay.kuber@rtcamp.com> Co-authored-by: Aki Hamano <54422211+t-hamano@users.noreply.github.com> Co-authored-by: dhananjaykuber <dhananjaykuber@git.wordpress.org> Co-authored-by: tyxla <tyxla@git.wordpress.org> Co-authored-by: t-hamano <wildworks@git.wordpress.org> Co-authored-by: mtias <matveb@git.wordpress.org> Co-authored-by: jhmonroe <jhmonroe@git.wordpress.org> Co-authored-by: cbirdsong <cbirdsong@git.wordpress.org> Co-authored-by: dhananjaykuber <dhananjaykuber@git.wordpress.org> Co-authored-by: scruffian <scruffian@git.wordpress.org> Co-authored-by: t-hamano <wildworks@git.wordpress.org> Co-authored-by: mikachan <mikachan@git.wordpress.org> Co-authored-by: cbirdsong <cbirdsong@git.wordpress.org>
Bringing in the changes from #71116 so I can fix the tests.