-
Notifications
You must be signed in to change notification settings - Fork 58
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
Fix Custom Palette colors and support multiple origins and theme cache issues #4588
Conversation
Wanna run full suite of Android and iOS UI tests? Click here and 'Approve' CI job! |
I saw that unit tests are also failing in #4586, so looks like we have an actual breakage here due to recent changes in Gutenberg |
Thanks for working on the fix for that 🎉 I updated this PR and it will only update the release notes since the Gutenberg reference was already updated 👍 |
I was about to notify you that the fix is already merged 😅, glad to know that it worked. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved via WordPress/gutenberg#38417 (review).
The PR originally linked was closed, wordpress-mobile/gutenberg-mobile#4537 , in favor of the new one, wordpress-mobile/gutenberg-mobile#4588 . While it was easy enough to find the latter by reading through the conversation in the former, I decided to bypass that to remove friction.
Gutenberg PR
-> Fix Custom Palette colors and support multiple origins and theme cache issues. WordPress/gutenberg#38417Fixes WordPress/gutenberg#38525 and WordPress/gutenberg#36152
This is a follow-up of WordPress/gutenberg#38474
Description
This PR fixes several issues, first, it fixes an ongoing issue where changing between themes would not refresh the current theme data and a restart of the editor was needed, as well as sometimes opening the editor for the first time and not seeing the theme colors.
Second, it adds support for multiple color and gradient palettes including the
Custom
ones.To test check the Gutenberg PR description.
PR submission checklist: