-
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
Update header button styling and full width block margins for Gutenberg v8.0.0 #41575
Update header button styling and full width block margins for Gutenberg v8.0.0 #41575
Conversation
This PR does not affect the size of JS and CSS bundles shipped to the user's browser. Generated by performance advisor bot at iscalypsofastyet.com. |
@Automattic/cylon 👋 — just added you as reviewers, too, but no worries if you don't have time to test it out. One question I had about the deployment process — once this is approved, do I deploy the diff immediately, too, or do we wait until the next FSE plugin release instead of deploying each diff separately? |
Caution: This PR affects files in the FSE Plugin on WordPress.com D42611-code has been created so you can easily test it on your sandbox. See this FieldGuide page about developing in the FSE Plugin for more info: PCYsg-ly5-p2 |
…rg v8.0.0 compatibility
4f3e924
to
8f63603
Compare
I'm not entirely sure if I'm testing this correctly. But I followed the instructions closely and I can't get the CSS change above in my browser. I have a FSE site (alshakero.wordpress.com) . With GB It seems that CSS coming from this URL https://s0.wp.com/_static/??-eJylUttygyAQ/aESkkxS40On3wKCui2wDgva/n1XnaTjVPqSN5Zz2aucBtFgSDYkmXrrLckhazmqCEpS+nZWWAMJ450lJjCpPzREL/I/LYRmq5+GBv0f3eByB4Fkm50TBGmlQ+jEisjbpa7O5+NVdg61Ys7sSdIApe3XE9YGE9cmWrKr72/8hOnSr9AOm8/7CEL+WhPsY49kynh24kgyzWM4cLgDthg9FbDlJbwNuUAwinqNKpoC7rhOkZSeJ7vPmAsvQNGOQIChJPWsVQVsvaRSWxpzKWlQ49LwVst36LLhi5kpHA8IvMlY8ODj7mwqZV/2DU1xIe50fEDv/u10vVV1fXq9VB8/uQM9CQ==?cssminify=yes is outdated and I don't know how to access the new CSS proposed here. |
Not sure if this is helpful, but I always sandbox the public API and the site I am testing against and that gets the changes to show up. You can also checkout syncing directly to your sandbox (i.e.
good question!
|
Great, thanks for the tips @noahtallen! @alshakero not sure if I can add anything extra to what Noah's already said, but I applied the diff to my sandbox to double-check this, and these were the steps I followed:
The |
Goddammit I forgot to sandbox the site itself! 🤕 |
Wait until you forget to ssh, and spend 30 mins wondering why it won't work. Then we can talk 🤣 |
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.
Tested for both changes and LGTM
This PR updates the FSE plugin with class names to add support for Gutenberg v8.0.0.
Changes proposed in this Pull Request
Testing instructions
Note: the whitespace at the top is dealt with separately in #41572
Fixes #41513
Fixes part of #41521 (the other part is dealt with in #41572)