Skip to content

Releases: airbnb/lottie-ios

2.1.2 Release

30 Aug 01:38
Compare
Choose a tag to compare
  • Add accessibility support to LOTAnimatedControl and LOTAnimatedSwitch
  • Add support for iOS 10 haptic feedback for LOTAnimatedSwitch
  • Added gesture support to LOTAnimatedSwitch

2.1.1 Release

29 Aug 22:49
Compare
Choose a tag to compare

Fixed a crash with Lottie on iOS 8.1
Fixed a crash that happens on occasion with Lottie on all iOS versions.

2.1.0 Release

28 Aug 22:29
Compare
Choose a tag to compare
  • Bug fixes
  • Fixed issues with adding custom subviews to a Lottie animation

2.0.6 Release

23 Aug 18:48
Compare
Choose a tag to compare
  • Fixed a crash with remove from superview
  • Fixed a memory leak
  • Fix for negative speed times
  • Hopeful fix for animation delays

Fix for completion block crash.

15 Aug 19:29
Compare
Choose a tag to compare
  • Fixes a crash involving completion block.
  • Fix some cases when play, progress, and others time controls were performing in unexpected ways
  • Fix a bug with backgrounding animation
  • animationProgress now updates with the animation.

2.0.4 Release

15 Aug 00:09
Compare
Choose a tag to compare

Fixed bugs with play controls, pause, stop, progress
Fixed bug with RenderGroup Node that caused various rendering errors.

V 2.0.3

04 Aug 23:16
Compare
Choose a tag to compare

Added full support for Linear and Radial Gradients.
Addition of Image Cache Support
Added Logging for Keypaths
Can now set animation after initialization.

Several Bug Fixes for playing pausing.

Bug Fixes and Readme Update

03 Aug 23:38
Compare
Choose a tag to compare

Several small bug fixes for 2.0.0

Build Fixes to V2

02 Aug 23:36
Compare
Choose a tag to compare
Merge pull request #331 from airbnb/btw/lottie201

Update to fix builds

Lottie V2

02 Aug 21:56
Compare
Choose a tag to compare

Lottie Version 2!
This is a massive, api changing, update.
The entire render system has been rewritten from the ground up!
Changes include feature additions, bug fixes, and performance enhancements!

  • All new node based renderer
  • More accurate recreating of after effects files
  • Perfomance enhancements
  • Support shape winding and even odd fill rules (Can cut holes out of objects)
  • Added Support for Inverted and Subtraction masks
  • Support for Linear Gradient Fills
  • Support for polystar and polygon shapes
  • Fixed support for trim paths
  • Added animated dash support
  • Partial support for repeater layers
  • Play to frame
  • Play from frame to frame. Time masking
  • Reverse speed now works
  • Autoreverse animation works
  • Dynamically change properties and keyframes. (Color change)
  • SO MANY BUG FIXES
  • Fixed completion blocks
  • Fixed Pixelation
  • Added QR Reader to Demo App