-
-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ac45b70
commit 9d74380
Showing
1 changed file
with
0 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +0,0 @@ | ||
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 a `withY` function. This relates to the second point under “Improvements.” | ||
- `HorizontalAxis.TickType` has been deprecated in favor of `HorizontalAxis.TickPosition`. | ||
|
||
## Improvements | ||
|
||
- `ChartEntryModelProducer` now allows for a custom `DiffProcessor` implementation to be specified. | ||
- `DefaultDiffProcessor` now works with custom `ChartEntry` implementations. | ||
- The `bottomAxis` and `topAxis` functions in the `compose` 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`, and `compose-m3` use version 1.2.0 of the Compose compiler. | ||
- `compose`, `compose-m2`, and `compose-m3` use version `1.2.0-rc03` of Compose. | ||
- `compose-m3` uses version `1.0.0-alpha14` of `androidx.compose.material3:material3`. | ||