Releases: airbnb/lottie-ios
3.0.2 Release
- Fix for crash with using AnimationView in a Storyboard
- Fixed a bug with Trim Paths
- Fixed a bug with AnimatedSwitch
- Added support for Base64 images encoded into the JSON
- Added support for setting animation to nil
- Added a fix for adding custom views to animation
- Added a fix that would cause animation to not play if play was called before the animation had moved to the window.
3.0.1 Release Swift 4.2
This release adds a few small bug fixes and upgrades the project to Swift 4.2
Initial Swift Release
Lottie 3.0 Release Notes
Lottie 3.0 is a complete rewrite of Lottie in Swift 4.0! Read More Here
In addition to completely rebuilding the entire animation engine, several new features have been added.
Please Note that the Api and Class names have changed slightly. (No more LOT prefix).
- New documentation fully covers Lottie API.
- Text Rendering (No Glyphs) now supported
- Gradient Stroke now supported
- Individual Trim paths now supported
- Alpha inverted masks now supprted
- Marker support
- Skew now supported
- Fully support all UIView content modes
- New api for dynamic properties.
- Animation now fully supports
Codable
. You can decode and encode JSON data. - Animated Button component
- New more flexible ImageProvider
- Play animations in their native framerate
- Read animation progress in realtime
- Spatial Interpolation now more accurate
- Added API for getting animation properties
- Rewritten render system, fixing many bugs.
- JSON Decoding supports Default values
- JSON Coding unit testing
- Trim paths are now more accurate
- Bug fixes, bug fixes, bug fixes.
Final Objective-C Release
Some minor bug fixes.
Please note this is the FINAL Objective-C release of Lottie.
Moving forward Lottie will be in Swift.
2.5.2 Release
-Various bug fixes from the community
-Fixed a bug that prevented a playing animation from resuming after the application was backgrounded.
2.5.1 Release
Various bug fixes and pull requests from the community
- Fixed a bug with backgrounding the app stopping animation
2.5.0 Major Update
Huge update to Lottie!
-
Adds a new API for dynamically changing animation properties at run time:
Docs http://airbnb.io/lottie/ios/dynamic.html
Tutotial http://airbnb.io/lottie/ios/dynamic_properties.html -
Adds a new api for adding arbitrary subviews and geometry conversions:
http://airbnb.io/lottie/ios/addsubviews.html -
Adds support for time remapping
-
Several Bug fixes
NOTE:
The old api for changing keyframes and adding subviews has been deprecated. Please move to the new system. The methods will be removed in a future version.
2.1.5 Release
- Various Bug Fixes
- Xcode 8 Build Error
- Pause animation when leaving screen
- Web Thread Crash
- Animated Control Update
Lottie 2.1.4
Various Bug Fixes
2.1.3 Release
Add accessibility support to LOTAnimatedControl and LOTAnimatedSwitch
Add support for iOS 10 haptic feedback for LOTAnimatedSwitch
Added gesture support to LOTAnimatedSwitch