Skip to content

Releases: gaiuszzang/GroovinExpandableBox

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

1.0.3

03 Dec 05:30
Compare
Choose a tag to compare

Release 1.0.3 Version

  • Refactoring ExpandableBoxState & ExpandableBoxStateValue
    • ExpandableBoxState : Created based on Swipeable.kt in compose material 1.4.3 version
    • ExpandableBoxStateValue : renaming from ExpandableBoxState in previous version
    • Note that Swipeable.kt is depreated since material 1.5.0 version,
      so Copy & Refactoring it for internallization to this library.

1.0.2

11 Nov 07:18
Compare
Choose a tag to compare

1.0.2 Release

  • update jdk17, add jitpack.yml

1.0.1

25 Jun 02:36
Compare
Choose a tag to compare

BugFix

  • when Hide Status, disable swipe option

1.0.0

04 Jun 04:21
Compare
Choose a tag to compare

First Release