Releases: danielsaidi/SwiftUIKit
Releases · danielsaidi/SwiftUIKit
5.8.2
This version disables Swift package flags for framework usage.
5.8.1
This version enables Swift package flags to catch more errors.
This makes it easier to prepare SwiftUIKit for framework usage.
5.8.0
💡 Adjustment
StorageValuehas been refactored to store an optional value.
🗑️ Deprecations
AlertContexthas been moved to https://github.com/danielsaidi/PresentationKit.ErrorAlerterhas been moved to https://github.com/danielsaidi/PresentationKit.FullScreenCoverContexthas been moved to https://github.com/danielsaidi/PresentationKit.Image+ScanCodehas been moved to https://github.com/danielsaidi/ScanCodes.LinkTexthas been moved to https://github.com/danielsaidi/TextReplacements.NavigationButtonhas been moved to https://github.com/danielsaidi/PresentationKit.NavigationLinkArrowhas been moved to https://github.com/danielsaidi/PresentationKit.NavigationContexthas been moved to https://github.com/danielsaidi/PresentationKit.PresentationContexthas been moved to https://github.com/danielsaidi/PresentationKit.ScanCodeTypehas been moved to https://github.com/danielsaidi/ScanCodes.SheetContexthas been moved to https://github.com/danielsaidi/PresentationKit.UrlSharinghas been deprecated.
5.6.0
🗑️ Deprecations
- The
PageViewand all related types have been moved to https://github.com/danielsaidi/PageView.
5.5.0
🗑️ Deprecations
- The
FlipViewand all related types have been moved to https://github.com/danielsaidi/FlipKit.
5.4.0
🗑️ Deprecations
- The
ButtonTypehas been moved to the https://github.com/danielsaidi/ButtonKit repository.
5.3.0
Thanks to pnewell, SwiftUIKit now supports Catalyst.
✨ Features
- The
FetchedDataViewhas a new view-builder initializer.
📦 New Package
- The
TextReplacementhas been deprecated and moved to a new package. - Check out the
https://github.com/danielsaidi/TextReplacementViewrepo.
🗑️ Deprecations
- The
CornerRadiusStyletype has been deprecated. - The
CustomRoundedRectangleview has been deprecated. - The
DateFormatterinit extensions have been deprecated. - The
DispatchQueueasyncAfterextension has been deprecated. - The
FontStyletype is no longer used and has been deprecated. - The
JsonEncoder/Decoderdate extensions have been deprecated. - The
Viewany()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
FlipViewnow handles multiple flip directions and behaves better on iOS 17+.FlipViewnow animates when theisFlippedbinding is changed from the outside.
5.1.8
✨ Features
ButtonTypehas a new "close" type.ButtonTypehas a new "toggleSelected" type.