Skip to content

Releases: play-co/devkit-core

v2.3.1: Fixes View.localizePoint

20 Mar 22:19
Compare
Choose a tag to compare

The localizePoint function no longer ignores the top most view in the hierarchy

v2.3.0

11 Mar 22:02
Compare
Choose a tag to compare

Android plugins can now accept JSONObject arguments as the first parameter. They can also pass JSONObjects to sendRespons and have them serialized correctly.

v2.2.0: Release 2.2.0

06 Mar 09:21
@mgh mgh
Compare
Choose a tag to compare

export the native window API so native plugins can detect when
games are listening for events on the window object

import devkit.native.Window as nativeWindow;

nativeWindow.on('newListener', function (type, cb) {
  console.log("new native listener for", type);
});

window.addEventListener("devicemotion", function () { ... });

required for devkit-accelerometer v3.0.0

v2.1.3: iOS Fixes

03 Feb 22:25
Compare
Choose a tag to compare

iOS Fixes

  • Native dialogs no longer crash
  • Native dialogs call correct callbacks
  • Native dialogs handle UTF8
  • UTF8 strings retrieved from SpiderMonkey are no longer leaked

v2.1.2

03 Feb 22:26
Compare
Choose a tag to compare

iOS Fixes

  • Fix iOS UTF8 String Encoding for strings retrieved from the JS runtime

iOS 64-bit Support

03 Feb 22:26
Compare
Choose a tag to compare
v2.1.0

Bump submodules for iOS 64 bit support

Allow ecmascript5 javascript in release builds

07 Jan 23:53
Compare
Choose a tag to compare
v2.0.18

Merge pull request #14 from gameclosure/fix-update-js-compiler-to-ecm…

Windows Support

21 Nov 01:08
Compare
Choose a tag to compare

Add support for windows installs

Bug fixes for builds and offscreen canvas rendering

17 Oct 22:51
Compare
Choose a tag to compare
  • Remove jsio precompiler warnings on builds
  • Remove invalid jsio imports
  • Fix browser debug and release builds
  • Add support for offscreen canvas resizing