Skip to content

Commit 21a8cab

Browse files
committed
Release v2.2.0
1 parent 1996179 commit 21a8cab

File tree

4 files changed

+24
-4
lines changed

4 files changed

+24
-4
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,27 @@ 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.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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,4 @@ Please make sure you read it.
103103

104104
Code and documentation released under
105105
the [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.

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.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 {

future_changes.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## [2.2.0] - 2025-mm-dd
1+
## [2.2.1] - 2025-mm-dd
22

33
### Compatibility
44

@@ -11,6 +11,5 @@
1111
### Added
1212

1313
### Changed
14-
- Reduced flickering when resizing the plot window.
1514

1615
### Fixed

0 commit comments

Comments
 (0)