Releases: gaiuszzang/GroovinExpandableBox
Releases · gaiuszzang/GroovinExpandableBox
1.2.8
1.2.7
Update Kotlin Version to 2.0.0
Update ComposeBOM to 2024.09.02
Update other libraries version
add newAnchorsWithAnimated parameter
Gradle Plugin Version Update
Migration to libs.versions.toml
1.2.5
- Apply BenchmarkTest
- Update Gradle/Library Versions
- Change the groupId to "io.groovin", and Update README.md
- Update targetSdk to 35
1.2.4
Add swipeGestureEnabled parameter, CorrectedOffset
- Add swipeGestureEnabled parameter : User can enable/disable swipe gesture
- Add CorrectedOffset for bugfix
There is an issue where the status update does not work if the offset has an error of less than 5 decimal places.
To fix this, we added a correctedOffset variable that discards less than 4 decimal places.
1.2.3
- BugFix : when call animateTo()/snapTo(), it doesn't check confirmStateChange(). so fix it.
- update library versions
1.2.2
- Fix internal Modifier wrong composed code
- Fix mutableStateOf to mutableFloatStateOf correctly, fix fraction naming to fromToProgress
- Update Music Sample
- Update Compose BOM : 2024.04.00
1.2.1
- Update Compose BOM to 2024.02.02
- Fix MusicSampleScreen Issue
- Update material component to material3
1.2.0
- Update gradle configuration
- Upgrade compose bom version to 2024.01.00, and others too.
- Remove unncessary code
- Add animateTo feature in MapSample FloatingActionButton
1.1.1
1.1.1 Release
- add nestedScrollEnabled parameter
1.1.0
- Change ExpandableBoxState
- AS-IS : HIDE, HIDING, FOLD, FOLDING, EXPAND
- TO-BE : Fold, Folding, HalfExpand, Expanding, Expand
- Add fold/halfExpand/expand Height Parameter in ExpandableBox Composable
- Remove isHideable Parameter in ExpandableBoxComposable
- renaming currentValue to completedValue in ExpandableBoxState
- Add progressValue in ExpandableBoxState