Skip to content

Releases: svenjacobs/reveal

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

1.2.0

25 Jul 12:46
4590259
Compare
Choose a tag to compare

What's Changed

  • chore(deps): Bump org.jetbrains.kotlin.android from 1.8.22 to 1.9.0 by @dependabot in #55
  • feat: Add revealableOffset parameter for legacy View interoperability by @svenjacobs in #57

New Contributors

Full Changelog: v1.1.0...v1.2.0

1.1.0

17 Jul 09:56
a50817c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.3...v1.1.0

1.0.3

17 May 14:49
371cd58
Compare
Choose a tag to compare

What's Changed

  • chore: Update dependencies (Compose BOM 2023.05.01) by @svenjacobs in #45
  • fix: Graphics glitch on Android <= 9 when rendering cutout by @svenjacobs in #46

Full Changelog: v1.0.2...v1.0.3

1.0.2

18 Apr 10:29
86afc0b
Compare
Choose a tag to compare

What's Changed

  • chore: Update dependencies (Compose BOM 2023.04.00, Compiler 1.4.5, Kotlin 1.8.20) by @svenjacobs in #41
  • fix: Remove toSet() which always produces new set instance by @svenjacobs in #42

Full Changelog: v1.0.1...v1.0.2

1.0.1

30 Mar 09:18
4f3afa1
Compare
Choose a tag to compare

What's Changed

  • chore: Update dependencies (Compose BOM 2023.03.00) by @svenjacobs in #38

Full Changelog: v1.0.0...v1.0.1

1.0.0

12 Mar 14:28
a7a9008
Compare
Choose a tag to compare

First stable release. No major changes since 0.0.17.

What's Changed

Full Changelog: v0.0.17...v1.0.0