Releases: optonaut/ActiveLabel.swift
Releases · optonaut/ActiveLabel.swift
Bug fixes, improvements, and support for Email
- Fixed intrinsicContentSize size calculation thanks to @lancheg #313
- Added email support based on the URL link thanks to @mehulmodihb #354
- Added in missing cases for new UITouchPhases, iOS 13.4 thanks to @casperson #360
- Adjust the height to zero when there's no text set thanks to @filipealva #367
Support Swift 5.0 and Xcode 10.2
- Support for building with Xcode
10.2
and Swift5.0
- Thanks to everyone who contributed to this version and made it possible with their pull requests
Support Swift 4.2 and Xcode 10
- Support for building with Xcode 10 and Swift 4.2. This version requires Xcode 10 or later with Swift 4.2 compiler.
- Special thanks @fumiyasac, @derHowie, @BalestraPatrick, and @cruisediary for their pull requests and commits which made this release possible.
- For using Swift 4.0 or older versions please use ActiveLabel.swift version 0.9.0
0.9.0
- No more warnings! (tested by Xcode 9.4 and Swift 4.x)
- Published on CocoaPods
update podspec version to 0.8.1
NOTE: version 0.8.0
is missing from CocoaPods, please use 0.8.1
Swift 4
0.7.1
- Regex caching (Sorry for that 🙏 a23081d) #114
- Different font for mention, highlight and URLs (#117) Thanks @Abdul-Moiz
- Improvements in minimum cell height (#95) Thanks @demonar
- Create
configureLinkAttribute
to be able to customize links (#128) Thanks @joshdholtz
0.7.0 - Swift 3
Update to Swift 3