Skip to content

Releases: googlemaps/android-maps-compose

v3.1.1

10 Oct 07:32
Compare
Choose a tag to compare

3.1.1 (2023-10-10)

Bug Fixes

  • fix marker listener in matching node (#425) (4405189)

v3.1.0

06 Oct 16:43
Compare
Choose a tag to compare

3.1.0 (2023-10-06)

Features

  • add ability to customize the My Location button (#347) (25b7f09)

v3.0.0

03 Oct 19:36
Compare
Choose a tag to compare

3.0.0 (2023-10-03)

Features

Chores

  • Update JDK version in release workflow (#419) (9456fec)
  • Update to Maps KTX v4.0.0 (Maps SDK for Android v18.1.0, Maps Utils v3.5.3), Kotlin 1.9.0, and other dependencies (#377) (16cd89e)

BREAKING CHANGES

  • Remove guidance to specify Maps SDK for Android and Utility Library dependencies alongside Maps Compose. These dependencies are pulled in by the Maps Compose build script to ensure version compatibility. (#288)

v2.15.0

22 Sep 09:09
Compare
Choose a tag to compare

2.15.0 (2023-09-22)

Features

v2.14.1

14 Sep 23:31
Compare
Choose a tag to compare

2.14.1 (2023-09-14)

Bug Fixes

  • make all listeners null by default (#320) (dc743a)
  • fixed issue when multiple marker managers have been added, for instance in multiple clustering (#396) (ff3f98b)

v2.14.0

17 Aug 18:12
Compare
Choose a tag to compare

2.14.0 (2023-08-17)

Features

  • customize Marker using MarkerComposable (#355) (51bb2bf)

v2.13.1

17 Aug 17:35
Compare
Choose a tag to compare

2.13.1 (2023-08-17)

Bug Fixes

  • fix test for swiping on map in column (#379) (1bd915c)

v2.13.0

07 Aug 18:29
Compare
Choose a tag to compare

2.13.0 (2023-08-07)

Features

v2.12.0

26 Jul 23:31
Compare
Choose a tag to compare

2.12.0 (2023-07-26)

Features

v2.11.5

25 Jul 16:32
Compare
Choose a tag to compare

2.11.5 (2023-07-25)

Bug Fixes

  • fixed crash when the Bitmap size is zero in the ClusterRenderer (#336) (93b9b85)