Skip to content

Releases: JetBrains/skiko

Version 0.7.55

22 Mar 09:36
20cd028
Compare
Choose a tag to compare
v0.7.55

Hide the Metal layer when the SkiaLayer becomes hidden. (#677)

Version 0.7.54

09 Mar 16:19
befd7f0
Compare
Choose a tag to compare
v0.7.54

UIKit interop (#668)

Version 0.7.53

06 Mar 18:08
befd7f0
Compare
Choose a tag to compare
v0.7.53

UIKit interop (#668)

Version 0.7.52

23 Feb 15:32
bb96b1f
Compare
Choose a tag to compare
prevent usage of dangling pointer to `MetalDevice` (#666)

* prevent usage of dangling pointer to `MetalDevice`

MetalRedrawer may be disposed during update which leads to use after free

* add test and comment

Version 0.7.51

10 Feb 19:36
fed511e
Compare
Choose a tag to compare
Add test in jvm for SVGCanvas and fix SVGCanvas native parts (#660)

Co-authored-by: Steyn Geldenhuys <[email protected]>

Version 0.7.50

23 Jan 21:01
5d57f3d
Compare
Choose a tag to compare
Update gradle to 7.6 and repositories (#651)

* Use gradle 7.6

* add plugin repositories

* add plugin repositories

Version 0.0.7.44.2

10 Jan 17:31
Compare
Choose a tag to compare
v0.0.7.44.2

use kotlin 1.8.0

Version 0.7.44

15 Dec 11:30
a15632c
Compare
Choose a tag to compare
Fix shaper segfault (#633)

* `managedString` might be inlined and garbage collected before the beginning of JNI call

* add other missed `reachabilityBarrier`s

Version 0.7.42

29 Nov 19:14
42fd44d
Compare
Choose a tag to compare
update info about dpi event if we came from `frameDispatcher` (#620)

* update info about dpi-scale also on hardware layer paint

* `checkContentScale` on both of paints and on `update`

do not try to sync size if scale don't changed because it acquires draw lock

* remove misleading comment

Version 0.7.41

21 Nov 22:03
0048f34
Compare
Choose a tag to compare
Adapter exclusion (#617)

* allow to specify platform for adapter exclusion

* allow patterns in `not-supported-adapters.list`

* FL-16182 disable opengl on virgl

* encode list of excluded videocards in kotlin instead of resource file

by some reason loading resource file took about ~30-40ms