Skip to content

Releases: gaiuszzang/GroovinExpandableBox

1.2.8

08 Nov 01:08
a5c5d19
Compare
Choose a tag to compare
  • BugFix : #9
  • Update Compose BOM 2024.10.01, Other library versions
  • Update SampleApp TargetSdk to Android 15

1.2.7

02 Oct 07:40
Compare
Choose a tag to compare

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

11 Aug 07:04
7de553f
Compare
Choose a tag to compare
  • Apply BenchmarkTest
  • Update Gradle/Library Versions
  • Change the groupId to "io.groovin", and Update README.md
  • Update targetSdk to 35

1.2.4

19 Jul 09:31
c2c92e3
Compare
Choose a tag to compare

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

31 May 15:12
Compare
Choose a tag to compare
  • BugFix : when call animateTo()/snapTo(), it doesn't check confirmStateChange(). so fix it.
  • update library versions

1.2.2

06 Apr 09:01
d2e4746
Compare
Choose a tag to compare
  • 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

16 Mar 08:14
97583d8
Compare
Choose a tag to compare
  • Update Compose BOM to 2024.02.02
  • Fix MusicSampleScreen Issue
  • Update material component to material3

1.2.0

12 Feb 00:40
3851c07
Compare
Choose a tag to compare
  • 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

25 Dec 00:30
336a1bb
Compare
Choose a tag to compare

1.1.1 Release

  • add nestedScrollEnabled parameter

1.1.0

22 Dec 13:19
6428f4d
Compare
Choose a tag to compare
  • 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