George Mamadashvili
George Mamadashvili
I've updated the resource links to include new E2E tests handbook pages. I would recommend it to anyone working or who already has a migration PR(s) to get familiar with...
Every end-to-end test has been migrated to the Playwright. Thank you everyone for contributing!
The test started failing again after https://github.com/WordPress/gutenberg/pull/50041#issuecomment-1525263705 or https://github.com/WordPress/gutenberg/pull/50462.
The `multiline` has been deprecated since WP 6.1. This is the only related change I can find for 6.4 - https://github.com/WordPress/gutenberg/issues/54998#issuecomment-1744470695. I would recommend migrating away from the deprecated prop/feature.
@jorgefilipecosta, does this change have a WP core backport PR? Unfortunately, I wasn't able to find any.
I removed myself from the assignees' list for now.
Using `wp_head` with high priority doesn't guarantee that Global Styles's custom CSS will be loaded last or even after `global-styles`. Let's keep using `wp_add_inline_style` for now. Then, we can change...
Hi, @DaveWP Can you confirm that you've `git` installed and available in a shell? You can do this by running the following command ` git --version` Thank you!
Thanks for the update, @DaveWP!
The changes in this PR introduced the following warning when switching the device types in the Site Editor. ``` Warning: Removing a style property during rerender (margin) when a conflicting...