Releases: dokar3/sheets
Releases · dokar3/sheets
v0.5.5
What's Changed
- build(deps): bump actions/setup-java from 3 to 4 by @dependabot in #103
- build(deps): bump com.android.tools.build:gradle from 8.1.4 to 8.2.0 by @dependabot in #104
- build(deps): bump com.vanniktech:gradle-maven-publish-plugin from 0.25.3 to 0.26.0 by @dependabot in #105
- build(deps): bump com.android.tools.build:gradle from 8.2.0 to 8.2.1 by @dependabot in #107
- build(deps): bump com.vanniktech:gradle-maven-publish-plugin from 0.26.0 to 0.27.0 by @dependabot in #109
- build(deps): bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.9.20 to 1.9.22 by @dependabot in #106
- build(deps): bump com.android.tools.build:gradle from 8.2.1 to 8.2.2 by @dependabot in #110
- Compose 1.6 by @dokar3 in #111
- build(deps): bump androidx.lifecycle:lifecycle-runtime-ktx from 2.6.1 to 2.7.0 by @dependabot in #115
- build(deps): bump com.google.android.material:material from 1.9.0 to 1.11.0 by @dependabot in #113
- build(deps): bump androidx.core:core-ktx from 1.10.1 to 1.12.0 by @dependabot in #112
- build(deps): bump androidx.activity:activity-compose from 1.7.2 to 1.8.2 by @dependabot in #114
Full Changelog: v0.5.4...v0.5.5
v0.5.4
What's Changed
- Fix alpha transition by @dokar3 in #102
- Update Compose Compiler to 1.5.4 by @dokar3 in #98
- build(deps): bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.9.10 to 1.9.20 by @dependabot in #92
- build(deps): bump com.android.tools.build:gradle from 8.1.2 to 8.1.3 by @dependabot in #97
- build(deps): bump com.android.tools.build:gradle from 8.1.3 to 8.1.4 by @dependabot in #100
Full Changelog: v0.5.3...v0.5.4
v0.5.3
v0.5.2
v0.5.1
v0.5.0
What's Changed
- build(deps): bump com.android.tools.build:gradle from 8.1.1 to 8.1.2 by @dependabot in #84
- Update Compose BOM to 2023.10.00 by @dokar3 in #85
Full Changelog: v0.4.9...v0.5.0
v0.4.9
v0.4.8
What's Changed
- Update namespace of 'sheets-core' by @dokar3 in #78
- build(deps): bump com.android.tools.build:gradle from 8.1.0 to 8.1.1 by @dependabot in #79
- Bump Kotlin to 1.9.10 and Compose Compiler to 1.5.3 by @dokar3 in #81
Full Changelog: v0.4.7...v0.4.8
v0.4.7
v0.4.6
-
Add
confirmValueChagneparameter to the state to intercept value changes. The usage:val state = rememberBottomSheetState( confirmValueChange = { if (it == BottomSheetValue.Collapsed) { // Intercept logic } else { true } }, )
-
Bump Kotlin to 1.9.0, Compose Compiler to 1.5.0
-
Fix animation cancellations