Skip to content

Releases: googlemaps/android-maps-compose

v2.11.1

07 Mar 23:54
Compare
Choose a tag to compare

2.11.1 (2023-03-07)

Bug Fixes

  • Fix Clustering not updating when new items are provided (#279) (6a90ba9)

v2.11.0

16 Feb 20:32
Compare
Choose a tag to compare

2.11.0 (2023-02-16)

Features

  • Add Marker Clustering composable, maps-compose-utils library (#258) (7f00a72)

v2.10.0

08 Feb 23:37
Compare
Choose a tag to compare

2.10.0 (2023-02-08)

Features

  • Add public currentCameraPositionState property (#262) (bf88134)

v2.9.1

24 Jan 19:11
Compare
Choose a tag to compare

2.9.1 (2023-01-24)

Bug Fixes

  • Migrate publication to AGP's publishing API (#243) (bec5484), closes #246

v2.9.0

24 Jan 00:55
Compare
Choose a tag to compare

2.9.0 (2023-01-24)

Features

  • enable force refresh of stale TileOverlay tiles (#238) (0380664)

v2.8.1

19 Jan 19:45
Compare
Choose a tag to compare

2.8.1 (2023-01-19)

Performance Improvements

  • Make CameraPositionState and MarkerState stable (#254) (52bd69e)

v2.8.0

16 Dec 03:09
Compare
Choose a tag to compare

2.8.0 (2022-12-16)

Features

v2.7.4

05 Dec 23:43
0618bde
Compare
Choose a tag to compare

What's Changed

  • fix: Separate MapView disposal from LifecycleOwner changes by @DSteve595 in #228

Full Changelog: v2.7.3...v2.7.4

v2.7.3

21 Nov 21:00
Compare
Choose a tag to compare

2.7.3 (2022-11-21)

Bug Fixes

  • GoogleMap in preview early return breaking preview layout (#213) (020dd4e)

v2.7.2

22 Sep 17:23
Compare
Choose a tag to compare

2.7.2 (2022-09-22)

Bug Fixes

  • Prevent a memory leak on AndroidView which may not call ON_DESTROY (#206) (7130698)