Skip to content

v0.4.3

Compare
Choose a tag to compare
@YuKongA YuKongA released this 09 May 03:20
· 51 commits to main since this release
a57a1fd

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 and Tilt 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 use DialogLayout / PopupLayout
  • Remove dismissDialog(showDialog) & dismissPopup(showPopup) functions, now just use showDialog.value = false & showPopup.value = false
  • SuperSpinner & SuperSpinner now support emptyList(), previously it would cause a crash

Full Changelog: v0.4.2...v0.4.3