v0.4.1
What's Changed
- build(deps): bump compose-plugin from 1.8.0-beta01 to 1.8.0-beta02 by @dependabot in #64
- build(deps): bump org.jetbrains.androidx.graphics:graphics-shapes from 1.0.0-alpha05 to 1.0.0-alpha06 by @dependabot in #65
- library: Opt PullToRefresh by @YuKongA in 10b3957
- library: Opt SmoothRoundedCornerShape by @YuKongA in bc69e5f
- library: Opt TopAppBar by @YuKongA in c40222b
- library: SearchBar: Add default icons on both sides of InputField by @YuKongA in 51d58a4
- library: PullToRefresh: Opt pull-down animation effect by @YunZiA in #66
- library: SearchBar: Fix font weight & icons padding by @YuKongA in 0329f33
- library: TopAppBar: Opt largeTitle anim by @YunZiA in #67
- library: TopAppBar: largeTitle support multi-line by @YuKongA in ad9f0dd
- library: PullToRefresh: Add contentPadding param by @YuKongA in 9a1a198
- library: Bump version to 0.4.1 by @YuKongA in 30af3c6
Existing Components/APIs Changes
- library: Remove
LazyColumn
Component by @YuKongA in f28cdf4
(just useandroidx.compose.foundation.lazy.LazyColumn
, for use withOverscroll
, see: https://miuix-kotlin-multiplatform.github.io/miuix/guide/utils#vertical-overscroll)
Compatibility
- If your project contains
Desktop(JVM)
target, you should upgradeorg.jetbrains.compose
to1.8.0-beta02
or above
New Contributors
Full Changelog: v0.4.0...v0.4.1