Skip to content

Releases: Dean151/ButtonKit

0.1.2

14 Jan 16:54
Compare
Choose a tag to compare

Fixed

  • ButtonConfiguration and LabelConfiguration are now public, allowing actual usage for customization

Full Changelog: 0.1.1...0.1.2

0.1.1

14 Jan 09:33
Compare
Choose a tag to compare

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

13 Jan 15:59
Compare
Choose a tag to compare

Brings:

  • ThrowableButton & AsyncButton views
  • ThrowableButtonStyle & AsyncButtonStyle protocol for customization