v1.1.1
patrykandpatrickbot
released this
13 Jun 18:33
·
1377 commits
to master
since this release
This release includes the following changes.
Additions
TextComponent
now allows you to specify the height available for the text.
Resolved issues
- In some instances,
TextComponent
could measure and draw itself incorrectly when rotated. - During the measuring phase,
HorizontalAxis
providedHorizontalAxis#titleComponent
with an incorrect maximum width. VerticalAxis
didn’t limit the length of its title. This could cause the title to stick out past the axis.
API changes
- The
includePadding
parameter ofTextComponent#getTextBounds
is now calledincludePaddingAndMargins
for clarity.
Dependency updates
- Vico now targets API level 32.
- The
view
module no longer unnecessarily depends oncom.google.android.material
. - The
view
andcompose
modules now useandroidx.core:core-ktx
version 1.8.0. - The
view
andcompose
modules now useandroidx.appcompat:appcompat
version 1.4.2. - The
compose
module now uses Jetpack Compose version1.2.0-beta03
. - The
compose
module now usesorg.jetbrains.kotlinx:kotlinx-coroutines-core
version 1.6.2.