Releases: danielsaidi/SwiftUIKit
Releases · danielsaidi/SwiftUIKit
5.9.3
5.9.2
This version improves the list header and footer rendering.
5.9.1
This version improves the plain list content capabilities of the SDK.
✨ Features
PlainListContent
is a wrapper that removes any list decorations from a view.ListHeader
andListFooter
arePlainListContent
wrappers that perform header/footer specific adjustments.
5.9.0
This version deprecates progress types, since a native Gauge
can be used instead.
✨ Features
Date
has a new calendar-based comparison extensions.
🗑️ Deprecations
Calendar
extensions have been deprecated.CircularProgressBar
has been deprecated.LinearProgressBar
has been deprecated.Pasteboard
has been deprecated.SystemFont
types have been moved to https://github.com/danielsaidi/PickerKit.
5.8.4
This version updates deprecation information for presentation types.
5.8.3
This version deprecates list action types.
💡 Adjustment
ListAction
has been adjusted to compile in Xcode 26.
🗑️ Deprecations
ListAction
has been moved to https://github.com/danielsaidi/StandardButtons.ListActionRow
has been deprecated.
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
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.