Skip to content

Releases: svenjacobs/reveal

3.1.1

24 Oct 16:50
611aa34
Compare
Choose a tag to compare

What's Changed

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)

17 Oct 07:34
d8dddcb
Compare
Choose a tag to compare

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

23 Sep 13:55
ed844d0
Compare
Choose a tag to compare

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

24 May 20:23
5da581a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.6...v3.0.7

3.0.6

23 May 07:00
bb94332
Compare
Choose a tag to compare

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

08 Mar 15:16
b8664f7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.4...v3.0.5

3.0.4

03 Mar 11:19
af286e8
Compare
Choose a tag to compare

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

21 Jan 12:52
8abef5f
Compare
Choose a tag to compare

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

05 Nov 13:42
694cdd8
Compare
Choose a tag to compare

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

03 Oct 11:57
2eaace2
Compare
Choose a tag to compare

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