Releases: visgl/react-google-maps
Releases · visgl/react-google-maps
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)
v0.2.1
0.2.1 (2023-11-07)
Bug Fixes
v0.2.0
0.2.0 (2023-11-07)
Features
Bug Fixes
- replace prop
gmpDraggable
with draggable
in AdvancedMarker (#53) (1dbf477)
- update usage of useMapsLibrary in AdvancedMarker (#55) (b01fc8b)
v0.1.2
0.1.2 (2023-11-01)
Miscellaneous Chores
- add registry-url to release action (9fa403b)
v0.1.1
0.1.1 (2023-11-01)
Bug Fixes
- empty commit to trigger release-please (b04a942)
v0.1.0
0.1.0 (2023-10-27)
⚠ BREAKING CHANGES
- loading multiple libraries at once is no longer supported, changed the return type of useMapsLibrary.
Features
- useMapsLibrary returns API object instead of boolean (#26) (a3aa4c5)