Skip to content

Releases: visgl/react-google-maps

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)

v0.8.2

29 Mar 15:09
5386035
Compare
Choose a tag to compare

0.8.2 (2024-03-29)

Bug Fixes

  • memoize context-values to avoid excessive re-renders (#287) (bea68f9), closes #285

v0.8.1

26 Mar 07:52
1a9deb0
Compare
Choose a tag to compare

0.8.1 (2024-03-26)

Bug Fixes

  • InfoWindow.shouldFocus doesn't work with false as value (#278) (2f4b508)

v0.8.0

20 Mar 09:53
750acb9
Compare
Choose a tag to compare

0.8.0 (2024-03-20)

Features

v0.7.1

23 Feb 22:04
abf60ee
Compare
Choose a tag to compare

0.7.1 (2024-02-23)

Bug Fixes

v0.7.0

15 Feb 11:25
ade0caf
Compare
Choose a tag to compare

0.7.0 (2024-02-15)

⚠ BREAKING CHANGES

  • removed the useStreetViewPanorama() and useDirectionsService() hooks.

Features

Code Refactoring