Releases: visgl/react-google-maps
Releases · visgl/react-google-maps
v0.8.1
0.8.1 (2024-03-26)
Bug Fixes
- InfoWindow.shouldFocus doesn't work with false as value (#278) (2f4b508)
v0.8.0
0.8.0 (2024-03-20)
Features
v0.7.1
0.7.1 (2024-02-23)
Bug Fixes
v0.7.0
0.7.0 (2024-02-15)
⚠ BREAKING CHANGES
- removed the
useStreetViewPanorama()
and useDirectionsService()
hooks.
Features
Code Refactoring
v0.6.1
0.6.1 (2024-02-08)
Bug Fixes
- remove deep-link into fast-deep-equal package (#208) (f0be380)
v0.6.0
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
0.5.4 (2024-02-01)
Bug Fixes
- prevent passing empty parameters to ApiLoader (#193) (0601753)
v0.5.3
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
0.5.2 (2024-02-01)
Bug Fixes
- trigger release for new library function from commit 31f2655 (b5a13e5)
v0.5.1
0.5.1 (2024-01-31)
Bug Fixes
- infowindow double rendering and eslint warnings (#185) (404cc06)