File tree Expand file tree Collapse file tree 4 files changed +27
-18
lines changed
Expand file tree Collapse file tree 4 files changed +27
-18
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,28 @@ 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.1.0] - 2024-12-12
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 and 1.7.1
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.9.2 (and up)
16+ - [ Lets-Plot Multiplatform] ( https://github.com/JetBrains/lets-plot ) 4.5.1 (and up)
17+
18+
19+ ### Added
20+ - Interactive ** links** in tooltips/labels/texts [[ LP-1091] ( https://github.com/JetBrains/lets-plot/issues/1091 )] .
21+
22+ See [ example notebook] ( https://nbviewer.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.9.0/lp_verse.ipynb ) .
23+
24+
25+ ### Changed
26+
27+ - Kotlin 2.0.20 and Compose multiplatform 1.7.0 support [[ #24 ] ( https://github.com/JetBrains/lets-plot-skia/issues/24 )] .
28+
29+
830## [ 2.0.0] - 2024-08-30
931
1032### Dependencies
Original file line number Diff line number Diff line change 1818
1919## Dependencies
2020
21- See release notes for the latest version of the dependencies: [ v2.0 .0] ( https://github.com/JetBrains/lets-plot-skia/releases/tag/v2.0 .0 )
21+ See release notes for the latest version of the dependencies: [ v2.1 .0] ( https://github.com/JetBrains/lets-plot-skia/releases/tag/v2.1 .0 )
2222
2323### Compose Desktop
2424
@@ -34,7 +34,7 @@ dependencies {
3434 implementation(" org.jetbrains.lets-plot:platf-awt:4.5.1" )
3535
3636 // Lets-Plot Skia Frontend
37- implementation(" org.jetbrains.lets-plot:lets-plot-compose:2.1.0-alpha1 " )
37+ implementation(" org.jetbrains.lets-plot:lets-plot-compose:2.1.0" )
3838}
3939```
4040See example: [ Compose desktop] ( https://github.com/JetBrains/lets-plot-compose-demos/blob/main/compose-desktop/build.gradle.kts ) demo.
@@ -80,7 +80,7 @@ dependencies {
8080 implementation(" org.jetbrains.lets-plot:platf-awt:4.5.1" )
8181
8282 // Lets-Plot Skia Frontend
83- implementation(" org.jetbrains.lets-plot:lets-plot-swing-skia:2.1.0-alpha1 " )
83+ implementation(" org.jetbrains.lets-plot:lets-plot-swing-skia:2.1.0" )
8484}
8585```
8686
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.0 -SNAPSHOT"
33+ version = " 2.1.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.1.0 ] - 2024-12 -dd
1+ ## [ 2.1.1 ] - 2024-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 and 1.7.1
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.9.2 (and up)
9- - [ Lets-Plot Multiplatform] ( https://github.com/JetBrains/lets-plot ) 4.5.1 (and up)
10-
11-
125### Added
13- - Interactive ** links** in tooltips/labels/texts [[ LP-1091] ( https://github.com/JetBrains/lets-plot/issues/1091 )] .
14-
15- See [ example notebook] ( https://nbviewer.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.9.0/lp_verse.ipynb ) .
16-
176
187### Changed
198
20- - Kotlin 2.0.20 and Compose multiplatform 1.7.0 support [[ #24 ] ( https://github.com/JetBrains/lets-plot-skia/issues/24 )] .
21-
229### Fixed
You can’t perform that action at this time.
0 commit comments