Releases: TimOliver/TORoundedButton
Releases · TimOliver/TORoundedButton
v2.1.0
Compare
Sorry, something went wrong.
No results found
Added
Re-added the minimumWidth property, now including the horizontal contentInset padding, to help external layout systems size the button around its content.
Fixed
An issue where the title label could wrap onto two lines after sizeToFit was called against an already-narrow frame.
v2.0.0
Compare
Sorry, something went wrong.
No results found
Enhancements
Added backgroundStyle property to control the visual style of the buttom.
Added Liquid Glass variant of the button, which is now the default on iOS 26.
v1.2.1
Compare
Sorry, something went wrong.
No results found
Fixed
Tint color peridoically resets itself when translucency is enabled. (#50 )
v1.2.0
Compare
Sorry, something went wrong.
No results found
Added
A delegate property to receive tap events for the button where delegates are preferred over blocks. (#46 )
An isTranslucent property (and a blurStyle property) that replaces the background of buttons from a solid color to a blurred background. (#45 )
A contentView property to enable adding custom view content to buttons. (#44 )
sizeToFit and sizeThatFits: methods to allow automatic sizing of buttons around their content. (#44 )
Fixed
Re-calculating the darker tap color when moving between light and dark mode. (#34 )
Changed the tap-down animation to always use a fluid zoom animation. (#35 )
A broken symlink reference in the SPM integration. (#48 )
v1.1.3
Compare
Sorry, something went wrong.
No results found
XD-CI
released this
12 Dec 08:06
Added
Dark Mode support for iOS 13 and up. (#34 )
Fixed
Refined SwiftPM support to not need to touch the main sources directory.
v1.1.2
Compare
Sorry, something went wrong.
No results found
XD-CI
released this
07 Jul 14:40
Fixed
An issue where the header wasn't being added to the framework. (#23 )
v1.1.1
Compare
Sorry, something went wrong.
No results found
XD-CI
released this
21 Jun 02:11
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 )
v1.1.0
Compare
Sorry, something went wrong.
No results found
XD-CI
released this
21 Jun 01:39
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 )
v1.0.0
Compare
Sorry, something went wrong.
No results found
XD-CI
released this
30 Apr 16:56