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

Drop iOS 13/macOS 10.15/tvOS 13/watchOS 6 support #250

Merged
merged 7 commits into from
Sep 2, 2023
Merged

Conversation

dreampiggy
Copy link
Collaborator

@dreampiggy dreampiggy commented Dec 26, 2022

Changes

  1. Backport sources are removed
  2. Availability is changed
  3. Use StateObject instead
  4. ProgressIndicator and ActivityIndicator is removed. Use SwiftUI built-in ProgressView instead. (The WebImage().indicator(.activity) still works)

Reason

It's hard to maintain the Buggy behaviors between iOS 13/14. I have no time for UI level (this repo) maintainess.

Hope this can fix many of issues like #243

@dreampiggy dreampiggy added API API changes project Project Setting related labels Dec 26, 2022
@dreampiggy dreampiggy added this to the 3.0 milestone Dec 26, 2022
@dreampiggy dreampiggy changed the title Drop iOS 13/macOS 10.15/tvOS 13/watchOS 7 support Drop iOS 13/macOS 10.15/tvOS 13/watchOS 6 support Dec 26, 2022
Changes:
1. Backport sources are removed
2. Availability is changed
3. Use StateObject instead
@dreampiggy
Copy link
Collaborator Author

The ProgressView and style usage:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API API changes project Project Setting related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant