Skip to content

Releases: visgl/react-google-maps

v1.1.0

17 Jun 21:44
96e0d5c
Compare
Choose a tag to compare

1.1.0 (2024-06-17)

Features

v1.0.2

30 May 20:07
183fb42
Compare
Choose a tag to compare

1.0.2 (2024-05-30)

Bug Fixes

  • info-window: fix reappearing InfoWindows (#393) (dc51eb9)

v1.0.1

27 May 16:42
3960343
Compare
Choose a tag to compare

1.0.1 (2024-05-27)

Bug Fixes

  • advanced-marker: apply marker class when rendering a Pin (#384) (e8a4cc3)

v1.0.0

11 May 19:18
6565e40
Compare
Choose a tag to compare

1.0.0 (2024-05-11)

Miscellaneous Chores

v0.11.2

10 May 20:47
2413e1f
Compare
Choose a tag to compare

0.11.2 (2024-05-10)

Bug Fixes

  • map: set other container position to relative (#357) (8e77d70)

v0.11.1

10 May 20:14
10ede16
Compare
Choose a tag to compare

0.11.1 (2024-05-10)

Bug Fixes

  • advanced-marker: remove content element in cleanup (#351) (128df87)
  • map: set container position to relative (#356) (7fa2b71)

v0.11.0

08 May 14:36
bc10a6f
Compare
Choose a tag to compare

0.11.0 (2024-05-08)

⚠ BREAKING CHANGES

  • map: Introduction of map instance caching needed a change to the DOM-Structure produced by the map component (added a div-element owned by the Map component to contain the map instance).
  • map: The type passed to the onProjectionChange is changed from MapCameraChangedEvent to MapEvent, so there are no longer camera-props available for this event

Features

  • advanced-marker: add support for clickable option (#341) (ca96e54)
  • map: implement initial version of map-instance caching (#349) (4a6e83a)

Bug Fixes

  • map: change event-type of projectionChanged event to MapEvent (#346) (83f9309)

v0.10.0

03 May 16:45
9c0b5a8
Compare
Choose a tag to compare

0.10.0 (2024-05-03)

Features

  • add solution-channel parameter (#334) (f93e43e)
  • advanced-marker: add style prop to add styles to content-element (#337) (e942fb5)
  • infowindow: add className and style props (92854c9)
  • infowindow: add missing options and events (92854c9)
  • infowindow: InfoWindow overhaul (#335) (92854c9)

Bug Fixes

  • infowindow: add missing cleanup for infowindow (92854c9)
  • infowindow: better dependency checks, using useDeepCompareEffect where needed (92854c9)
  • infowindow: removed unneeded dependency in infowindow hooks (92854c9)

v0.9.0

19 Apr 06:05
3d5a7e1
Compare
Choose a tag to compare

0.9.0 (2024-04-18)

Features

  • better handling for missing map configuration (#308) (b318d67)

Bug Fixes

v0.8.3

04 Apr 18:42
ec1d2a8
Compare
Choose a tag to compare

0.8.3 (2024-04-04)

Bug Fixes

  • api-loader didn't call callback on repeat load calls (743878a)
  • map controls crashing when invalid key is provided (#290) (5052dfb)