-
Notifications
You must be signed in to change notification settings - Fork 168
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
Remove iOS 15 support #2042
Remove iOS 15 support #2042
Conversation
i expected https://github.com/microsoft/fluentui-apple/blob/main/Package.swift to be updated |
can you double check that avatar group is not affected? I remember there was a bug with our hosting view when we deprecated it |
oh never mind |
We really need to start testing this code via SPM one of these days :-/ |
Good call, |
Platforms Impacted
Description of changes
Updating iOS library to require iOS 16 as a minimum.
Removing some deprecated code as part of this, including:
FluentList
overrides its background color, using the new iOS 16 API. scrollContentBackground(.hidden)
.UIHostingController
-backed UI. We can now use the public APIsizingOptions = [.intrinsicContentSize]
.Binary change
Total increase: 70,120 bytes
Total decrease: -104,016 bytes
Full breakdown
Verification
(how the change was tested, including both manual and automated tests)
Visual Verification
Tested a variety of components, including SwiftUI ones wrapped by FluentThemedHostingController.
Pull request checklist
This PR has considered:
Microsoft Reviewers: Open in CodeFlow