2.0.0-alpha.11
This release includes fixes and improvements.
| Breaking changes | Addressed |
|---|---|
| Negligible | #589, #602, #607 |
The following changes have been made:
- An issue where
AxisItemPlacer.Vertical.stepmisbehaved and caused exceptions for certain y ranges has been resolved. - An issue where
MarkerComponent.LabelPosition.AbovePointandMarkerComponent.LabelPosition.AroundPointplaced the label by the lowest point rather than by the highest point forMarkerComponents highlighting multiple points has been resolved. CartesianChartModelProducerhas been optimized to ignoreTransactions that change nothing. For consistency with how series are handled, eachTransactionnow has a newMutableExtraStore, which is initially empty. Previously, aCartesianChartModelProducerhad a singleMutableExtraStore, which it didn’t clear betweenTransactions. In the unlikely event that you depended on this behavior, ensure that all extras are added on everyTransaction.- Selected APIs that Vico shouldn’t expose have been hidden or marked as deprecated.