Skip to content

Releases: flaringapp/ComposeCollapsingTopBar

1.1.0

06 Feb 13:37
b36570c
Compare
Choose a tag to compare

Breaking change

Library is now hosted on Maven Central instead of Jitpack - #33

Make sure to update your dependency:

dependencies {
    implementation("io.github.flaringapp:ComposeCollapsingTopBar:1.1.0")
}

Other

Add complete README - #29

1.0.5

23 Oct 08:43
1046f11
Compare
Choose a tag to compare

New CollapsingTopBarColumn collapse direction parameter with new possibility to collapse top to bottom - #11
Update dependencies - #13
Add column modifier to slide element up after it has collapsed - #15
Rename pin when collapsed modifier - #18
Fix initial layout info of expanded top bar state - #19
Fix imprecise height scroll animations - #21
Change expand/collapse default AnimationSpec to Spring - #24
Add possibility to change snap AnimationSpec - #25
Add default snap threshold value to snap behavior - #26

1.0.5-RC3

22 Oct 15:55
a5ea2a3
Compare
Choose a tag to compare

Rename pin when collapsed modifier - #18
Fix initial layout info of expanded top bar state - #19
Fix imprecise height scroll animations - #21

1.0.5-RC2

22 Oct 11:24
001b33e
Compare
Choose a tag to compare

Add column modifier to slide element up after it has collapsed - #15

1.0.5-RC1

21 Oct 14:00
ca800ed
Compare
Choose a tag to compare

New CollapsingTopBarColumn collapse direction parameter with new possibility to collapse top to bottom - #11
Update dependencies - #13

1.0.4

19 Sep 12:43
17dce03
Compare
Choose a tag to compare

Update dependencies (and Compose to 1.7) - #10

1.0.3

16 Jul 14:58
be9cef0
Compare
Choose a tag to compare

New CollapsingTopBarLayoutInfo height delta fields - #8

1.0.2

16 Jul 09:16
d8516f3
Compare
Choose a tag to compare

Improve state properties stability - #6
Make Scaffold topBarModifier visually more intuitive - #6
Add top bar shadow sample - #6

1.0.1

12 Jul 12:55
3c19ba4
Compare
Choose a tag to compare

Enable Maven publishing - enable/fix JitPack library artifacts

1.0.0

11 Jul 21:26
6c1c6cc
Compare
Choose a tag to compare

Initial release!