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

(fix): revert breaking bundleIcon change #728

Merged
merged 1 commit into from
Jun 17, 2024

Conversation

tomi-msft
Copy link
Contributor

@tomi-msft tomi-msft commented Jun 17, 2024

This PR reverts a change to the bundleIcon utility function introduced in #726. Light icons were introduced in the system-icons design repo, and integrated into the react-icons package build system, including the addition of LightIcon as a parameter in the bundleIcon utility function. This is a breaking change, as it was introduced as a required parameter, not an optional one.

After this PR there will be a follow-up that will properly introduce the Light Icons into the bundleIcon utility, with a focus on maintaining the established functionality without increasing bundle size.

Fixes #727

@willchavez willchavez merged commit c0c9576 into microsoft:main Jun 17, 2024
8 checks passed
@tomi-msft tomi-msft deleted the revert-light-icon-bundleicon branch June 18, 2024 22:10
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.

Breaking change in @fluentui/react-icons v2.0.244
2 participants