Skip to content

Releases: cbpowell/MarqueeLabel

v3.0.2: Swift 3.1 Compatibility

13 Apr 00:14

Choose a tag to compare

  • [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!

25 Oct 00:55

Choose a tag to compare

  • [Swift] Fixes access level for labelWillBeginScroll and labelReturnedToHome functions
  • [Common] Makes animationDuration property 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!

08 Oct 18:21

Choose a tag to compare

  • [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

15 Sep 20:25

Choose a tag to compare

  • 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 tintColor property, which should also support using vibrancy effects (see #154)

v2.7.10: Fix memory leak

14 Sep 04:01

Choose a tag to compare

  • [Common] Fixes a memory leak related to the animation completion block that would prevent MarqueeLabels from being dealloc'd - big thanks to @wujichao! (See PR #156)

v2.7.9: Better label size comparison

14 Sep 03:53

Choose a tag to compare

  • [Common] Avoids exact comparison between label size and frame sizes (as float type), to prevent float precision issues. Fixes #151 - thanks @mrezk!

v2.7.8: More fade fixes

09 Jul 23:11

Choose a tag to compare

  • [Obj-C] Fixes an issue where the label would appear completely blank (missed in release 2.7.7)

v2.7.7: Fade fixes

09 Jul 22:16

Choose a tag to compare

  • [Common] Fixes an issue where resizing MarqueeLabel could result in a blank/empty view (ref #146, thanks @alpi and @Foddy!)
  • [Common] Fixes an issue where edge fades would be present when labelized or when the label is too short to scroll

v2.7.6: Scrolling performance

25 Jun 22:20

Choose a tag to compare

  • [ObjC] Improved scrolling performance when used in UITableView/UICollectionView scrolling (see PR #141, thanks @JW97!)
  • [ObjC] Makes MarqueeLabel.h a public header file (see PR #142, thanks @dillan!)

v2.7.4: Updates to Carthage

05 May 02:18

Choose a tag to compare

  • Renames the "MarqueeLabelTV" framework to the "MarqueeLabel" framework (albeit for tvOS)
  • Fixes the MarqueeLabelTV framework scheme deployment target

Thanks @toshi0383! (see #138)