Skip to content

Releases: Flipboard/FLAnimatedImage

1.0.17

27 Jul 22:55
d4f07b6
Compare
Choose a tag to compare

What's Changed

  • Fix playback speed issue on 120Hz displays by @pennig in #256

New Contributors

Full Changelog: 1.0.16...1.0.17

1.0.16

27 Jul 22:04
Compare
Choose a tag to compare

What's Changed

  • Multiple code improvements (Chaoshuai [Lü] @matrush)
  • Updated Swift Package Manager support to fix unknown header issue by @benniebotha in #249

New Contributors

Full Changelog: 1.0.15...1.0.16

1.0.15

30 Jan 20:29
Compare
Choose a tag to compare
  • Release long-overdue new version including multiple small fixes (Raphael Schaad @raphaelschaad)

1.0.14

25 Sep 20:22
Compare
Choose a tag to compare
  • Allow FLAnimatedImageView instances to set accessibilityIgnoresInvertColors. The default is YES.

1.0.13

11 Sep 22:19
Compare
Choose a tag to compare
  • Smart Invert Colors support for iOS 11.

1.0.12

19 Feb 22:55
Compare
Choose a tag to compare
  • Fix crash triggered by using certain FLAnimatedImageView initializers (Tim Johnsen @timonus)
  • Fix crash when running demo project on device (Tim Johnsen @timonus)

1.0.11

17 Feb 17:44
Compare
Choose a tag to compare
  • Allow for run loop mode customization (Ignacio Romero Zurbuchen @dzenbot)
  • Add initialization flags that allow for reduced memory consumption (Tim Johnsen @timonus)
  • Crash fix (Alec Geatches @mopsled)

1.0.10

12 Dec 01:32
Compare
Choose a tag to compare
  • Optimize performance by reducing CADisplayLink callbacks (Eric Jensen @ejensen)
  • Make FLAnimatedImage automatically pause when hidden (Daniel Amitay @danielamitay)
  • Decouple FLAnimatedImage from any particular logging solution (Tim Johnsen @timonus)

1.0.9

01 Dec 22:40
Compare
Choose a tag to compare
  • Support Carthage (Quanlong He @cybertk, Alexander Grebenyuk @kean)
  • Add loop completion block (Kevin Delannoy @delannoyk)
  • Improve resilience against GIFs with corrupted frames (Tim Johnsen @timonus)
  • Disable image source decoded image caching (Aditya KD @caughtinflux)
  • Update sample project to support iOS 9 TLS (Alexander Grebenyuk @kean)
  • Update sample project to cache remote GIFs (Tim Johnsen @timonus)
  • Turn on -Wundef warning flag (Tim Johnsen @timonus)