Releases: danielsaidi/SwiftUIKit
Releases · danielsaidi/SwiftUIKit
5.3.0
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
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
💡 Adjustment
FlipView
now handles multiple flip directions and behaves better on iOS 17+.FlipView
now animates when theisFlipped
binding is changed from the outside.
5.1.8
✨ Features
ButtonType
has a new "close" type.ButtonType
has a new "toggleSelected" type.
5.1.7
✨ Features
ButtonType
has a new "close" type.ButtonType
has a new "toggleSelected" type.
5.1.6
✨ Features
ButtonType
has a new "save" type.
5.1.5
💡 Adjustment
ListActionRow
now has an optional title.
5.1.4
✨ Features
ButtonType
has a several new types.
5.1.3
✨ Features
ScanCode
has a newrotation
parameter.
5.1.2
✨ Features
ListAction
has a newcopyImage
action.