Releases: JetBrains/skiko
Releases · JetBrains/skiko
Version 0.7.69
v0.7.69 Fix dynamic framework support and fix binary compatibility of SkikoUI…
Version 0.7.68
v0.7.68 iOS Remove workaround with ObjectiveC protocol. Simplify SkikoUIView.…
Version 0.7.67
v0.7.67 Add `configureSignAndPublishDependencies` to make sign tasks work wit…
Version 0.7.63
v0.7.63 Update kotlin version - 1.8.20 (#716)
Version 0.7.61
Update docker linux with emscripten (#697) * Update docker linux-emscripten-amd64 Install necessary libs + update emcc 3.1.35 * Update Dockerfile
Version 0.7.60
v0.7.60 Use background layer size and position for CALayer; make default logg…
Version 0.7.59
v0.7.59 Fix FullscreenAdapter to be independent of the order of its listener …
Version 0.7.58
v0.7.58 fix iOS pointer event timestamp (#685)
Version 0.7.57
Implement multitouch (#681) 1. Remove SkikoTouchEvent, we send all pointer events as SkikoPointerEvent now. 2. Add SkikoPointerEvent.Pointer that represents a separate touch/mouse 3. Implement multitouch for iOS/Android
Version 0.7.56
v0.7.56 UIKit interop touches (#682)