[3.0.0] - 2025-09-19
Note
The GitHub repository was renamed from lets-plot-skia to lets-plot-compose.
Compatibility
All artifacts were built with the following versions of dependencies:
Added
- Multiplatform project example, see: Lets-Plot Compose Demos
Changed
- [BREAKING]
PlotPanelhas been moved to packageorg.jetbrains.letsPlot.compose(fromorg.jetbrains.letsPlot.skia.compose).
Android
- Removed dependency on the Skiko library.
This eliminates Skiko compatibility issues,
ensures all library artifacts are built with the latest Compose Multiplatform version,
and simplifies integration of the Lets-Plot Compose Library in Android projects.
Desktop
- Pure compose implementation.
- The following artifacts are no longer provided:
platf-skia-awtlets-plot-swing-skia
Fixed
- When zooming the page with the mouse, a black layer appears when refreshing [#12]
- When using a dark theme, white lines appear on the sides of the plot [#37]
- Plot rendering issues when switching between tabs in the tabbed pane [#38]
- Display problem of lets-plot-skia when switching pages [#42]
- Markdown: missing bold and italic text style support [#44]