File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 11## [ 3.0.0] - 2025-mm-dd
22
33### Compatibility
4+
5+ All artifacts were built with the following versions of dependencies:
6+ - Compose Multiplatform : [ 1.8.2] ( https://github.com/JetBrains/compose-multiplatform/releases/tag/v1.8.2 )
7+ - Lets-Plot Kotlin API : [ 4.11.2] ( https://github.com/JetBrains/lets-plot-kotlin/releases/tag/v4.11.2 )
8+ - Lets-Plot Multiplatform : [ 4.7.3] ( https://github.com/JetBrains/lets-plot/releases/tag/v4.7.3 )
49
5- - [ Compose Multiplatform] ( https://github.com/JetBrains/compose-multiplatform ) 1.8.2
6- - [ Lets-Plot Kotlin API] ( https://github.com/JetBrains/lets-plot-kotlin ) 4.11.1
7- - [ Lets-Plot Multiplatform] ( https://github.com/JetBrains/lets-plot ) 4.7.2
810
911### Added
1012
2527### Fixed
2628
2729- When zooming the page with the mouse, a black layer appears when refreshing [[ #12 ] ( https://github.com/JetBrains/lets-plot-skia/issues/12 )]
28- - (???) Error when running ggsave [[ #30 ] ( https://github.com/JetBrains/lets-plot-skia/issues/30 )]
2930- When using a dark theme, white lines appear on the sides of the plot [[ #37 ] ( https://github.com/JetBrains/lets-plot-skia/issues/37 )]
3031- Plot rendering issues when switching between tabs in the tabbed pane [[ #38 ] ( https://github.com/JetBrains/lets-plot-skia/issues/38 )]
3132- 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 @@ -34,8 +34,8 @@ compose.version=1.8.2
3434# https://repo1.maven.org/maven2/org/jetbrains/compose/ui/ui-desktop/1.8.2/ui-desktop-1.8.2.pom
3535skiko.version =0.9.4.2
3636
37- letsPlot.version =4.7.2
38- letsPlotKotlin.version =4.11.1
37+ letsPlot.version =4.7.3
38+ letsPlotKotlin.version =4.11.2
3939
4040nexusStaging.version =0.30.0
4141nexusPublish.version =1.3.0
You can’t perform that action at this time.
0 commit comments