Releases: svenjacobs/reveal
3.1.1
What's Changed
- chore(deps): Bump androidx-activity from 1.9.2 to 1.9.3 by @dependabot in #174
- fix: Balloon shape on Android API 29/30 by @svenjacobs in #177
- chore: add foojay resolver Gradle plugin by @svenjacobs in #178
Full Changelog: v3.1.0...v3.1.1
Special thanks to @StefMa for bringing these issues to my attention.
3.1.0 (Kotlin 2.0)
Reveal is now based on Kotlin 2.0 and Compose Multiplatform 1.7.0 🎉
This version should still work with Kotlin 1.9 because 1.9 is forward compatible with the binary format of 2.0.
What's Changed
- chore: update Gradle to 8.10.2 by @svenjacobs in #165
- chore: upgrade JDK to 21 by @svenjacobs in #166
- chore(deps): Bump androidx.compose:compose-bom from 2024.09.02 to 2024.09.03 by @dependabot in #168
- chore(deps): Bump com.slack.lint.compose:compose-lint-checks from 1.3.1 to 1.4.1 by @dependabot in #169
- chore(deps): Bump android-gradle-plugin from 8.6.1 to 8.7.0 by @dependabot in #170
- chore(deps): Bump the kotlin group with 2 updates (Kotlin 2.0) by @dependabot in #132
Full Changelog: v3.0.8...v3.1.0
3.0.8
This update mainly bumps a few dependencies.
The project is not yet migrated to Kotlin 2.0 because we're facing build issues on CI that are likely fixed with Compose Multiplatform 1.7, which is not released yet ⏳
What's Changed
- chore: update Dependabot configuration by @svenjacobs in #133
- chore: migrate demo app to Kotlin 2.0 by @svenjacobs in #134
- chore: update Gradle GHA action by @svenjacobs in #135
- chore(deps): Bump android-gradle-plugin from 8.4.1 to 8.5.0 by @dependabot in #136
- chore(deps): Bump androidx.compose:compose-bom from 2024.05.00 to 2024.06.00 by @dependabot in #137
- chore(deps): Bump org.jmailen.kotlinter from 4.3.0 to 4.4.0 by @dependabot in #138
- chore(deps): Bump androidx.test.espresso:espresso-core from 3.5.1 to 3.6.1 by @dependabot in #139
- chore: update dependencies by @svenjacobs in #140
- chore(deps): Bump org.jmailen.kotlinter from 4.4.0 to 4.4.1 by @dependabot in #141
- chore(deps): Bump android-gradle-plugin from 8.5.0 to 8.5.1 by @dependabot in #142
- Add BCV by @Goooler in #144
- chore(deps): Bump org.jetbrains.kotlinx.binary-compatibility-validator from 0.15.1 to 0.16.2 by @dependabot in #145
- Correct composite builds by @Goooler in #143
- Enable KLib ABI validation by @Goooler in #146
- chore(deps): Bump androidx-activity from 1.9.0 to 1.9.1 by @dependabot in #147
- chore(deps): Bump gradle/actions from 3 to 4 by @dependabot in #148
- chore(deps): Bump org.jetbrains.kotlinx.binary-compatibility-validator from 0.16.2 to 0.16.3 by @dependabot in #149
- chore(deps): Bump android-gradle-plugin from 8.5.1 to 8.5.2 by @dependabot in #150
- chore(deps): Bump androidx.compose:compose-bom from 2024.06.00 to 2024.08.00 by @dependabot in #153
- chore(deps): Bump android-gradle-plugin from 8.5.2 to 8.6.0 by @dependabot in #155
- chore(deps): Bump androidx-activity from 1.9.1 to 1.9.2 by @dependabot in #157
- chore(deps): Bump androidx.compose:compose-bom from 2024.08.00 to 2024.09.00 by @dependabot in #158
- chore(deps): Bump androidx.compose:compose-bom from 2024.09.00 to 2024.09.01 by @dependabot in #160
- chore(deps): Bump android-gradle-plugin from 8.6.0 to 8.6.1 by @dependabot in #162
- chore(deps): Bump androidx.compose:compose-bom from 2024.09.01 to 2024.09.02 by @dependabot in #163
New Contributors
Full Changelog: v3.0.7...v3.0.8
3.0.7
What's Changed
- fix: downgrade runner to macOS 13 by @svenjacobs in #131
- fix: click modifier not working after config change by @svenjacobs in #130
Full Changelog: v3.0.6...v3.0.7
3.0.6
This release updates a few dependencies, notably Kotlin 1.9.24
and JetBrains Compose 1.6.10
.
What's Changed
- chore: rename putRevealable() to addRevealable() by @svenjacobs in #110
- fix: get tests working again by @svenjacobs in #111
- feat: add experimental Wasm target by @svenjacobs in #112
- chore(deps): Bump androidx.compose:compose-bom from 2024.02.01 to 2024.02.02 by @dependabot in #114
- chore(deps): Bump android-gradle-plugin from 8.3.0 to 8.3.1 by @dependabot in #115
- chore(deps): Bump org.jmailen.kotlinter from 4.2.0 to 4.3.0 by @dependabot in #117
- chore(deps): Bump androidx.compose:compose-bom from 2024.02.02 to 2024.03.00 by @dependabot in #116
- chore(deps): Bump kotlin from 1.9.22 to 1.9.23 by @dependabot in #113
- chore: update actions/cache to v4 by @svenjacobs in #118
- chore(deps): Bump androidx.compose:compose-bom from 2024.03.00 to 2024.04.00 by @dependabot in #119
- chore(deps): Bump io.github.gradle-nexus.publish-plugin from 1.3.0 to 2.0.0 by @dependabot in #120
- chore(deps): Bump androidx-activity from 1.8.2 to 1.9.0 by @dependabot in #122
- chore(deps): Bump androidx.compose:compose-bom from 2024.04.00 to 2024.05.00 by @dependabot in #124
- chore(deps): Bump android-gradle-plugin from 8.3.1 to 8.4.0 by @dependabot in #125
- chore(deps): Bump the kotlin group with 2 updates by @dependabot in #126
- chore: update dependencies of demo app by @svenjacobs in #128
- chore: update dependencies by @svenjacobs in #129
Full Changelog: v3.0.5...v3.0.6
3.0.5
What's Changed
- chore: make state class constructors public by @svenjacobs in #109
Full Changelog: v3.0.4...v3.0.5
3.0.4
Maintenance release updating to JetBrains Compose 1.6.0
, Kotlin 1.9.22
and a few other dependencies.
What's Changed
- chore(deps): Bump gradle/gradle-build-action from 2 to 3 by @dependabot in #95
- chore(deps): Bump com.slack.lint.compose:compose-lint-checks from 1.2.0 to 1.3.1 by @dependabot in #96
- chore(deps): Bump com.github.ben-manes.versions from 0.50.0 to 0.51.0 by @dependabot in #97
- chore(deps): Bump org.jetbrains.compose from 1.5.11 to 1.5.12 by @dependabot in #99
- chore(deps): Bump kotlin from 1.9.21 to 1.9.22 by @dependabot in #90
- chore(deps): Bump androidx.compose:compose-bom from 2023.10.01 to 2024.02.01 by @dependabot in #104
- chore(deps): Bump android-gradle-plugin from 8.2.1 to 8.3.0 by @dependabot in #106
- chore: Update dependencies (JetBrains Compose 1.6.0) by @svenjacobs in #107
- chore: Update demo app dependencies by @svenjacobs in #108
Full Changelog: v3.0.3...v3.0.4
3.0.3
Maintenance release updating a few dependencies.
What's Changed
- chore(deps): Bump com.github.ben-manes.versions from 0.49.0 to 0.50.0 by @dependabot in #84
- chore(deps): Bump org.jmailen.kotlinter from 4.0.0 to 4.1.0 by @dependabot in #85
- chore(deps): Bump actions/setup-java from 3 to 4 by @dependabot in #88
- chore(deps): Bump org.jmailen.kotlinter from 4.1.0 to 4.1.1 by @dependabot in #91
- chore(deps): Bump actions/cache from 3 to 4 by @dependabot in #92
- chore(deps): Bump kotlin from 1.9.10 to 1.9.21 by @dependabot in #87
- chore(deps): Bump org.jmailen.kotlinter from 4.1.1 to 4.2.0 by @dependabot in #93
- chore: Update dependencies by @svenjacobs in #94
Full Changelog: v3.0.2...v3.0.3
3.0.2
This is just a maintenance release updating a few dependencies.
What's Changed
- chore: Add "show-progress" option to actions/checkout by @svenjacobs in #77
- chore(deps): Bump com.github.ben-manes.versions from 0.48.0 to 0.49.0 by @dependabot in #79
- chore(deps): Bump org.jetbrains.compose from 1.5.2 to 1.5.3 by @dependabot in #76
- chore(deps): Bump org.jmailen.kotlinter from 3.16.0 to 4.0.0 by @dependabot in #78
- chore: Update Dependabot config by @svenjacobs in #80
- chore: Update dependencies by @svenjacobs in #81
Full Changelog: v3.0.1...v3.0.2
3.0.1
This is just a maintenance release updating a few dependencies.
What's Changed
- chore: Move common KMP configuration into convention plugin by @svenjacobs in #72
- chore(deps): Bump org.jetbrains.compose from 1.5.1 to 1.5.2 by @dependabot in #74
- chore: Update dependencies by @svenjacobs in #75
Full Changelog: v3.0.0...v3.0.1