-
Notifications
You must be signed in to change notification settings - Fork 22
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
Remove Unsupported Features From Core Blocks #11
Conversation
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.
Works as expected! A much cleaner solution than warnings ;)
- Unregister unsupported block styles in Separator and Social Icons blocks. - Remove alignment options (from all but Image). - Alphabetize imports.
30b74de
to
a16876e
Compare
Some features were disabled in #11
🎉 This PR is included in version 1.0.0-alpha.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
All Submissions:
Changes proposed in this Pull Request:
This removes some of the unsupported features from core blocks in non-hacky ways. We'll be able to remove some of the warnings in #9 after these changes are merged. Progress on WordPress/gutenberg#20588 will allow removal of other unsupported features, such as drop caps.
List of unsupported features and their status:
edit
component.How to test the changes in this Pull Request:
Other information: