1.0.2 (2024-05-30)
1.0.1 (2024-05-27)
1.0.0 (2024-05-11)
- tag 1.0.0 release (afb67a7)
0.11.2 (2024-05-10)
0.11.1 (2024-05-10)
- advanced-marker: remove content element in cleanup (#351) (128df87)
- map: set container position to relative (#356) (7fa2b71)
0.11.0 (2024-05-08)
- map: Introduction of map instance caching needed a change to the DOM-Structure produced by the map component (added a div-element owned by the Map component to contain the map instance).
- map: The type passed to the
onProjectionChange
is changed fromMapCameraChangedEvent
toMapEvent
, so there are no longer camera-props available for this event
- advanced-marker: add support for
clickable
option (#341) (ca96e54) - map: implement initial version of map-instance caching (#349) (4a6e83a)
0.10.0 (2024-05-03)
- add solution-channel parameter (#334) (f93e43e)
- advanced-marker: add style prop to add styles to content-element (#337) (e942fb5)
- infowindow: add
className
andstyle
props (92854c9) - infowindow: add missing options and events (92854c9)
- infowindow: InfoWindow overhaul (#335) (92854c9)
- infowindow: add missing cleanup for infowindow (92854c9)
- infowindow: better dependency checks, using
useDeepCompareEffect
where needed (92854c9) - infowindow: removed unneeded dependency in infowindow hooks (92854c9)
0.9.0 (2024-04-18)
- docs: use correct spelling of JavaScript (#312) (f38d3c4)
- omit map prop from markers (#305) (8a38acf)
0.8.3 (2024-04-04)
- api-loader didn't call callback on repeat load calls (743878a)
- map controls crashing when invalid key is provided (#290) (5052dfb)
0.8.2 (2024-03-29)
0.8.1 (2024-03-26)
0.8.0 (2024-03-20)
0.7.1 (2024-02-23)
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.