0.7.0 (2024-02-15)
- removed the
useStreetViewPanorama()
anduseDirectionsService()
hooks.
- add example for drawing tools (#220) (75e91c4)
- restore map state when changing mapId (#213) (0db363f)
0.6.1 (2024-02-08)
0.6.0 (2024-02-07)
- 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
todefaultCenter
(the same goes forzoom
,heading
andtilt
).
0.5.4 (2024-02-01)
0.5.3 (2024-02-01)
0.5.2 (2024-02-01)
- trigger release for new library function from commit 31f2655 (b5a13e5)
0.5.1 (2024-01-31)
0.5.0 (2024-01-18)
- don't use potentially unreliable addListener functions (#158) (7309efa)
- export event-types (#167) (cdd6b72)
- export type properly (#170) (e561031)
0.4.3 (2024-01-05)
0.4.2 (2023-12-22)
0.4.1 (2023-12-01)
- move @types/google.maps to dependencies (#115) (9b788e1), closes #106
- output an error when useMap is called outside APIProvider (#117) (5c30c3d)
0.4.0 (2023-11-28)
0.3.3 (2023-11-13)
0.3.2 (2023-11-09)
- use moveCamera and useLayoutEffect for faster map-updates (e493d5f)
0.3.1 (2023-11-09)
0.3.0 (2023-11-09)
- removed MapProps.onLoadMap
- 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)
0.2.1 (2023-11-07)
0.2.0 (2023-11-07)
- replace prop
gmpDraggable
withdraggable
in AdvancedMarker (#53) (1dbf477) - update usage of useMapsLibrary in AdvancedMarker (#55) (b01fc8b)
0.1.2 (2023-11-01)
- add registry-url to release action (9fa403b)
0.1.1 (2023-11-01)
- empty commit to trigger release-please (b04a942)
0.1.0 (2023-10-27)
- loading multiple libraries at once is no longer supported, changed the return type of useMapsLibrary.