Skip to content

v4.5.0

Compare
Choose a tag to compare
@mklopets mklopets released this 14 Jul 19:12
· 107 commits to master since this release

Addresses #725 and #733, reverts default functionality of allowing mouse events to pass through Marker and Popup that was introduced in v4.3.0.

Introduces the renderChildrenInPortal prop on the Map component. This defaults to false, in which case mouse events will work like prior to v4.3.0. If set to true, you'll be able to pan and mouse-zoom through the projected layers (Popup & Marker). Note that these will still receive mouse events, but so will the mapbox map.

Diff: 8c4c727