Skip to content

Releases: JetBrains/skiko

Version 0.7.93

10 Feb 17:15
1d380da
Compare
Choose a tag to compare
Update skia version - m116-b54492e-3 (#871)

* Update skia version - m116-b54492e-1

* test windows

* Update skia version to m116-b54492e-3

Version 0.7.92

06 Feb 12:50
f49e746
Compare
Choose a tag to compare
Remove js/wasm events handling from skiko (almost) completely (#864)

This is first part of achieving goal of COMPOSE-891

Version 0.7.91

05 Feb 12:37
21d7a12
Compare
Choose a tag to compare
Don't try to init D3D with zero size (#858)

* Don't try to init D3D with zero size

* Pass AWT size for swap chain initialization

* Avoid reading size twice

Version 0.7.90

12 Dec 16:32
5a29cb5
Compare
Choose a tag to compare
Transparency support for D3D swap chain (#837)

* Transparency support for D3D swap chain

* Store composition objects in DirectXDevice

* Fix AWT transparent sample

Version 0.7.89.1

05 Dec 09:32
Compare
Choose a tag to compare
v0.7.89.1

Remove wasm/experimental maven repo

Version 0.7.89

27 Nov 14:01
3aa3db3
Compare
Choose a tag to compare
Make tests pass with debug build (#833)

* remove unused param and fix incorrect signature

* in debug mode skia enables trivial_abi

related skia change:
https://github.com/JetBrains/skia/commit/3cd41698078075347badbeb64e546d8539c29ff8

* make paragraph tests pass with skiko.debug

* extract clone break iterator into separate test

it crashes with skiko.debug=true

* set matrices instead of pointers

before that it was failed with assert in debug mode

set matrices instead of pointers JS/Native

* remove unused function it was leading to wrong overload resolution and crash

* fix quality level in png encoding/decoding

* fail tests before they crash

* skip `breakIteratorCloneTest` with Js target

Version 0.7.85.4

15 Nov 20:04
Compare
Choose a tag to compare
Fix problem with conversion of Kotlin String to C char * (#827)

(cherry picked from commit ec8405918378213a0e64cc0b3605ac3329fb903b)

Version 0.7.88

10 Nov 19:35
ec84059
Compare
Choose a tag to compare
v0.7.88

Fix problem with conversion of Kotlin String to C char * (#827)

Version 0.7.87

08 Nov 17:55
5825d5c
Compare
Choose a tag to compare
don't crash an app if we got empty run during text shaping (#821)

* don't crash an app if we got empty run during text shaping

* on windows and linux it may produce some glyph

Version 0.7.86

07 Nov 13:27
4217f64
Compare
Choose a tag to compare
Pavel.sergeev/set skia m116 (#808)

* update bindings according to skia-m116

* we don't have `ubuntu` suffix in skia artifacts anymore

* fix compilation on windows

* ignore the test because it was failing before

* fix windows compilation

* avgCharWidth is 0f on windows