Skip to content

v3.1.0

Choose a tag to compare

@alshan alshan released this 21 Mar 01:47
· 13 commits to main since this release

[3.1.0] - 2026-03-20

Compatibility

All artifacts were built with the following versions of dependencies:

  • Compose Multiplatform: 1.10.2
  • Lets-Plot Kotlin API: 4.13.0
  • Lets-Plot Multiplatform: 4.9.0

Added

Changed

  • Artifact changes in the core Lets-Plot library (v4.9.0):

    [BREAKING] Desktop only: removed plot-image-export module.
    The org.jetbrains.lets-plot:lets-plot-image-export artifact is no longer available.
    The PlotImageExport utility has been moved to the platf-awt module: org.jetbrains.letsPlot.awt.plot.PlotImageExport.
    Add the optional org.jetbrains.lets-plot:platf-awt dependency to enable image export functionality on the Desktop platform.