x.y.z Release Notes (yyyy-MM-dd)
1.1.3 Release Notes (2020-12-12)
Added
- Dark Mode support for iOS 13 and up. (#34)
Fixed
- Refined SwiftPM support to not need to touch the main sources directory.
1.1.2 Release Notes (2019-07-07)
Fixed
- An issue where the header wasn't being added to the framework. (#23)
1.1.1 Release Notes (2019-06-21)
Enhancements
- Added unit tests to check consistent initial behaviour. (#22)
- Updated the documentation in the header to match expected default values. (#22)
Fixed
- A bug where the dynamic text size would not properly restore. (#22)
1.1.0 Release Notes (2019-06-21)
Enchancements
- Added
minimumWidth
property to help with guiding external layout. (#21)
- Refactored button from Core Animation labs chat at WWDC 2019. (#20)
- Increased corner radius default value to 12.0. (#20)
- Added lower alpha value when button is set to disabled. (#15)
- Added
UIControlEventPrimaryActionTriggered
event handling for iOS 9 apps relying on that action. (#13)
- Added attributed string support to button. (#11)
Fixed
- A bug where the label's background color sometimes didn't match the button tint color. (#14)
- Renamed framework project name to fix IB render crash. (#20)
1.0.0 Release Notes (2019-04-30)