v1.5.0
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 theChart
composable and theisHorizontalScrollEnabled
field ofBaseChartView
are now deprecated. UseChartScrollSpec
instead. See also the first point under “Additions.” - The
min*
andmax*
parameters ofcolumnChart
andlineChart
, as well as themin*
andmax*
fields ofColumnChart
,ComposedChart
, andLineChart
, are now deprecated. UseAxisValuesOverrider
instead. See also the second point under “Additions.”
Dependency updates
Please see this commit for information on the dependency updates included in this release.