File tree Expand file tree Collapse file tree 4 files changed +24
-4
lines changed Expand file tree Collapse file tree 4 files changed +24
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,27 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) , and this project adheres
66to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) . All scales should have the 'format' parameter.
77
8+ ## [ 2.2.0] - 2025-03-31
9+
10+ ### Compatibility
11+
12+ - [ Android] ( https://developer.android.com/compose ) ** temporarily not supported due to [ SKIKO-761] ( https://youtrack.jetbrains.com/issue/SKIKO-761 ) .**
13+ - [ Compose Multiplatform] ( https://github.com/JetBrains/compose-multiplatform ) 1.7.0-1.7.3
14+ - [ Skiko] ( https://github.com/JetBrains/skiko ) 0.8.15 and 0.8.18
15+ - [ Lets-Plot Kotlin API] ( https://github.com/JetBrains/lets-plot-kotlin ) 4.10.0
16+ - [ Lets-Plot Multiplatform] ( https://github.com/JetBrains/lets-plot ) 4.6.2
17+
18+ ### Added
19+
20+ - ` ggtb() ` support (Desktop)
21+
22+ ### Changed
23+
24+ - Lets-Plot Kotlin version to 4.10.0
25+ - Lets-Plot version to 4.6.2
26+ - Reduced flickering when resizing the plot window.
27+
28+
829## [ 2.1.1] - 2024-12-17
930
1031### Compatibility
Original file line number Diff line number Diff line change @@ -103,4 +103,4 @@ Please make sure you read it.
103103
104104Code and documentation released under
105105the [ MIT license] ( https://github.com/JetBrains/lets-plot-skia/blob/master/LICENSE ) .
106- Copyright © 2023-2024 , JetBrains s.r.o.
106+ Copyright © 2023-2025 , JetBrains s.r.o.
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ if (project.file("local.properties").exists()) {
3030
3131allprojects {
3232 group = " org.jetbrains.lets-plot"
33- version = " 2.1.2 -SNAPSHOT"
33+ version = " 2.2.1 -SNAPSHOT"
3434// version = "0.0.0-SNAPSHOT" // for local publishing only
3535
3636 tasks.withType< org.jetbrains.kotlin.gradle.tasks.KotlinCompile > ().all {
Original file line number Diff line number Diff line change 1- ## [ 2.2.0 ] - 2025-mm-dd
1+ ## [ 2.2.1 ] - 2025-mm-dd
22
33### Compatibility
44
1111### Added
1212
1313### Changed
14- - Reduced flickering when resizing the plot window.
1514
1615### Fixed
You can’t perform that action at this time.
0 commit comments