Skip to content
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

feat(Button): remove deprecated sizes support #2314

Merged
merged 4 commits into from
Aug 5, 2024

Conversation

talkor
Copy link
Member

@talkor talkor commented Aug 4, 2024

@talkor talkor requested a review from a team as a code owner August 4, 2024 14:43
@talkor talkor added breaking change vibe3 Related to 3.0 major labels Aug 5, 2024
@@ -26,19 +26,6 @@ export const OLD_BUTTON_SIZES = {

export type Size = (typeof SIZES)[keyof typeof SIZES] | keyof typeof OLD_BUTTON_SIZES;

// Support old sizes (backward compatible)
export const getActualSize = (size?: Size) => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need to add it to the change log?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think anyone knew about it but will add anyway 😅

@talkor talkor merged commit 7a516a1 into vibe3 Aug 5, 2024
10 checks passed
@talkor talkor deleted the vibe3-button-deprecated-sizes branch August 5, 2024 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change vibe3 Related to 3.0 major
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants