2.0.0-alpha.18
This release includes fixes and improvements.
Breaking changes |
---|
Negligible |
- Compose
- Views
The following changes have been made:
- The
CartesianChartHost
overload that accepts aCartesianChartModelProducer
now has an optionaldispatcher
parameter. The specifiedCoroutineDispatcher
is used for handlingCartesianChartModel
updates. This is helpful in instances whereDispatchers.Default
is overfull. - An issue where
LineCartesianLayer
misbehaved in right-to-left layouts has been addressed.
An issue where LineCartesianLayer
misbehaved in right-to-left layouts has been addressed.