Skip to content

Commit

Permalink
Empty CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
patrykandpatrickbot committed Jul 25, 2022
1 parent ac45b70 commit 9d74380
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions CHANGELOG.md
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`.

0 comments on commit 9d74380

Please sign in to comment.