Skip to content

v1.5.0

Compare
Choose a tag to compare
@patrykandpatrickbot patrykandpatrickbot released this 09 Oct 17:54
· 1182 commits to master since this release

This release includes the following changes.

Additions

  • You can now customize charts’ initial scroll position (start or end). Optionally, you can configure charts to automatically scroll to this position when a specific condition is met (e.g., a new chart entry is added). This is possible via ChartScrollSpec. See also the first point under “API changes.”
  • AxisValuesOverrider introduces richer options for the customization of the minimum and maximum values displayed along chart axes. See also the second point under “API changes.”

API changes

  • The isHorizontalScrollEnabled parameter of the Chart composable and the isHorizontalScrollEnabled field of BaseChartView are now deprecated. Use ChartScrollSpec instead. See also the first point under “Additions.”
  • The min* and max* parameters of columnChart and lineChart, as well as the min* and max* fields of ColumnChart, ComposedChart, and LineChart, are now deprecated. Use AxisValuesOverrider instead. See also the second point under “Additions.”

Dependency updates

Please see this commit for information on the dependency updates included in this release.