Skip to content

v1.0.0-alpha.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@patrykandpatrickbot patrykandpatrickbot released this 24 Apr 19:55
· 1576 commits to master since this release

This version introduces the following changes.

Additions

  • A composedChartEntryModelOf function for creating ComposedChartEntryModels.
  • A ChartEntryModel#plus function for creating ComposedChartEntryModels.

Improvements

  • verticalGradient is no longer a composable function.

Resolved issues

  • Charts were drawn incorrectly if the layout direction was right-to-left.
  • Charts created via the Chart composable werenʼt scrollable if marker was null.
  • Line charts were drawn incorrectly if minY or maxY was overridden.
  • In line charts, the line was clipped near the top and bottom of the chart.
  • The strokeColor parameter of the ShapeComponent constructor wasnʼt respected.
  • Marker guidelines could be off-center relative to their corresponding chart entries.
  • In DashedShape, if dashLengthDp and dashGapDp were both set to 0f, an infinite loop would occur.

Dependency updates

  • All modules use Kotlin 1.6.20.
  • compose, compose-m2, and compose-m3 use Jetpack Compose version 1.2.0-alpha08.
  • compose-m3 uses compose.material3 version 1.0.0-alpha10.