Skip to content

Releases: visgl/react-google-maps

v0.5.1

31 Jan 17:04
288b0ec
Compare
Choose a tag to compare

0.5.1 (2024-01-31)

Bug Fixes

  • infowindow double rendering and eslint warnings (#185) (404cc06)

v0.5.0

18 Jan 15:49
89eeca9
Compare
Choose a tag to compare

0.5.0 (2024-01-18)

Features

  • handle API-key errors in map-component (#165) (26ccc15)

Bug Fixes

v0.4.3

12 Jan 07:26
608999e
Compare
Choose a tag to compare

0.4.3 (2024-01-05)

Bug Fixes

  • allow AdvancedMarker to accept space-separated multiple class names (#143) (eab53e2)

v0.4.2

22 Dec 20:06
f194ddb
Compare
Choose a tag to compare

0.4.2 (2023-12-22)

Bug Fixes

  • avoid re-render on every importLibrary() call (#135) (32b5894)

v0.4.1

01 Dec 21:38
2d7349e
Compare
Choose a tag to compare

0.4.1 (2023-12-01)

Bug Fixes

  • move @types/google.maps to dependencies (#115) (9b788e1), closes #106
  • output an error when useMap is called outside APIProvider (#117) (5c30c3d)

v0.4.0

29 Nov 10:23
dbd1e87
Compare
Choose a tag to compare

0.4.0 (2023-11-28)

Features

  • Allow <Pin> glyphs to be passed as children (close #98) (#99) (6374453)

v0.3.3

13 Nov 09:06
cb70fa8
Compare
Choose a tag to compare

0.3.3 (2023-11-13)

Bug Fixes

v0.3.2

09 Nov 21:43
Compare
Choose a tag to compare

0.3.2 (2023-11-09)

Bug Fixes

  • use moveCamera and useLayoutEffect for faster map-updates (e493d5f)

v0.3.1

09 Nov 15:36
186b7fe
Compare
Choose a tag to compare

0.3.1 (2023-11-09)

Bug Fixes

v0.3.0

09 Nov 14:41
13c224f
Compare
Choose a tag to compare

0.3.0 (2023-11-09)

⚠ BREAKING CHANGES

  • removed MapProps.onLoadMap

Features

  • cleanup map, remove onLoadMap prop (d5e7dfd)
  • implement props for all map-events with custom MapEvent type (820a301)
  • update map viewport when props are changed (0b1d800)