-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Assembler: Unset white background #89343
Conversation
Here is how your PR affects size of JS and CSS bundles shipped to the user's browser: Sections (~46 bytes added 📈 [gzipped])
Sections contain code specific for a given set of routes. Is downloaded and parsed only when a particular route is navigated to. Legend What is parsed and gzip size?Parsed Size: Uncompressed size of the JS and CSS files. This much code needs to be parsed and stored in memory. Generated by performance advisor bot at iscalypsofastyet.com. |
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.
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.
Oh but it doesn't work on the preview of the pattern list
@arthur791004 do you mean the pattern list in the sidebar? I don't remember the global styles being applied there before... |
But I think we can move this forward and address it later 🙂 |
Seems that there's already a fix in WordPress/gutenberg#60106, which is available in @wordpress/block-editor 12.23.0. Currently, the version in Calypso is 12.22.0. @tyxla do you know if/when the next wordpress/* packages dependency update is scheduled for? Or is it something we can request? Thanks in advance! |
Closing this PR as I consider updating the wordpress packages is a more robust solution to this issue. |
For some reason, renovate never came up with it. I was away last week, but I'll be taking a look at it this week. |
We've updated the |
Nice! Thanks so much for the update. |
Fixes #89324
Proposed Changes
This PR fixes the issue where the background colors from global styles are not applied in the block renderer in the Assembler. This is caused by https://github.com/WordPress/gutenberg/pull/59377/files, where the background is explicitly set to white.
Note that the issue only affects Safari.
Testing Instructions
Pre-merge Checklist