-
Notifications
You must be signed in to change notification settings - Fork 45
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: update block classes for the site editor #1920
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
leogermani
approved these changes
Oct 22, 2024
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.
Reproduced the issue and the fix!
Thanks @leogermani! |
leogermani
pushed a commit
that referenced
this pull request
Oct 25, 2024
matticbot
pushed a commit
that referenced
this pull request
Oct 25, 2024
## [4.2.4-alpha.2](v4.2.4-alpha.1...v4.2.4-alpha.2) (2024-10-25) ### Bug Fixes * update block classes for the site editor ([#1920](#1920)) ([1a07ad0](1a07ad0))
matticbot
pushed a commit
that referenced
this pull request
Oct 28, 2024
## [4.3.1](v4.3.0...v4.3.1) (2024-10-28) ### Bug Fixes * articles block fail to get all inner blocks ([#1878](#1878)) ([c699724](c699724)) * deprecate video playlist block ([#1903](#1903)) ([4876de6](4876de6)) * potential fatal with invalid attribute combo ([#1900](#1900)) ([adf2e9d](adf2e9d)) * update block classes for the site editor ([#1920](#1920)) ([1a07ad0](1a07ad0))
matticbot
pushed a commit
that referenced
this pull request
Nov 6, 2024
## [4.3.5-alpha.1](v4.3.4...v4.3.5-alpha.1) (2024-11-06) ### Bug Fixes * add check if product can be purchased ([#1916](#1916)) ([cbe0cdb](cbe0cdb)) * **modal-checkout:** disable Continue button until JS is loaded ([d616ca3](d616ca3)) * revert check for is product purchaseable ([#1924](#1924)) ([bcbe089](bcbe089)) * update block classes for the site editor ([#1920](#1920)) ([26136e1](26136e1))
🎉 This PR is included in version 4.3.5-alpha.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
matticbot
pushed a commit
that referenced
this pull request
Nov 11, 2024
## [4.3.5](v4.3.4...v4.3.5) (2024-11-11) ### Bug Fixes * add check if product can be purchased ([#1916](#1916)) ([cbe0cdb](cbe0cdb)) * **modal-checkout:** disable Continue button until JS is loaded ([d616ca3](d616ca3)) * revert check for is product purchaseable ([#1924](#1924)) ([bcbe089](bcbe089)) * update block classes for the site editor ([#1920](#1920)) ([26136e1](26136e1))
🎉 This PR is included in version 4.3.5 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
All Submissions:
Changes proposed in this Pull Request:
This PR switches some CSS classes from
wpnbha
to the fullwp-block-newspack-blocks-homepage-articles
; the lack of thewp-block
prefix was causing some styles to get stripped from the Site Editor.This only seems to affect the styles loaded here and not the regular SCSS.
Closes #1826 and see 1200550061930446-as-1208594353528752
How to test the changes in this Pull Request:
Other information: