Releases: danielsaidi/SwiftUIKit
Releases · danielsaidi/SwiftUIKit
5.8.0
💡 Adjustment
StorageValue
has been refactored to store an optional value.
🗑️ Deprecations
AlertContext
has been moved to https://github.com/danielsaidi/PresentationKit.ErrorAlerter
has been moved to https://github.com/danielsaidi/PresentationKit.FullScreenCoverContext
has been moved to https://github.com/danielsaidi/PresentationKit.Image+ScanCode
has been moved to https://github.com/danielsaidi/ScanCodes.LinkText
has been moved to https://github.com/danielsaidi/TextReplacements.NavigationButton
has been moved to https://github.com/danielsaidi/PresentationKit.NavigationLinkArrow
has been moved to https://github.com/danielsaidi/PresentationKit.NavigationContext
has been moved to https://github.com/danielsaidi/PresentationKit.PresentationContext
has been moved to https://github.com/danielsaidi/PresentationKit.ScanCodeType
has been moved to https://github.com/danielsaidi/ScanCodes.SheetContext
has been moved to https://github.com/danielsaidi/PresentationKit.UrlSharing
has been deprecated.
5.6.0
🗑️ Deprecations
- The
PageView
and all related types have been moved to https://github.com/danielsaidi/PageView.
5.5.0
🗑️ Deprecations
- The
FlipView
and all related types have been moved to https://github.com/danielsaidi/FlipKit.
5.4.0
🗑️ Deprecations
- The
ButtonType
has been moved to the https://github.com/danielsaidi/ButtonKit repository.
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.