Skip to content

Releases: Dean151/ButtonKit

0.2.1

02 Mar 23:28

Choose a tag to compare

Fixed

  • Updated Readme examples (thanks @zshannon)
  • Fixed macOS default style by reducing the size of the progress view (thanks @zshannon)

Full Changelog: 0.2.0...0.2.1

0.2.0

20 Jan 11:57

Choose a tag to compare

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

14 Jan 16:54

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

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

Choose a tag to compare

Brings:

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