Skip to content

v0.5.0

Compare
Choose a tag to compare
@ryanlintott ryanlintott released this 06 Jun 14:38
· 18 commits to main since this release
0a5c634

Features

  • Changed swift tools version to 5.9 so that strict swift concurrency settings could easily be added.
  • Added support for strict swift concurrency. Many structs and enums are now Sendable but this means the closures in CornerCustom and custom NotchStyle are now required to be sendable as well.
  • Added support for watchOS and tvOS platforms and added them to the demo app
  • Added a privacy manifest (It's empty as we don't interact with any information or use any APIs that require it)

Updates

  • Changed AnimatablePack so it is excluded until a future version of Swift (it might work with swift 6 but it will need testing)

Bugfixes

  • Emboss and Deboss will now render correctly when Smart Invert is used.

Full Changelog: 0.4.0...0.5.0