Releases: play-co/devkit-core
Releases · play-co/devkit-core
v2.3.1: Fixes View.localizePoint
The localizePoint function no longer ignores the top most view in the hierarchy
v2.3.0
v2.2.0: Release 2.2.0
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
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
iOS 64-bit Support
v2.1.0 Bump submodules for iOS 64 bit support
Allow ecmascript5 javascript in release builds
v2.0.18 Merge pull request #14 from gameclosure/fix-update-js-compiler-to-ecm…
Windows Support
Add support for windows installs
Bug fixes for builds and offscreen canvas rendering
- Remove jsio precompiler warnings on builds
- Remove invalid jsio imports
- Fix browser debug and release builds
- Add support for offscreen canvas resizing