Releases: cbpowell/MarqueeLabel
Releases · cbpowell/MarqueeLabel
v3.0.2: Swift 3.1 Compatibility
- [Swift] Changed all of one item to bring MarqueeLabel in line with Swift 3.1 (fixes #179)
v3.0.1: But wait there's more!
- [Swift] Fixes access level for
labelWillBeginScrollandlabelReturnedToHomefunctions - [Common] Makes
animationDurationproperty accessible as read-only. Useful for calculations about scroll times.
Extras
But it also adds an Extras folder to the repo! The Extras folder will become a collection of subclasses, extensions, and modifications for MarqueeLabel to implement various functionality that has been requested or suggested, but not merged into the MarqueeLabel code.
v3.0.0: Swift 3.0!
- [Swift] Fittingly, release 3.0.0 provides support for Swift 3.0
- [Swift] Drops support for Swift 2.2 and 2.3, although release 2.8 is feature-identical as of right now and does support 2.2/2.3. A 2.8 branch will be added if there are any important bug fixes to the 2.8.x series.
- [Obj-C] Supports the iOS 10.0 SDK (added in 2.8.0)
v2.8.0: iOS 10.0 and Swift 2.3 support
- Adds support for the iOS 10.0 SDK
- Adds support Swift 2.3, hopefully keeping backwards compatibility to Swift 2.2
- Adds support for the
tintColorproperty, which should also support using vibrancy effects (see #154)
v2.7.10: Fix memory leak
v2.7.9: Better label size comparison
v2.7.8: More fade fixes
- [Obj-C] Fixes an issue where the label would appear completely blank (missed in release 2.7.7)
v2.7.7: Fade fixes
v2.7.6: Scrolling performance
v2.7.4: Updates to Carthage
- Renames the "MarqueeLabelTV" framework to the "MarqueeLabel" framework (albeit for tvOS)
- Fixes the MarqueeLabelTV framework scheme deployment target
Thanks @toshi0383! (see #138)