-
Notifications
You must be signed in to change notification settings - Fork 743
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
[Breaking] fix: Drop Fluent V1 styles #14769
Conversation
This change drops the Fluent V1 styles in a non-breaking manner by redirecting them to the V2 styles. Later we will be able to drop the versioned styles altogether
If I didn't miss something, this should not be breaking (except for behavior breaking, but I doubt any app is still using the old styles anyway):
As part of breaking changes we can then safely drop the whole version separation and just keep |
🤖 Your docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-14769/index.html |
#endif | ||
break; | ||
// As Fluent Styles V1 are no longer officially supported, prefer V2 styles. | ||
requestedVersion = MaxSupportedResourcesVersion; |
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.
Is this variable used anymore?
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.
Should this file also be updated?
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.
LGTM, but let's wait for @jeromelaban's approval as well
This might still be breaking for UWP apps, particularly if resources don't match between versions. Building those styles are not impacting the build time that much, and we should not breaking in 5.x. |
Closing for now until breaking changes are addressed |
GitHub Issue (If applicable): part of #14765
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Fluent V1 is no longer supported and is buggy.
What is the new behavior?
Drop v1 styles in non-breaking manner.
PR Checklist
Please check if your PR fulfills the following requirements:
Screenshots Compare Test Run
results.