Skip to content

Releases: optonaut/ActiveLabel.swift

Bug fixes, improvements, and support for Email

15 Nov 17:14
36949c1
Compare
Choose a tag to compare
  • 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

13 May 12:19
dacc4cf
Compare
Choose a tag to compare
  • Support for building with Xcode 10.2 and Swift 5.0
  • Thanks to everyone who contributed to this version and made it possible with their pull requests

Support Swift 4.2 and Xcode 10

09 Oct 10:02
2463840
Compare
Choose a tag to compare
  • 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

11 Jun 14:05
a24e4c4
Compare
Choose a tag to compare
  • No more warnings! (tested by Xcode 9.4 and Swift 4.x)
  • Published on CocoaPods

update podspec version to 0.8.1

10 Jan 15:24
Compare
Choose a tag to compare

NOTE: version 0.8.0 is missing from CocoaPods, please use 0.8.1

Swift 4

15 Sep 13:08
Compare
Choose a tag to compare
Merge pull request #202 from optonaut/swift-4

Swift 4

0.7.1

24 Jan 09:14
Compare
Choose a tag to compare
  • 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

14 Oct 20:12
Compare
Choose a tag to compare

Update to Swift 3

0.6.2

05 Sep 17:03
Compare
Choose a tag to compare

Added ability to trim long urls ( #107 )

0.6.1

25 Aug 16:53
Compare
Choose a tag to compare
  • Minor change to remove the 3 characters limit for Custom Type, which was introduced in 0.6.0( #103 )