Skip to content

Releases: svenjacobs/reveal

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

3.0.0 (Compose Multiplatform 🎉)

18 Sep 13:33
d3aa025
Compare
Choose a tag to compare

This major version migrates Reveal to Compose Multiplatform and makes it available on Android, iOS, Desktop and Web! 🎉 However except Android the other targets are currently not well tested and some of them are still alpha or experimental.

This version lays the groundwork for further multiplatform development.

Nothing should change for Android developers because there have been no API changes.

What's Changed

Full Changelog: v2.0.0...v3.0.0

2.0.0

21 Aug 15:13
bc70fd6
Compare
Choose a tag to compare

What's Changed

This new major version contains a breaking change which introduces a new RevealCanvas composable that is required for future Compose Multiplatform support. Please have a look at the pull request and the updated README for more information.

  • [BREAKING CHANGE] feat: Add RevealCanvas composable by @svenjacobs in #63

Full Changelog: v1.3.0...v2.0.0

1.3.0

18 Aug 07:32
98c6ff0
Compare
Choose a tag to compare

What's Changed

  • feat: Add RevealOverlayInserter as an intermediate steps towards Multiplatform support by @svenjacobs in #60
  • [BREAKING CHANGE] chore: Move overlay alpha animation spec into RevealOverlayEffect interface by @svenjacobs in #61
  • chore: Update dependencies (Compose BOM 2023.08.00) by @svenjacobs in #62

Full Changelog: v1.2.0...v1.3.0