Skip to content

Releases: kitecomp/kitekit

1.4

07 Feb 19:45
Compare
Choose a tag to compare

Updates the framework to Swift 4.2.

1.3

01 Jun 21:19
Compare
Choose a tag to compare
1.3

Update to support Kite Compositor v1.4 on the Mac's new features.

  • 3D Transform Layers
  • iOS Keyboard input
  • Showing / Hiding the iOS Keyboard via an Action

1.2

20 Apr 18:08
Compare
Choose a tag to compare
1.2

Update to support Kite Compositor on the Mac's new features. Page layer and page transition support. Minor bug fixes.

  • New: Adds support for loading .kite documents that use Page Layers and 'Transition to Page' actions
  • New: Adds support for documents that use 'Transition to Layer' actions
  • New: Adds support for documents that use 'Run JavaScript' actions
  • New: User-provided layer data (content in the Data inspector pane) will now be accessable via the JavaScript scripting engine with the layer.data property. You can call layer.data.get('myKey') to retrieve values.

1.0.1

20 Mar 22:06
Compare
Choose a tag to compare

KiteKit 1.0.1 release with some bug fixes:

  • Fixes a bug where those in countries that use the comma (,) for decimal seperation would not see some transform animations play correctly
  • Fixes a bug where a layer being dragged during a presentation would have it's .actions property stripped for the duration of the drag
  • Fixes a bug where a layer being dragged during a presentation would not always receive a 'mouseUp' event at the end of the drag

1.0

10 Mar 00:11
Compare
Choose a tag to compare
1.0

Initial release.