Releases: visgl/react-google-maps
Releases · visgl/react-google-maps
v0.5.1
0.5.1 (2024-01-31)
Bug Fixes
- infowindow double rendering and eslint warnings (#185) (404cc06)
v0.5.0
0.5.0 (2024-01-18)
Features
- handle API-key errors in map-component (#165) (26ccc15)
Bug Fixes
v0.4.3
0.4.3 (2024-01-05)
Bug Fixes
- allow AdvancedMarker to accept space-separated multiple class names (#143) (eab53e2)
v0.4.2
0.4.2 (2023-12-22)
Bug Fixes
- avoid re-render on every importLibrary() call (#135) (32b5894)
v0.4.1
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
0.4.0 (2023-11-28)
Features
- Allow <Pin> glyphs to be passed as children (close #98) (#99) (6374453)
v0.3.3
0.3.3 (2023-11-13)
Bug Fixes
v0.3.2
0.3.2 (2023-11-09)
Bug Fixes
- use moveCamera and useLayoutEffect for faster map-updates (e493d5f)
v0.3.1
0.3.1 (2023-11-09)
Bug Fixes
v0.3.0
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)