Releases: sebaslogen/resaca
Releases · sebaslogen/resaca
4.6.4
Changes
🧰 Maintenance
- Bump com.google.devtools.ksp from 2.2.20-2.0.3 to 2.3.0 @dependabot (#256)
- Bump org.jetbrains.compose from 1.9.1 to 1.9.2 @dependabot (#257)
- Bump androidx.compose.ui:ui-test-junit4 from 1.9.3 to 1.9.4 @dependabot (#254)
- Bump kotlin from 2.2.20 to 2.2.21 @dependabot (#251)
- Bump androidx.compose.ui:ui-test-manifest from 1.9.3 to 1.9.4 @dependabot (#252)
- Bump androidx.compose.ui:ui-tooling-preview from 1.9.3 to 1.9.4 @dependabot (#253)
- Bump androidx.lifecycle:lifecycle-viewmodel-navigation3 from 2.10.0-alpha05 to 2.10.0-beta01 @dependabot (#255)
4.6.3
Changes
🧰 Maintenance
- Bump Compose Multiplatform from 1.9.0 to 1.9.1
- Bump jetbrains-lifecycle to 2.9.5
- Bump navigation3 to 1.0.0-alpha11
- Bump androidx.lifecycle:lifecycle-viewmodel-navigation3 from 2.10.0-alpha04 to 2.10.0-alpha05 @dependabot (#250)
- Bump androidx.compose.ui:ui-tooling-preview from 1.9.2 to 1.9.3 @dependabot (#247)
- Bump androidx.compose.ui:ui-test-manifest from 1.9.2 to 1.9.3 @dependabot (#249)
- Bump androidx.compose.ui:ui-test-junit4 from 1.9.2 to 1.9.3 @dependabot (#246)
4.6.2
Changes
🚀 Features
- Bump androidx.lifecycle:lifecycle-viewmodel-navigation3 from 2.10.0-alpha03 to 2.10.0-alpha04 @dependabot (#241)
🧰 Maintenance
- Bump androidx.lifecycle:lifecycle-viewmodel-navigation3 from 2.10.0-alpha03 to 2.10.0-alpha04 @dependabot (#241)
- Bump androidx.compose.ui:ui-tooling-preview from 1.9.1 to 1.9.2 @dependabot (#240)
- Bump androidx.navigation:navigation-compose from 2.9.4 to 2.9.5 @dependabot (#245)
- Bump androidx.compose.ui:ui-test-junit4 from 1.9.1 to 1.9.2 @dependabot (#242)
- Bump hilt from 2.57.1 to 2.57.2 @dependabot (#243)
- Bump androidx.compose.ui:ui-test-manifest from 1.9.1 to 1.9.2 @dependabot (#244)
4.6.1
Changes
- Switch Compose positional tracking key to safer version from Compose 1.9.0 @sebaslogen
🧰 Maintenance
- Bump org.jetbrains.kotlinx.kover from 0.9.1 to 0.9.2 @dependabot (#239)
- Bump jetbrains-lifecycle from 2.9.3 to 2.9.4 @dependabot (#237)
- Bump org.jetbrains.compose from 1.8.2 to 1.9.0 @dependabot (#238)
4.6.0
Changes
🧰 Maintenance
- Remove deprecated resaca public APIs with Bundles @sebaslogen
- Bump androidx.activity:activity-compose from 1.10.1 to 1.11.0 @dependabot (#236)
- Bump androidx.lifecycle:lifecycle-viewmodel-navigation3 from 1.0.0-alpha04 to 2.10.0-alpha03 @dependabot (#235)
- Update androidx.navigation3:navigation3 to 1.0.0-alpha09 @sebaslogen
- Bump androidx.hilt:hilt-navigation-compose from 1.2.0 to 1.3.0 + fix breaking change + minSDK 23 @sebaslogen
- Bump koin from 4.1.0 to 4.1.1 @sebaslogen
- Update Yarn WASM dependencies @sebaslogen
- Update navigation to 2.9.4 @sebaslogen
- Update Material and test dependencies @sebaslogen
- Update Kotlin to 2.2.20 and KSP to 2.2.20-2.0.3 @sebaslogen
- Update Gradle AGP to 8.13.0 @sebaslogen
- Update jetbrains-lifecycle to 2.9.3 @sebaslogen
- Update core-ktx to 1.17.0 @sebaslogen
- Update Hilt to 2.57.1 @sebaslogen
🚨 Breaking Changes
- MinSDK version supported by all Resaca libraries is now API 23 (this is due to an update in one of the Google libraries that increased its minSDK)
- Deprecated functions with Bundle parameters have been removed
Full Changelog: 4.4.11...4.6.0
4.5.0
Changes
🚀 Features
- [Breaking Change]: Change order of keyInScopeResolver parameters to solve compiler ambiguity @sebaslogen (#224)
🧰 Maintenance
- Update Hilt to 2.57 @sebaslogen
- Update navigation lib to 2.9.3 @sebaslogen
- Update testing libs @sebaslogen
- Update to AGP 8.12.0 @sebaslogen
4.4.10
🧰 Maintenance
- Update Kotlin to 2.2.0, datetime and migrate to Kotlin's Clock @sebaslogen
- Bump com.google.devtools.ksp from 2.2.0-2.0.2 @sebaslogen
- Update Koin to 4.1.0 and fix test @sebaslogen
- Update Navigation to 2.9.1 @sebaslogen
- Update robolectric @sebaslogen
- Update web Yarn dependencies @sebaslogen
- Update AGP to 8.11.0 @sebaslogen
- Update Maven publishing dep and fix Sonatype publishing deprecation @sebaslogen
- Update Kotlin binary-compatibility-validator to 0.18.0 @sebaslogen
4.4.8
4.4.7
Changes
- Deprecated ViewModel constructors with bundle parameters (Hilt now supports proper assisted injection https://dagger.dev/hilt/view-model#assisted-injection and Koin already supported it)
🧰 Maintenance
- Add gradle caching to improve CI builds @sebaslogen (#221)
- Bump Compose Multiplatform to 1.8.2 @sebaslogen
4.4.6
Changes
- Bump Compose Multiplatform to 1.8.1 @sebaslogen