Releases: tobihagemann/THLabel
Releases · tobihagemann/THLabel
1.4.10
1.4.9
- Fixed warnings and showing incorrect fonts on iOS 13, kudos to @sochalewski.
1.4.8
- Fixed memory related crash.
1.4.7
- Set maximum width to preferredMaxLayoutWidth for intrinsicContentSize.
- Fixed warning.
1.4.6
- Removed support for IB_DESIGNABLE and IBInspectable, until it doesn't cause problems with CocoaPods. Please us
ibdesignable
branch, if you're interested in this feature and not using CocoaPods. - Fixed bug regarding gradients introduced in last version.
1.4.5
- Added support for IB_DESIGNABLE and IBInspectable, only available with Xcode 6.
- Added lineSpacing property.
1.4.4
- Fixed memory leak.
1.4.3
- Forcing clipsToBounds to YES, because of potential drawing issues.
1.4.2
- Fixed unexpected truncation on iOS device.
1.4.1
- Fixed crash, when text is nil.