Skip to content

Releases: googlemaps/android-maps-compose

v5.0.1

08 May 13:57
Compare
Choose a tag to compare

5.0.1 (2024-05-08)

Bug Fixes

v5.0.0

07 May 18:45
Compare
Choose a tag to compare

5.0.0 (2024-05-07)

Bug Fixes

Features

  • change GoogleMap() content parameter default to {} and make content non-nullable (#521) (8e5e3a6), closes #493

BREAKING CHANGES

  • Adds optional contentDescriptor parameter to MarkerComposable and AdvancedMarker. Makes content parameter of GoogleMap non-nullable, but with an empty default value.

v4.4.2

03 May 18:26
Compare
Choose a tag to compare

4.4.2 (2024-05-03)

Bug Fixes

v4.4.1

23 Apr 17:42
Compare
Choose a tag to compare

4.4.1 (2024-04-23)

Bug Fixes

  • close #537: fixed scope cancellation that leads to bug when invalidating composable doesn't invalidate marker/cluster (#538) (5496365), closes #537

v4.4.0

23 Apr 16:31
Compare
Choose a tag to compare

4.4.0 (2024-04-23)

Features

  • Add StyleSpans support for Polylines (#546) (105112a)

Bug Fixes

  • add stability configuration file to the core maps-compose project. The currently configured types are all the immutable data types from com.google.android.gms.maps.model that are currently used in android-maps-compose:maps-compose. These types will now be considered @stable by the compiler. Making immutable data types @stable can be a more effective measure than relying on strong skipping, as stable types can use structural equality, whereas strong skipping merely relies on referential equality, as of today. (#517) (bfe95dd), closes #152

v4.3.3

31 Jan 22:42
Compare
Choose a tag to compare

4.3.3 (2024-01-31)

Bug Fixes

  • Use recomposed map listener callbacks rather than only the initially … (#478) (d14daba), closes #466

v4.3.2

23 Jan 23:29
Compare
Choose a tag to compare

4.3.2 (2024-01-23)

Bug Fixes

  • make actual current CameraPositionState available via currentCameraPositionState (#482) (04efc80)

v4.3.1

23 Jan 00:15
Compare
Choose a tag to compare

4.3.1 (2024-01-23)

Bug Fixes

  • properly support updating GoogleMap() contentDescription parameter (#485) (7436d57)

v4.3.0

17 Nov 19:19
Compare
Choose a tag to compare

4.3.0 (2023-11-17)

Features

  • expose the ClusterManager to support custom algorithms (#421) (b892e61)

v4.2.0

13 Nov 22:20
Compare
Choose a tag to compare

4.2.0 (2023-11-13)

Features