v0.4.3
What's Changed
- library: Opt
SuperSpinner
&SuperSpinner
by @YuKongA in 2fbb70a - Bump com.android.application from 8.9.2 to 8.10.0 by @YuKongA in 5163f8d
- library: TextField: Add
borderColor
&cursorBrush
param by @YuKongA in b3fb31c - library: Opt TextField contentAlignment by @YuKongA in b83ba45
- build(deps): bump compose-plugin from 1.8.0-rc01 to 1.8.0 by @dependabot in #74
- library: Add
Sink
andTilt
press feedback effects to Card by @Voemp in #73 - library: Support custom dialog/popup layout anim by @YunZiA in #71
- library: Refactor dialog/popup layout by @YuKongA in 1fb088b
- build(deps): bump Gradle from 8.13 to 8.14 by @YuKongA in 4d7de72
Existing Components/APIs Changes
- Remove
showDialog
/showPopup
functions, now useDialogLayout
/PopupLayout
- Remove
dismissDialog(showDialog)
&dismissPopup(showPopup)
functions, now just useshowDialog.value = false
&showPopup.value = false
SuperSpinner
&SuperSpinner
now supportemptyList()
, previously it would cause a crash
Full Changelog: v0.4.2...v0.4.3