Skip to content

Releases: visgl/react-google-maps

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

v0.6.1

08 Feb 10:43
67c12c7
Compare
Choose a tag to compare

0.6.1 (2024-02-08)

Bug Fixes

  • remove deep-link into fast-deep-equal package (#208) (f0be380)

v0.6.0

07 Feb 15:22
d650ab1
Compare
Choose a tag to compare

0.6.0 (2024-02-07)

⚠ BREAKING CHANGES

  • The behaviour of the props controlling camera parameters (center, zoom, heading and tilt) changed. Unless you are using controlled props, you have to change the prop names from e.g. center to defaultCenter (the same goes for zoom, heading and tilt).

Code Refactoring

  • improved state-handling implementation (#181) (904b918)

v0.5.4

01 Feb 16:58
fed1eeb
Compare
Choose a tag to compare

0.5.4 (2024-02-01)

Bug Fixes

  • prevent passing empty parameters to ApiLoader (#193) (0601753)

v0.5.3

01 Feb 14:25
24ae7ab
Compare
Choose a tag to compare

0.5.3 (2024-02-01)

Bug Fixes

  • add loading=async to maps API url (cb1336f)
  • use parameter v instead of version (0626fb6)

v0.5.2

01 Feb 09:09
64abfce
Compare
Choose a tag to compare

0.5.2 (2024-02-01)

Bug Fixes

  • trigger release for new library function from commit 31f2655 (b5a13e5)

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)