Releases: miuix-kotlin-multiplatform/miuix
Releases · miuix-kotlin-multiplatform/miuix
v0.3.3
What's Changed
- build(deps): bump org.jetbrains.dokka from 1.9.20 to 2.0.0 by @dependabot in #46
- build(deps): bump compose-plugin from 1.7.1 to 1.7.3 by @dependabot in #47
- library: Add new component TabRow by @undefined-ux in #48
New Contributors
- @undefined-ux made their first contribution in #48
Full Changelog: v0.3.2...v0.3.3
v0.3.2
Hotfix
- Fixed ListPopup issue in 0.3.1
What's Changed
- library: Restricts Dropdown item size by @HowieHChen in #44
Full Changelog: v0.3.1...v0.3.2
v0.3.1
What's Changed
- library: Allows custom Overscroll enabled platforms by @YuKongA in 4198ffd
- library: Optimize Switch touch behavior by @Voemp in 6ec6c1d
- library: Update BasicComponentColors by @YuKongA in de380be
- example: Move the State Hoisting of TextComponent() to upper by @YuKongA in 98cc086
- example: Avoid including
PreviewActivity
in the resulting apk by @lightsummer233 in #40 - build(deps): bump kotlin from 2.0.21 to 2.1.0 by @dependabot in #42
- library: Add new component ListPopup by @HowieHChen in #43
New Contributors
- @lightsummer233 made their first contribution in #40
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- library: Fix Switch rounded corners & Optimize Switch touch logic by @Voemp in 73706fd
- library: Rebase
Button
component by @YuKongA in b847d6a - library: Add
SmallTopAppBar
component by @YuKongA in 0d2c235 - library: Allow customization of some component colors by @YuKongA in c67349b
- library: Add defaultWindowInsetsPadding to FloatingActionButton by @YuKongA in de38e97
- library: Move necessary parameters to the top by @YuKongA in dda376f
- library: Change FabSpacing to 12.dp by @YuKongA in a7aaf05
- library: Fix navigation bar click penetration again by @YuKongA in 6b4b30c
- library: Sync ColorScheme to OS2 by @Voemp in #30
- library: Use PaddingValues instead of DpSize by @HowieHChen in #32
- library: New component
SuperSpinner
by @HowieHChen in #33 - library: Add
Slider
background indication by @Voemp in #35 - library: Optimize the popup animation by @HowieHChen in #37
- library: Refactor Dropdown and Spinner by @HowieHChen in #38
- library: Upgrade Gradle JDK to 21 by @YuKongA in 4d1a5fb
- build(deps): bump androidGradlePlugin from 8.7.1 to 8.7.2 by @dependabot in #29
- build(deps): bump compose-plugin from 1.7.0 to 1.7.1 by @dependabot in #36
Full Changelog: v0.2.9...v0.3.0