TTTAttributedLabel v2.0.0 Release Notes

Release Date: 2016-05-10 // almost 8 years ago
  • ๐Ÿ’ฅ Breaking changes:

    • ๐Ÿ”„ Change extendsLinkTouchArea default to NO (#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:

    • ๐Ÿ›  Fix data detector crash when setting text to nil (#546)
    • ๐Ÿ›  Fix accessibilityElements' accessibilityFrame attribute (#458)
    • ๐Ÿš€ Use CGPathRelease instead of CFRelease
    • Reset framesetter when adjusting size for width (#393)
    • ๐Ÿ›  Fix hang due to contention between OS drawing and setText: calls

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 initializers initWithFrame: and initWithCoder: instead
    • โš  Minor fixes for Xcode 7 warnings