v1.3.0
·
1439 commits
to master
since this release
This release includes the following changes.
Additions
HorizontalAxis
now allows for the offset and spacing of centered ticks to be customized. See also the second point under “API changes.”
API changes
ChartEntry
now has awithY
function. This relates to the second point under “Improvements.”HorizontalAxis.TickType
has been deprecated in favor ofHorizontalAxis.TickPosition
.
Improvements
ChartEntryModelProducer
now allows for a customDiffProcessor
implementation to be specified.DefaultDiffProcessor
now works with customChartEntry
implementations.- The
bottomAxis
andtopAxis
functions in thecompose
module now allow for tick position customization.
Resolved issues
DefaultDiffProcessor
incorrectly handled instances where the number of entries decreased.
Dependency updates
- All modules use Kotlin 1.7.0.
compose
,compose-m2
, andcompose-m3
use version 1.2.0 of the Compose compiler.compose
,compose-m2
, andcompose-m3
use version1.2.0-rc03
of Compose.compose-m3
uses version1.0.0-alpha14
ofandroidx.compose.material3:material3
.