Releases: visgl/react-google-maps
Releases · visgl/react-google-maps
v0.8.3
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
0.8.2 (2024-03-29)
Bug Fixes
- memoize context-values to avoid excessive re-renders (#287) (bea68f9), closes #285
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)