Skip to content

Releases: m1ga/ti.animation

Android 3.2.0

03 Apr 08:15
62fa08b
Compare
Choose a tag to compare
  • Update Lottie Android SDK to 3.0.3

Android 3.0.0

25 Jan 16:56
Compare
Choose a tag to compare

⚠️This is a breaking change release

  • Remove Keyframes library
  • Rename createLottieView to createAnimationView

iOS 2.0.0

10 Dec 07:20
Compare
Choose a tag to compare

⚠️This is a breaking change release

  • Remove Keyframes library
  • Update Lottie iOS to latest (2.5.2)
  • Rename createLottieView to createAnimationView

See the readme for migration details (one-liner)!

Android 2.1.1

16 Sep 17:06
Compare
Choose a tag to compare
  • bump Lottie version to 2.6.1

Android 2.1.0

25 Aug 10:28
9158445
Compare
Choose a tag to compare
  • 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

31 May 12:08
Compare
Choose a tag to compare

iOS 1.3.0

11 Feb 20:25
4356f4c
Compare
Choose a tag to compare
  • Update Lottie iOS to 2.5.0 (Changelog)
  • Deprecate addViewToLayer in favor of addViewToKeypathLayer
  • 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

iOS 1.2.0

09 Dec 09:51
Compare
Choose a tag to compare
  • Move iOS-module from iphone to ios
  • 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

Android: 2.0.0

16 Nov 18:41
4356f4c
Compare
Choose a tag to compare
  • 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

08 Sep 22:06
Compare
Choose a tag to compare
iOS 1.2.0 Beta 1 Pre-release
Pre-release
  • Refactor project, fix several layout-issues (thanks to @AndreaVitale)
  • Move iOS-module from iphone to ios
  • 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)