Releases: Dean151/ButtonKit
Releases · Dean151/ButtonKit
0.2.1
0.2.0
New features
- Added asyncButtonTaskStarted, asyncButtonTaskEnded and asyncButtonTaskChanged modifier to access the underlying AsyncButton task when required
Breaking changes
- Deprecated AsyncStyle initializer with a disabledWhenLoading parameter have been removed. Use disabledWhenLoading modifier instead.
Full Changelog: 0.1.2...0.2.0
0.1.2
Fixed
- ButtonConfiguration and LabelConfiguration are now public, allowing actual usage for customization
Full Changelog: 0.1.1...0.1.2
0.1.1
New features
- Added
disabledWhenLoadingmodifier - Added
allowsHitTestingWhenLoadingmodifier
Deprecations
- Deprecated AsyncStyle initializer with a disabledWhenLoading parameter. Use disabledWhenLoading instead
Breaking changes
- Async button where not hit testable when loading. Now they are. But no new event will trigger when pressing them during a loading
- Some async button style where disabled when loading by default. Now they aren't anymore. But no new event will trigger when pressing them during a loading
Full Changelog: 0.1.0...0.1.1
Initial release
Brings:
- ThrowableButton & AsyncButton views
- ThrowableButtonStyle & AsyncButtonStyle protocol for customization