Releases: Dean151/ButtonKit
Releases · Dean151/ButtonKit
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
disabledWhenLoading
modifier - Added
allowsHitTestingWhenLoading
modifier
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