Skip to content

Releases: JetBrains/skiko

Version 0.7.69

18 Jul 16:55
1afda4d
Compare
Choose a tag to compare
v0.7.69

Fix dynamic framework support and fix binary compatibility of SkikoUI…

Version 0.7.68

06 Jul 17:02
dda594a
Compare
Choose a tag to compare
v0.7.68

iOS Remove workaround with ObjectiveC protocol. Simplify SkikoUIView.…

Version 0.7.67

30 Jun 09:22
da45eaa
Compare
Choose a tag to compare
v0.7.67

Add `configureSignAndPublishDependencies` to make sign tasks work wit…

Version 0.7.63

31 May 13:59
328d5e5
Compare
Choose a tag to compare
v0.7.63

Update kotlin version - 1.8.20 (#716)

Version 0.7.61

02 May 10:42
778bfb4
Compare
Choose a tag to compare
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

20 Apr 14:51
c959b36
Compare
Choose a tag to compare
v0.7.60

Use background layer size and position for CALayer; make default logg…

Version 0.7.59

19 Apr 09:18
8b73b67
Compare
Choose a tag to compare
v0.7.59

Fix FullscreenAdapter to be independent of the order of its listener …

Version 0.7.58

04 Apr 11:05
66c5e2b
Compare
Choose a tag to compare
v0.7.58

fix iOS pointer event timestamp (#685)

Version 0.7.57

29 Mar 15:07
e825dd0
Compare
Choose a tag to compare
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

27 Mar 15:09
db11bf1
Compare
Choose a tag to compare
v0.7.56

UIKit interop touches (#682)