Releases: gaiuszzang/GroovinCollapsingToolBar
Releases · gaiuszzang/GroovinCollapsingToolBar
1.2.5
1.2.2
- Update the gradle/library versions
- Update Compose BOM 2024.06.00
- Update targetSdk to 35
- Change the groupId to "io.groovin", and Update README.md
1.2.1
- Upgrade compose bom to 2024.02.01
- Add wrapContentHeight() to ToolBar Container since fix ToolBar contents to Top position.
1.2.0
- Upgrade compose bom to 2024.01.00
- Fix import code
- Update app module version and libraries
1.1.1
-
New Feature : Add
CollapsingWhenTopConfiguration
for following reason.- in collapsingWhenTop case, LocalOverscrollConfiguration is disabled in Android 12 or higher due to consuming scroll event issue. Therefore, Following parameter should be set to true for using Stretch Effect when pull up/down on the top of list.
CollapsingWhenTopConfiguration.useInternalStretchEffectOnTop
: Stretch Effect on Top OverPullCollapsingWhenTopConfiguration.useInternalStretchEffectOnBottom
: Stretch Effect on Bottom OverPull- only available in Android 12 or higher.
-
Update Kotlin/Internal Libraries Version
-
Refactoring internal codes
1.1.0
-
add
CollapsingToolBarLayoutToolBarScope
- ToolBar composable can get collapsedInfo from this scope
-
add
Modifier.toolBarScrollable()
extensions for CollapsingToolBarLayoutToolBarScope.- It supports to applying scrollable gesture in ToolBar.
-
add
Modifier.requiredToolBarMaxHeight()
extensions for CollapsingToolBarLayoutToolBarScope.- It supports that ToolBar appears to scroll with fixed size.
-
add
updateToolBarHeightManually
parameter for layout- User can controll manually toolbar height with set it true
- Sample app use this parameter to set true for applying statusBarPadding.
1.0.3
- update TargetSdk to 34
- update Library/Gradle Plugin/Kotlin,Java Versions
1.0.2
1.0.1
Update CollapsingToolBar v1.0.1
- BugFix & Improve & Change Structure
- Improve Sample App
1.0.0
First Release