Skip to content

Latest commit

 

History

History
195 lines (106 loc) · 13 KB

CHANGELOG.md

File metadata and controls

195 lines (106 loc) · 13 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

5.3.0 (2023-08-09)

Features

  • google-maps: Added feature to disable touch events on map (#1601) (c4e3871)
  • google-maps: Update map size in updateRender method if it has changed (#1595) (318fc40)

5.2.2 (2023-07-19)

Note: Version bump only for package @capacitor/google-maps

5.2.1 (2023-07-12)

Bug Fixes

  • google-maps: Add missing listeners to removeAllMapListeners (#1672) (7e1911d)

5.2.0 (2023-06-29)

Bug Fixes

  • google-maps: Apply zIndex for marker in Android and default to 0 (#1645) (fc91569)

Features

  • google-maps: add fitBounds to Map object (f4ae690)

5.1.2 (2023-06-08)

Note: Version bump only for package @capacitor/google-maps

5.1.1 (2023-06-08)

Note: Version bump only for package @capacitor/google-maps

5.1.0 (2023-05-09)

Bug Fixes

  • google-maps: Added null check to addMarkers method (#1571) (76e89a9)

Features

  • google-maps: Add ability to set language and region on map (#1588) (c4a296c)

5.0.1 (2023-05-05)

Bug Fixes

5.0.0 (2023-05-03)

Note: Version bump only for package @capacitor/google-maps

5.0.0-beta.1 (2023-04-21)

Bug Fixes

  • google-maps: Cast iOS marker id to string (#1222) (0ffb621)
  • google-maps: fix custom icon on marker when clustering is enabled (#1522) (12be06a)

Features

5.0.0-beta.0 (2023-03-31)

Bug Fixes

  • google-maps: setMapType not working on web (#1508) (4efa7d7)

Features

  • google-maps: add extend to LatLngBounds (fb2dc0d)

5.0.0-alpha.1 (2023-03-16)

Features

  • android: Removing enableJetifier (d66f9cb)
  • google-maps: add zIndex to markers (53a0436)

4.5.0 (2023-02-22)

Bug Fixes

  • google-maps/android: dispatch touch events to correct y position (#1415) (87e9a6e)

Features

  • google-maps: add contains to LatLngBounds (a6b9962)
  • google-maps: Add getMapType method (#1420) (c2fa96f)

4.4.0 (2023-02-03)

Bug Fixes

  • google-maps/android: update clusters on map move (#1398) (3a23238)

Features

  • google-maps: Add minClusterSize setting for enableClustering (#1399) (fba34b8)

4.3.2 (2022-12-01)

Note: Version bump only for package @capacitor/google-maps

4.3.1 (2022-11-16)

Bug Fixes

  • google-maps: install google.maps types as dependency (#1269) (6cc7783)
  • google-maps: Remove log of marker options (#1247) (5bb3000)
  • google-maps: Retry getting the map size if it's 0 (#1252) (9bffdb5)

4.3.0 (2022-10-21)

Bug Fixes

  • google-maps: allow remote marker icons on native platforms (#1216) (8b4de64)
  • google-maps: allow to resize icons with same image (#1228) (f6522d3)
  • google-maps: event listeners not firing when clustering enabled (dd80da2)

Features

4.2.1 (2022-09-29)

Bug Fixes

  • google-maps: adding missing marker draggable property for web (#1184) (2eb0e7e)
  • google-maps: onClusterClickHandler not getting marker ids on web (#1039) (b04e32d)

4.2.0 (2022-09-12)

Features

  • google-maps: Marker Customization Options (#1146) (bb77432)
  • google-maps: Marker Drag Listeners (833f28d)

4.1.0 (2022-08-24)

Bug Fixes

  • google-maps: Check for WKScrollView and WKChildScrollView (#1109) (7513602)

4.0.1 (2022-07-28)

Note: Version bump only for package @capacitor/google-maps

4.0.0 (2022-07-27)

Note: Version bump only for package @capacitor/google-maps

4.0.0-beta.2 (2022-07-08)

Features

  • google-maps: provides variables for configuring dependencies (#1063) (5c077f1)

4.0.0-beta.0 (2022-06-27)

Bug Fixes

  • google-maps: correctly typed event listeners (656f916)
  • google-maps: Fixing map touch events on Android (7cb89fb)

Features

  • google-maps: Google Maps Bounds (14a045d)

1.1.0 (2022-06-17)

Bug Fixes

  • google-maps: correctly typed event listeners (656f916)
  • google-maps: Fixing map touch events on Android (7cb89fb)

Features

  • google-maps: Google Maps Bounds (14a045d)

1.0.0 (2022-04-28)

Note: Version bump only for package @capacitor/google-maps