Skip to content

2.0.0

Latest
Compare
Choose a tag to compare
@segiddins segiddins released this 10 May 02:49
· 19 commits to master since this release
fe0d562

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