Releases: vitoksmile/ComposeHints
Releases · vitoksmile/ComposeHints
2.2.0
- Kotlin 2.3.20 & Compose Multiplatform 1.10.3
- AGP 9.1.1 & Gradle 9.4.1
- Fixed
IndexOutOfBoundsException(#4)
Full Changelog: 2.1.0...2.2.0
2.1.0
- Added
Propertiesto customize the behavior of a Hint:dismissOnBackPress,dismissOnClickOutside
Full Changelog: 2.0.1...2.1.0
2.0.1
- Fixed BackHandler (see issue #3)
Full Changelog: 2.0.0...2.0.1
2.0.0
- HintHost as root Composable to define a place where hints are shown (see issue #2)
Full Changelog: 1.1.1...2.0.0
1.1.1
- Animations: anchor size
Full Changelog: 1.1.0...1.1.1
1.1.0
- Animations: overlay, hint
Full Changelog: 1.0.2...1.1.0
1.0.2
- Fix: Use positionInRoot() for accurate hint positioning by @wasingun in #1
- Compose Multiplatform 1.8.0
Full Changelog: 1.0.1...1.0.2
1.0.1
Full Changelog: 1.0.0...1.0.1
1.0.0
Initial release.