Skip to content

Commit 15c8005

Browse files
Release v2.1.0
1 parent a291459 commit 15c8005

File tree

4 files changed

+27
-18
lines changed

4 files changed

+27
-18
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,28 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres
66
to [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

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
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
```
4040
See 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

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ if (project.file("local.properties").exists()) {
3030

3131
allprojects {
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 {

future_changes.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,9 @@
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

0 commit comments

Comments
 (0)