v2.0.0-beta.6
Pre-release
Pre-release
·
109 commits
to master
since this release
Overview
- breaking changes: minor
core
LineCartesianLayer.PointConnector.Sharp
, which uses line segments, has been introduced.LineCartesianLayer.PointConnector.cubic
thus no longer permits settingcurvature
to zero.- Some defaults have been updated:
- The default color palette has been refreshed.
- In
ColumnCartesianLayer
, columns now have sharp corners by default. - In
LineCartesianLayer
, lines are now sharp by default. Also,Line.areaFill
is set tonull
. To recreate the previous defaultLineCartesianLayer.AreaFill
, useLineCartesianLayer.AreaFill.single
orLineCartesianLayer.AreaFill.double
andShaderProvider.verticalGradient
.
compose
- The defaults have been updated in accordance with
core
change 2. The color palettes produced byrememberM2MaterialTheme
andrememberM3MaterialTheme
remain unchanged. rememberLayeredComponent
has been removed; use theLayeredComponent
constructor.
views
- An issue where the
verticalAxisVerticalLabelPosition
XML attribute of theAxisStyle
attribute set was misinterpreted has been resolved. - The defaults have been updated in accordance with change 2. In connection with this, the
gradientTopColor
,gradientBottomColor
,positiveGradientTopColor
,positiveGradientBottomColor
,negativeGradientTopColor
, andnegativeGradientBottomColor
XML attributes of theLineStyle
attribute set have been removed. For a gradientLineCartesianLayer.AreaFill
, useAreaFill.single
orAreaFill.double
andShaderProvider.verticalGradient
.