Skip to content

5.0.0

Latest
Compare
Choose a tag to compare
@danielsaidi danielsaidi released this 06 Oct 11:58
· 1 commit to main since this release

This verison makes SwiftUIKit use Swift 6.

Due to the strict concurrency enforcement, this involves some breaking changes.

If some of the changes made are too strict for you, feel free to open a GitHub issue to discuss it.

🚨 Breaking Changes

  • This version renames the master branch to main.
  • All previously deprecated code has been removed.
  • All static style and configurations are now computed properties.
  • Some classes apply @MainActor to properly handle mutable state.
  • ImageCache.shared has been removed.
  • ImageService.default has been removed.
  • KeychainWrapper.shared has been removed.
  • URLOpener has been removed, since there now are native alternatives.
  • View+Geometry has been removed.