-
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
Convert ClipboardButton
to TypeScript
#51334
Convert ClipboardButton
to TypeScript
#51334
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.
Looks good, thank you! 🎉
We can merge once you add a quick changelog 👍
@mirka Changelog pushed 😊 Thanks for the review! |
packages/components/CHANGELOG.md
Outdated
### Internal | ||
|
||
- `ClipboardButton`: Convert to TypeScript ([#51334](https://github.com/WordPress/gutenberg/pull/51334)). | ||
|
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.
We need to move this to the "Unreleased" section at the top.
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.
Done :)
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.
Perfect, thanks!
* Convert `ClipboardButton` to TypeScript * Add changelog entry * Update CHANGELOG.md --------- Co-authored-by: Lena Morita <[email protected]>
What?
This PR converts the deprecated
ClipboardButton
component to TypeScript.Why?
Even if it is deprecated, it was still on the list in #35744. It was easy enough, so I think it's better to have even deprecated components converted to TypeScript.