Skip to content

Latest commit

 

History

History
115 lines (55 loc) · 7.22 KB

File metadata and controls

115 lines (55 loc) · 7.22 KB

Changelog

8.5.0 (2026-08-17)

Features

  • expose info window customization for advanced markers (#965) (4c65f8c)

Bug Fixes

  • avoid re-parenting crash for MarkerInfoWindowContent/MarkerInfoWindowComposable (#953) (12f35a4)
  • avoid zero-size crash in rememberComposeBitmapDescriptor when used inside Clustering (#963) (11a2430)
  • rename InvalidatingComposeView getRotation param to avoid View shadowing (#952) (1d971cd)

8.4.0 (2026-07-16)

Features

  • add rotation support to cluster item API (#943) (3430231)
  • allow GoogleMap to opt out of keyboard focus traversal (#945) (7049991)

Bug Fixes

  • deps: update dependencies across android-maps-compose (d4064c7)
  • keep ComposeView attached while info window is shown for compose-ui 1.10+ compat (#931) (995ff38)
  • prevent ComposeUiClusterRenderer crash on fast back gesture with compose-ui 1.10+ (#930) (3882afa)

8.3.1 (2026-07-07)

Bug Fixes

  • keep maps as single tab focus targets (#935) (2f5b340)
  • toggle map color scheme from system state (#933) (ec1276c)

8.3.0 (2026-04-09)

Features

  • add WMS tile overlay support to maps-compose-utils (#884) (ca66e98)
  • expose rememberComposeBitmapDescriptor as public experimental API (#867) (3456db0)

Bug Fixes

  • fallback to moveCamera in lite mode for CameraPositionState animate (#877) (8994e12)
  • prevent NullPointerException in MapUpdater on HMS/microG devices (#858) (5669abd)

8.2.2 (2026-03-12)

Bug Fixes

  • avoid ComposeNotIdleException when clusterContent is null (#855) (3b12a24)

8.2.1 (2026-03-12)

Bug Fixes

  • fixed issue with ProGuard/R8 and AttributionId (#861) (7b9149d)
  • prevent NoSuchElementException when computing view keys in ClusterRenderer (#857) (e34b50f)

8.2.0 (2026-02-24)

Features

8.1.0 (2026-02-06)

Features

8.0.1 (2026-01-29)

Bug Fixes

8.0.0 (2026-01-27)

⚠ BREAKING CHANGES

  • update Maps SDK to v20.0.0 and add internal usage attribution (#830)

Features

  • update Maps SDK to v20.0.0 and add internal usage attribution (#830) (2ba9689)

7.0.0 (2025-12-16)

⚠ BREAKING CHANGES

  • updated Compose version (#805)

Features

Bug Fixes

  • Corrected broken links in Support section of README.md (#796) (1780317)