2.0.0-alpha.5
This release includes fixes and improvements.
Breaking changes | Addressed |
---|---|
Negligible | #467, #503 |
The following fixes have been made:
- A problem causing
rememberCartesianChart
to create a newCartesianChart
on every invocation has been resolved. - A synchronization issue that affected
CartesianChartModelProducer
and led toChartValues.Empty
-related crashes has been addressed.
CartesianChartModel
and several related classes have been updated to override equals
and hashCode
. Thus, content-based CartesianChartModel
comparisons are now possible.
In CartesianChartModelProducer
, the transformModel
function is now private. In the unlikely event that you were using this function, please switch to the lambda passed to startAnimation
.