-
Notifications
You must be signed in to change notification settings - Fork 4.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
TextDecorationControl, TextTransformControl: Remove size prop in Storybook #64583
Conversation
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. |
Size Change: 0 B Total Size: 1.77 MB ℹ️ View Unchanged
|
…ybook (WordPress#64583) Co-authored-by: mirka <[email protected]> Co-authored-by: ciampo <[email protected]>
Noticed in #64529
What?
Removes the outdated
size
prop controls from the Storybook for TextDecorationControl and TextTransformControl.Why?
This prop was introduced in #43328 (Aug 26, 2022) and regressed in #44067 (Sep 16, 2022). There was technically a Gutenberg plugin release in between, but there's not much we can do about it at this point 😅 They have been defaulting to the 40px size for a while now.
Testing Instructions
See Storybook for the two components.