Skip to content

Releases: danielsaidi/SwiftUIKit

5.3.0

08 Apr 15:45
Compare
Choose a tag to compare

Thanks to pnewell, SwiftUIKit now supports Catalyst.

✨ Features

  • The FetchedDataView has a new view-builder initializer.

📦 New Package

  • The TextReplacement has been deprecated and moved to a new package.
  • Check out the https://github.com/danielsaidi/TextReplacementView repo.

🗑️ Deprecations

  • The CornerRadiusStyle type has been deprecated.
  • The CustomRoundedRectangle view has been deprecated.
  • The DateFormatter init extensions have been deprecated.
  • The DispatchQueue asyncAfter extension has been deprecated.
  • The FontStyle type is no longer used and has been deprecated.
  • The JsonEncoder/Decoder date extensions have been deprecated.
  • The View any() extension should NOT be used and has been deprecated.

5.2.0

02 Apr 14:41
Compare
Choose a tag to compare

This version updates the icon, logo and build scripts.

It also adds a workaround for the FlipView rendering bug when it's placed in a List.

5.1.9

20 Mar 12:46
Compare
Choose a tag to compare

💡 Adjustment

  • FlipView now handles multiple flip directions and behaves better on iOS 17+.
  • FlipView now animates when the isFlipped binding is changed from the outside.

5.1.8

14 Mar 00:14
Compare
Choose a tag to compare

✨ Features

  • ButtonType has a new "close" type.
  • ButtonType has a new "toggleSelected" type.

5.1.7

14 Mar 00:03
Compare
Choose a tag to compare

✨ Features

  • ButtonType has a new "close" type.
  • ButtonType has a new "toggleSelected" type.

5.1.6

13 Mar 22:39
Compare
Choose a tag to compare

✨ Features

  • ButtonType has a new "save" type.

5.1.5

13 Mar 18:23
Compare
Choose a tag to compare

💡 Adjustment

  • ListActionRow now has an optional title.

5.1.4

13 Mar 13:47
Compare
Choose a tag to compare

✨ Features

  • ButtonType has a several new types.

5.1.3

12 Mar 14:44
Compare
Choose a tag to compare

✨ Features

  • ScanCode has a new rotation parameter.

5.1.2

10 Mar 15:41
Compare
Choose a tag to compare

✨ Features

  • ListAction has a new copyImage action.