-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Revert/block support stabilization #68189
Revert/block support stabilization #68189
Conversation
This reverts commit 63f81c1.
* Storybook: Add PlainText Storybook stories - Add Default, LongText, and WithClassName stories - Configure meta for PlainText component * Refactor: `PlainText` stories and removed useEffect * Refactor: Remove comment from story * Storybook: improve `PlainText` JSDoc and storybook descriptions - Enhance prop descriptions - Fix import order in storybook. * Storybook: Unify value and onChange prop descriptions Co-authored-by: SainathPoojary <[email protected]> Co-authored-by: t-hamano <[email protected]>
Co-authored-by: tellthemachines <[email protected]> Co-authored-by: ramonjd <[email protected]>
…ress#67337) * Storybook: Add stories for the text-decoration-control component * Storybook: Improve TextDecorationControl props table heading * Storybook: Update TextDecorationControl story to follow best practices and simplify the structure * Storybook: Simplify TextDecorationControl story * Storybook: Improve the structure of TextDecorationControl story Co-authored-by: himanshupathak95 <[email protected]> Co-authored-by: t-hamano <[email protected]>
* Add TextTransformControl stories * refactor: Removed the sample text, and extra stories and used story pattern * fix: Add options for the value prop and improve description * fix: Revert old template style code for render and updated argtypes * doc: Removed default value in props Co-authored-by: im3dabasia <[email protected]> Co-authored-by: t-hamano <[email protected]>
Co-authored-by: aaronrobertshaw <[email protected]> Co-authored-by: ramonjd <[email protected]>
…68160) Co-authored-by: Rishit30G <[email protected]> Co-authored-by: Mamaduka <[email protected]> Co-authored-by: afercia <[email protected]>
…#68150) Co-authored-by: sarthaknagoshe2002 <[email protected]> Co-authored-by: swissspidy <[email protected]>
Co-authored-by: karthick-murugan <[email protected]> Co-authored-by: ntsekouras <[email protected]> Co-authored-by: Mamaduka <[email protected]> Co-authored-by: annezazu <[email protected]> Co-authored-by: ammar-Mohamed-elz3eeem <[email protected]> Co-authored-by: jameskoster <[email protected]> Co-authored-by: afercia <[email protected]>
Warning: Type of PR label mismatch To merge this PR, it requires exactly 1 label indicating the type of PR. Other labels are optional and not being checked here.
Read more about Type labels in Gutenberg. Don't worry if you don't have the required permissions to add labels; the PR reviewer should be able to help with the task. |
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.
To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
Closing this due to unwanted commits added. |
What?
Reverting the changes of this PR #67552
Why?
The approach taken to block support stabilization ironically needs some further time to stabilize itself
How?
Reverts the commits from the PRs listed above.
Testing Instructions