-
-
Notifications
You must be signed in to change notification settings - Fork 84
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
Update Minimum Deployment Target to iOS 14 (Dropping iOS 13 Support) #44
Conversation
Caution Review failedThe pull request is closed. WalkthroughThe updates in this release of the VisualEffectView project reflect a significant shift in focus towards supporting newer iOS versions, specifically dropping support for iOS 13. Key changes include the removal of certain properties and availability annotations, streamlining the functionality of visual effects, and enhancing the clarity of code. Additionally, the version number has been updated to 5.0.0, aligning the project with contemporary development practices. Changes
Possibly related issues
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
Description
This Pull Request updates the minimum deployment target of the framework to iOS 14, thereby dropping support for iOS 13. The following changes have been implemented:
Impact
Summary by CodeRabbit
New Features
requestedValues
property for greater flexibility in utilizing visual effects.Bug Fixes
colorTint
,colorTintAlpha
, andblurRadius
, improving clarity and maintainability.Documentation
README.md
to reflect updated supported iOS versions, consolidating requirements to only support iOS 14.0 and above.Chores