Skip to content

v2.1.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@patrykandpatrickbot patrykandpatrickbot released this 07 Mar 17:33
· 42 commits to master since this release
c9e8e02

Overview

core

  • An issue where CartesianChart.copy failed to transfer some data has been addressed. This caused CartesianMarkerVisibilityListener.onShown to be superfluously reinvoked on CartesianChart updates that occurred while CartesianChart.marker was shown.

multiplatform

  • An issue where CartesianChart.copy failed to transfer some data has been addressed. This caused CartesianMarkerVisibilityListener.onShown to be superfluously reinvoked on CartesianChart updates that occurred while CartesianChart.marker was shown.
  • The CartesianChart constructor is now protected. Its public visibility was redundant; except in subclasses, CartesianChart should be instantiated via rememberCartesianChart.
  1. Excluding multiplatform, which is experimental. (It will remain available, but breaking changes are more likely.)