v2.1.0-beta.1
Pre-release
Pre-release
·
42 commits
to master
since this release
Overview
core
- An issue where
CartesianChart.copy
failed to transfer some data has been addressed. This causedCartesianMarkerVisibilityListener.onShown
to be superfluously reinvoked onCartesianChart
updates that occurred whileCartesianChart.marker
was shown.
multiplatform
- An issue where
CartesianChart.copy
failed to transfer some data has been addressed. This causedCartesianMarkerVisibilityListener.onShown
to be superfluously reinvoked onCartesianChart
updates that occurred whileCartesianChart.marker
was shown. - The
CartesianChart
constructor is now protected. Its public visibility was redundant; except in subclasses,CartesianChart
should be instantiated viarememberCartesianChart
.
-
Excluding
multiplatform
, which is experimental. (It will remain available, but breaking changes are more likely.) ↩