File tree Expand file tree Collapse file tree 2 files changed +26
-12
lines changed
Expand file tree Collapse file tree 2 files changed +26
-12
lines changed Original file line number Diff line number Diff line change 1- ## [ 2.2.2 ] - 2025-mm-dd
1+ ## [ 3.0.0 ] - 2025-mm-dd
22
33### Compatibility
44
5- - [ Android] ( https://developer.android.com/compose ) ** temporarily not supported due to [ SKIKO-761] ( https://youtrack.jetbrains.com/issue/SKIKO-761 ) .**
6- - [ Compose Multiplatform] ( https://github.com/JetBrains/compose-multiplatform ) 1.7.0-1.7.3
7- - [ Skiko] ( https://github.com/JetBrains/skiko ) 0.8.15 and 0.8.18
8- - [ Lets-Plot Kotlin API] ( https://github.com/JetBrains/lets-plot-kotlin ) 4.10.0
9- - [ Lets-Plot Multiplatform] ( https://github.com/JetBrains/lets-plot ) 4.6.2
5+ - [ Compose Multiplatform] ( https://github.com/JetBrains/compose-multiplatform ) 1.8.2
6+ - [ Skiko] ( https://github.com/JetBrains/skiko ) 0.9.4.2
7+ - [ Lets-Plot Kotlin API] ( https://github.com/JetBrains/lets-plot-kotlin ) 4.11.1
8+ - [ Lets-Plot Multiplatform] ( https://github.com/JetBrains/lets-plot ) 4.7.2
109
1110### Added
1211
1312### Changed
13+
14+ #### Android
15+
16+ - Removed dependency on Skiko.
17+ -
18+
19+ #### Desktop
20+
21+ - Pure compose implementation.
22+ - The following artifacts are no longer published:
23+ - ` platf-skia-awt `
24+ - ` lets-plot-swing-skia `
1425
1526### Fixed
27+
28+ - When zooming the page with the mouse, a black layer appears when refreshing [[ #12 ] ( https://github.com/JetBrains/lets-plot-skia/issues/12 )]
29+ - (???) Error when running ggsave [[ #30 ] ( https://github.com/JetBrains/lets-plot-skia/issues/30 )]
30+ - When using a dark theme, white lines appear on the sides of the plot [[ #37 ] ( https://github.com/JetBrains/lets-plot-skia/issues/37 )]
31+ - Plot rendering issues when switching between tabs in the tabbed pane [[ #38 ] ( https://github.com/JetBrains/lets-plot-skia/issues/38 )]
32+ - Display problem of lets-plot-skia when switching pages [[ #42 ] ( https://github.com/JetBrains/lets-plot-skia/issues/42 )]
Original file line number Diff line number Diff line change @@ -29,9 +29,11 @@ androidx.activity.compose=1.10.1
2929
3030# KMP is not compatible with AGP 8.3 yet.
3131compose.version =1.8.2
32+ # Skiko version should be compatible with Compose version
33+ # Check skiko in the Compose version here (change the version in the URL as needed):
34+ # https://repo1.maven.org/maven2/org/jetbrains/compose/ui/ui-desktop/1.8.2/ui-desktop-1.8.2.pom
3235skiko.version =0.9.4.2
3336
34-
3537letsPlot.version =4.7.2
3638letsPlotKotlin.version =4.11.1
3739
@@ -42,8 +44,3 @@ kotlinLogging.version=2.0.5
4244assertj.version =3.12.2
4345junit.version =1.1.5
4446espresso.core.version =3.5.1
45-
46- # ------- SKIKO -------
47- # Skiko version should be compatible with Compose version
48- # Check skiko in the Compose version here (change the version in the URL if needed):
49- # https://repo1.maven.org/maven2/org/jetbrains/compose/ui/ui-desktop/1.6.10/ui-desktop-1.6.10.pom
You can’t perform that action at this time.
0 commit comments