Skip to main content

2.0.0-alpha.5

This release includes fixes and improvements.

Breaking changesAddressed
Negligible#467, #503

The following fixes have been made:

  • A problem causing rememberCartesianChart to create a new CartesianChart on every invocation has been resolved.
  • A synchronization issue that affected CartesianChartModelProducer and led to ChartValues.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.