Releases: svenjacobs/reveal
Releases · svenjacobs/reveal
1.1.0
What's Changed
- chore: Update dependencies (Compose BOM 2023.06.01) by @svenjacobs in #51
- feat: Add tryReveal() function by @svenjacobs in #53
Full Changelog: v1.0.3...v1.1.0
1.0.3
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
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
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
First stable release. No major changes since 0.0.17
.
What's Changed
- chore: Add some tests by @svenjacobs in #36
- chore: Test more device APIs by @svenjacobs in #37
Full Changelog: v0.0.17...v1.0.0
0.0.17
What's Changed
- chore: Add Slack's Compose lints by @svenjacobs in #31
- feat: Add revealable() modifiers with multiple keys by @svenjacobs in #34
Full Changelog: v0.0.16...v0.0.17
0.0.16
What's Changed
- chore: Update dependencies by @svenjacobs in #29
- fix: Revealables not updating after recomposition by @svenjacobs in #30
Full Changelog: v0.0.15...v0.0.16
0.0.15
What's Changed
- chore: Update dependencies (Compose BOM 2023.01.00, Kotlin 1.8.10) by @svenjacobs in #28
Full Changelog: v0.0.14...v0.0.15
0.0.14
What's Changed
- feat: Always render effect fullscreen by @svenjacobs in #25
This is a significant behavioural change! Please read pull request description for details.
Full Changelog: v0.0.13...v0.0.14
0.0.13
What's Changed
- feat: Make putRevealable() and removeRevealable() public by @svenjacobs in #24
Full Changelog: v0.0.12...v0.0.13