Releases: flaringapp/ComposeCollapsingTopBar
Releases · flaringapp/ComposeCollapsingTopBar
1.1.0
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
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
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
Add column modifier to slide element up after it has collapsed - #15
1.0.5-RC1
New CollapsingTopBarColumn
collapse direction parameter with new possibility to collapse top to bottom - #11
Update dependencies - #13
1.0.4
Update dependencies (and Compose to 1.7) - #10
1.0.3
New CollapsingTopBarLayoutInfo
height delta fields - #8
1.0.2
Improve state properties stability - #6
Make Scaffold topBarModifier
visually more intuitive - #6
Add top bar shadow sample - #6
1.0.1
Enable Maven publishing - enable/fix JitPack library artifacts