Skip to content

Releases: compose-miuix-ui/miuix

v0.4.2

30 Apr 06:04
a9c276f

Choose a tag to compare

What's Changed

  • library: SearchBar: Opt SearchBar anim by @YunZiA in #68
  • library: feat: Add FloatingToolbar and FloatingNavigationBar component by @suqi8 in #69
  • build(deps): bump compose-plugin from 1.8.0-beta02 to 1.8.0-rc01 by @dependabot in #70
  • library: Enable self-implemented Overscroll by default for iOS by @YuKongA in b044ad7
  • library: Set overscrollEffect = null for TabRow by @YuKongA in 7442dc9
  • library: Move holdDownState param to BasicComponent by @YuKongA in 5ec7367
  • library: feat: Supports showing multiple pop-up windows by @YuKongA in e3df6da
  • library: Support multiple pop-up windows to dim layer by layer by @YuKongA in 958ad9c

New Contributors

  • @suqi8 made their first contribution in #69

Full Changelog: v0.4.1...v0.4.2

v0.4.1

20 Apr 04:41
30af3c6

Choose a tag to compare

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

Compatibility

  • If your project contains Desktop(JVM) target, you should upgrade org.jetbrains.compose to 1.8.0-beta02 or above

New Contributors

Full Changelog: v0.4.0...v0.4.1

v0.4.0

06 Apr 03:13
f1cea00

Choose a tag to compare

Docs

Fixes

  • Change TopAppBar default windowInsetsPadding again

Existing Components/APIs Changes

  • Move MiuixIcons.Base icons to MiuixIcons.Basic package
  • Remove HorizontalPager, just use androidx.compose.foundation.pager.HorizontalPager
  • Remove LazyColumn's topAppBarScrollBehavior param, just use Modifier.nestedScroll(scrollBehavior.nestedScrollConnection)

Full Changelog: v0.3.8...v0.4.0

v0.3.8

24 Mar 08:19
2e6eba8

Choose a tag to compare

What's Changed

  • library: TopAppBar: Fix velocity return value by @YuKongA in 53d542b
  • library: TopAppBar: Move windowInsetsPadding by @YuKongA in 95ef668
  • library: TopAppBar: Change default horizontalPadding by @YuKongA in 1ae7601
  • library: Add back topappbar snapAnimationSpec by @YuKongA in 36b09f7
  • build(deps): android: Compatible with SDK 36 by @YuKongA in d70720b
  • build(deps): Update AGP from 8.8.1 to 8.9.0 by @YuKongA in 2daf543
  • build(deps): bump kotlin from 2.1.10 to 2.1.20 by @dependabot in #60
  • build(deps): bump org.jetbrains.androidx.graphics:graphics-shapes from 1.0.0-alpha04 to 1.0.0-alpha05 by @dependabot in #62
  • build(deps): bump compose-plugin from 1.8.0-alpha04 to 1.8.0-beta01 by @dependabot in #61

Full Changelog: v0.3.6...v0.3.8

v0.3.6

09 Mar 10:23

Choose a tag to compare

Highlights

  • Add ColorPicker Component
  • Add PullToRefresh Component
  • Add LinearProgressIndicator Component
  • Add CircularProgressIndicator Component
  • Add InfiniteProgressIndicator Component
  • Add VerticalDivider Component
  • Add TabRowWithContour Component
  • Add More MiuixIcons
  • Optimize Checkbox Animation
  • Add SliderHapticEffect Param

Existing Components/APIs Changes

  • Rename MiuixPopupUtil to MiuixPopupUtils
  • Move HorizontalDivider to top.yukonga.miuix.kmp.basic.Divider package
  • Move MiuixIcons. to MiuixIcons.Useful., except GitHub icon
  • Move MiuixIcons.GitHub to MiuixIcons.Other.GitHub

What's Changed

New Contributors

Full Changelog: v0.3.5...v0.3.6

v0.3.5

14 Feb 09:27
48743bf

Choose a tag to compare

v0.3.4

27 Jan 06:48
677a9cf

Choose a tag to compare

What's Changed

  • library: Fixed lots of crashes when resizing window
  • library: Fixed crash caused by SmoothRoundedCornerShape
  • library: Change the ShadowColor of the ListPopup
  • library: Add windowDimming param to PopupUtil
  • library: Allows other actions to be performed onClick
  • fix: exception for sub activity by @Nep-Timeline in #51
  • fix: NavigationBar split when using blur by @Nep-Timeline in #52
  • fix: exception for sub activity again by @Nep-Timeline in #53
  • build(deps): bump org.jetbrains.androidx.graphics:graphics-shapes from 1.0.0-alpha01 to 1.0.0-alpha02 by @dependabot in #50

New Contributors

Full Changelog: v0.3.3...v0.3.4

v0.3.3

09 Jan 05:45
f8502f8

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.2...v0.3.3

v0.3.2

04 Dec 02:30
e9b1b57

Choose a tag to compare

Hotfix

  • Fixed ListPopup issue in 0.3.1

What's Changed

Full Changelog: v0.3.1...v0.3.2

v0.3.1

03 Dec 04:41
709426d

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.3.1