Skip to content

Commit ef2e7fd

Browse files
committed
Upgrade LP, LPK versions.
1 parent 2291f52 commit ef2e7fd

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

future_changes.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
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

@@ -25,7 +27,6 @@
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)]

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
3535
skiko.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

4040
nexusStaging.version=0.30.0
4141
nexusPublish.version=1.3.0

0 commit comments

Comments
 (0)