Releases: m1ga/ti.animation
Releases · m1ga/ti.animation
Android 3.2.0
- Update Lottie Android SDK to 3.0.3
Android 3.0.0
⚠️ This is a breaking change release
- Remove Keyframes library
- Rename
createLottieView
tocreateAnimationView
iOS 2.0.0
⚠️ This is a breaking change release
- Remove Keyframes library
- Update Lottie iOS to latest (2.5.2)
- Rename
createLottieView
tocreateAnimationView
See the readme for migration details (one-liner)!
Android 2.1.1
- bump Lottie version to 2.6.1
Android 2.1.0
- update to Lottie 2.6.0-rc3
- adding addEventListener() back again (removing the update and complete callback)
- update event will pass the frame instead of time and percentage since its better to work with
- clang all files
- fixed complete-callback being called twice
- added missing autoStart/start property, so you can e.g. start it when setting listview items
Android 2.0.1
iOS 1.3.0
- Update Lottie iOS to 2.5.0 (Changelog)
- Deprecate
addViewToLayer
in favor ofaddViewToKeypathLayer
- Add more API's:
- Method:
convertRectToKeypathLayer(rect, keypathLayer)
- Method:
convertPointToKeypathLayer(point, keypathLayer)
- Method:
convertRectFromKeypathLayer(rect, keypathLayer)
- Method:
convertPointFromKeypathLayer(point, keypathLayer)
- Method:
setValueDelegateForKeyPath
- Property:
cache
[get/set] - Constants (used in
setValueDelegateForKeyPath.type
):CALLBACK_COLOR_VALUE
CALLBACK_NUMBER_VALUE
CALLBACK_POINT_VALUE
CALLBACK_SIZE_VALUE
CALLBACK_PATH_VALUE
- Method:
iOS 1.2.0
- Move iOS-module from
iphone
toios
- Add .clang-format and format all sources via unified rules
- Update Lottie iOS to latest (2.1.5)
- Update Keyframes iOS to latest
- Lottie: Parity with Android
- Added
play(startFrame, endFrame, [callback])
- Added
stop
method - Added
click
event - Added
complete
event
- Added
Android: 2.0.0
- Ti 7.0.0.GA compatibility
- lottie 2.3.1 update
- JSON property to pass a json string instead of a file
iOS 1.2.0 Beta 1
- Refactor project, fix several layout-issues (thanks to @AndreaVitale)
- Move iOS-module from
iphone
toios
- Add .clang-format and format all sources via unified rules
- Update Lottie iOS to latest (2.1.3)
- Update Keyframes iOS to latest (1.1.0)