Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-09-17 | 1.5 kB | |
v2.2.0 source code.tar.gz | 2025-09-17 | 774.5 kB | |
v2.2.0 source code.zip | 2025-09-17 | 1.2 MB | |
android-sample-debug.apk | 2025-09-17 | 15.3 MB | |
Totals: 4 Items | 17.3 MB | 0 |
This release is effectively identical to version 2.2.0-beta.1
. The following compares versions 2.2.0
and 2.1.0
.
[!WARNING] The old, pre-
1.6.2
Maven Central coordinates have been discontinued; no more releases will be published to them. Those using these coordinates will receive deprecation errors.
Overview
- breaking changes: none[^1]
- addressed: [#987], [#1046], [#1057]
- external contributors: @L-Andrade
core
- An issue where maximum-x-precision validation failed to identify some violations has been addressed.
compose
VicoZoomState
has a newzoom
function for programmatic zoom.CartesianChartHost
has a newconsumeMoveEvents
parameter.
views
ZoomHandler
has a newzoom
function for programmatic zoom.CartesianChartView
has a newconsumeMoveEvents
property and a new XML attribute with the same name.
multiplatform
VicoZoomState
has a newzoom
function for programmatic zoom.CartesianChartHost
has a newconsumeMoveEvents
parameter.- The
fill
factory function has been removed; use theFill
constructor instead. - An issue where maximum-x-precision validation failed to identify some violations has been addressed.
- An issue where
Shape.toVicoShape
mishandledOutline.Rounded
has been addressed.
[^1]: Excluding multiplatform
, which is experimental. (It will remain available, but breaking changes are more likely.)