Releases: danielsaidi/SwiftUIKit
5.1.6
✨ Features
ButtonTypehas a new "save" type.
5.1.5
💡 Adjustment
ListActionRownow has an optional title.
5.1.4
✨ Features
ButtonTypehas a several new types.
5.1.3
✨ Features
ScanCodehas a newrotationparameter.
5.1.2
✨ Features
ListActionhas a newcopyImageaction.
5.1.1
✨ Features
StandardButtonTypehas been promoted to a top-level type.Viewhas a newStandardButtonType-based.keyboardShortcutmodifier.
5.1.0
✨ Features
StandardButtonTypehas been promoted to a top-level type.Viewhas a newStandardButtonType-based.keyboardShortcutmodifier.
5.0.3
This patch makes the ImageCache initializer public.
5.0.2
This patch updates LinkText to work with Swift 6, after a post 5.0 Swift concurrency change made it stop compiling.
However, since the complexity of the old LinkText implementation couldn't be ported to strict concurrency, the new implementation has breaking changes, and uses plain Markdown for its rendering, which reduces the capability of the component.
As a positive side-effect of this change, LinkText can now be used on all platforms.
✨ Features
LinkTextcan now be used on all platforms.View+Conditionalshas a newsearchable(if:...)variant.
💡 Behavior changes
TextFieldClearButtonnow performs some actions asMainActor.
🚨 Breaking Changes
LinkTexthas been reimplemented in Markdown, and has fewer capabilities than before.
5.0.1
This patch updates LinkText to work with Swift 6, after a post 5.0 Swift concurrency change made it stop compiling.
However, since the complexity of the old LinkText implementation couldn't be ported to strict concurrency, the new implementation has breaking changes, and uses plain Markdown for its rendering, which reduces the capability of the component.
As a positive side-effect of this change, LinkText can now be used on all platforms.
✨ Features
LinkTextcan now be used on all platforms.View+Conditionalshas a newsearchable(if:...)variant.
💡 Behavior changes
TextFieldClearButtonnow performs some actions asMainActor.
🚨 Breaking Changes
LinkTexthas been reimplemented in Markdown, and has fewer capabilities than before.