v3.1.0
[3.1.0] - 2026-03-20
Compatibility
All artifacts were built with the following versions of dependencies:
Added
-
Interactivity (Desktop):
- Support for custom toolbar.
See a simple example implementation: SandboxToolbarCmp. - Support for plot default interactions.
For more details, see Custom Toolbar and Default Interactions demo in the "lets-plot-compose-demos" repository.
- Support for custom toolbar.
Changed
-
Artifact changes in the core Lets-Plot library (v4.9.0):
[BREAKING] Desktop only: removed
plot-image-exportmodule.
Theorg.jetbrains.lets-plot:lets-plot-image-exportartifact is no longer available.
ThePlotImageExportutility has been moved to theplatf-awtmodule:org.jetbrains.letsPlot.awt.plot.PlotImageExport.
Add the optionalorg.jetbrains.lets-plot:platf-awtdependency to enable image export functionality on the Desktop platform.