Skip to content

Latest commit

 

History

History
45 lines (25 loc) · 1.39 KB

File metadata and controls

45 lines (25 loc) · 1.39 KB

Changelog

  • Fixed missing anchor highlight (regression in 2.2.0)
  • Added support for Compose screenshot tests
  • Kotlin 2.3.20 & Compose Multiplatform 1.10.3
  • AGP 9.1.1 & Gradle 9.4.1
  • Fixed IndexOutOfBoundsException (#4)
  • Added Properties to customize the behavior of a Hint: dismissOnBackPress, dismissOnClickOutside
  • Fixed BackHandler
  • HintHost as root Composable to define a place where hints are shown
  • Animations: anchor size
  • Animations: overlay, hint
  • Fix: Use positionInRoot() for accurate hint positioning
  • Compose Multiplatform 1.8.0
  • Android SDK 36
  • Initial release