Releases: visgl/react-google-maps
Releases · visgl/react-google-maps
v1.1.2
v1.1.1
v1.1.0
v1.0.2
v1.0.1
v1.0.0
v0.11.2
v0.11.1
v0.11.0
0.11.0 (2024-05-08)
⚠ BREAKING CHANGES
- 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
Features
- advanced-marker: add support for
clickable
option (#341) (ca96e54) - map: implement initial version of map-instance caching (#349) (4a6e83a)
Bug Fixes
v0.10.0
0.10.0 (2024-05-03)
Features
- 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)