TTTAttributedLabel v2.0.0 Release Notes
Release Date: 2016-05-10 // almost 7 years ago-
๐ฅ Breaking changes:
- ๐ Change
extendsLinkTouchArea
default toNO
(#551) - ๐ Bumped the minimum iOS deployment target to 8.0
- โ Removed all deprecated methods
๐ Features:
- โ Add
NSAttributes
support for links (#549) - ๐ฆ Expose
-[TTTAttributedLabel linkAtPoint:]
to help with 3D Touch peeking - โ Add tvOS support
- โ Addressed all warnings
๐ Bug fixes:
- ๐ Change
Previous changes from v1.13.4
-
- ๐ Carthage support!
- ๐ Fixed some issues where label width is greater than text width #527
- ๐ Fixed line drawing xOffset #528
- Accessibility link range sanity checking #533
- Label sizing considers attributed truncation token, if any #491
- Marked
init
initializer as unavailable. Use the designated initializersinitWithFrame:
andinitWithCoder:
instead - โ Minor fixes for Xcode 7 warnings