Releases: airbnb/lottie-ios
Releases · airbnb/lottie-ios
2.1.2 Release
- 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
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
- Bug fixes
- Fixed issues with adding custom subviews to a Lottie animation
- Added Convenience initializers to LOTComposition
LOTCompositions can now be easily initialized and set on a pre-existing LOTAnimationView - Added Interactive LOTAnimatedControl and LOTAnimatedSwitch
New animated toggle switches and buttons! Check out the api here
https://github.com/airbnb/lottie-ios#animated-controls-and-switches
2.0.6 Release
- 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.
- 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
Fixed bugs with play controls, pause, stop, progress
Fixed bug with RenderGroup Node that caused various rendering errors.
V 2.0.3
Bug Fixes and Readme Update
Several small bug fixes for 2.0.0
Build Fixes to V2
Merge pull request #331 from airbnb/btw/lottie201 Update to fix builds
Lottie V2
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