Releases: JetBrains/lets-plot-skia
Releases · JetBrains/lets-plot-skia
v2.1.1
[2.1.1] - 2024-12-17
Compatibility
- Android temporarily not supported due to SKIKO-761.
- Compose Multiplatform 1.7.0 and 1.7.1
- Skiko 0.8.15 and 0.8.18
- Lets-Plot Kotlin API 4.9.3
- Lets-Plot Multiplatform 4.5.2
Changed
- Kotlin version to 2.1.0
- Lets-Plot Kotlin version to 4.9.3
- Lets-Plot version to 4.5.2
v2.1.0
[2.1.0] - 2024-12-12
Compatibility
- Android temporarily not supported due to SKIKO-761.
- Compose Multiplatform 1.7.0 and 1.7.1
- Skiko 0.8.15 and 0.8.18
- Lets-Plot Kotlin API 4.9.2 (and up)
- Lets-Plot Multiplatform 4.5.1 (and up)
Added
-
Interactive links in tooltips/labels/texts [LP-1091].
See example notebook.
Changed
- Kotlin 2.0.20 and Compose multiplatform 1.7.0 support [#24].
v2.1.0-alpha1
Release v2.1.0-alpha1
v2.0.0
[2.0.0] - 2024-08-30
Dependencies
- Compose Multiplatform 1.6.10
- Skiko 0.8.4
- Lets-Plot Kotlin API 4.8.0 (and up)
- Lets-Plot Multiplatform 4.4.1 (and up)
Important
To migrate to this version, you need to update your project build script.
See examples in the lets-plot-compose-demos repository:
- Android minimal demo.
- Android median demo.
- Android animation demo.
Changed
- Kotlin 2.0.0 and Compose 1.6.10 support [#11].
v2.0.0-alpha1
Release v2.0.0-alpha1
v1.0.4
[1.0.4] - 2024-08-26
Dependencies
- Compose Multiplatform v1.6.2
- Skiko v.0.7.92
- Lets-Plot Kotlin API v.4.8.0 (and up)
- Lets-Plot Multiplatform v.4.4.1 (and up)
Note:
This build is NOT compatible with Lets-Plot v4.3.3 and earlier.
Fixed
v1.0.3
[1.0.3] - 2024-03-21
Added
- Support for round
clip-path
forcoordPolar()
. - Support for
geomCurve()
.
Changed
Dev settings were updated:
-
Gradle: v 8.6
-
Kotlin: v1.9.22
-
Android Gradle Plugin (AGP): v8.2.2 (see notes below)
-
Compose Multiplatform: v1.6.1
-
Androidx activity-compose: v1.8.2
-
Skiko: v0.7.92 (see notes below)
-
Lets-Plot Multiplatform: v4.3.0
-
Lets-Plot Kotlin API: v4.7.0
Notes:
- Minimum required JDK: 17.
- KMP is not yet compatible with AGP 8.3 and up.
- Skiko found to have issues with Android devtools (build, emulator):
- Skiko v0.7.93 and higher crashes in emulator on ARM arch.
- Skiko v0.7.98.1 crashes in emulator on x86 and AMR arch.
v1.0.2
v1.0.1
v1.0.0
[1.0.0] - 2023-10-05
Added
- Support for Android, Compose Desktop and Java Swing platforms.
- Examples in a separate GitHub repository: lets-plot-compose-demos.