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

chore(web-components): [button] move style related api out of base class #32049

Merged
merged 4 commits into from
Jul 18, 2024

Conversation

eljefe223
Copy link
Contributor

Previous Behavior

Style specific parts of Button's API were bundled into the class.

New Behavior

Style specific parts of Button's API are kept in the Button class while functional parts of the API are moved into a new BaseButton class. This allows consumers to opt out of style specifics they may not need.

Related Issue(s)

  • Fixes #

@eljefe223 eljefe223 requested a review from a team as a code owner July 18, 2024 16:12
@fabricteam
Copy link
Collaborator

fabricteam commented Jul 18, 2024

📊 Bundle size report

✅ No changes found

@fabricteam
Copy link
Collaborator

fabricteam commented Jul 18, 2024

🕵 fluentui-web-components-v3 No visual regressions between this PR and main

@radium-v radium-v changed the title chore: [button] move style related api out of base class chore(web-components): [button] move style related api out of base class Jul 18, 2024
@eljefe223 eljefe223 merged commit 4cf837a into microsoft:master Jul 18, 2024
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants