Releases: alex3165/react-mapbox-gl
Releases · alex3165/react-mapbox-gl
Important warning fixes and remove automatic injection of CSS
This release include the following fixes:
v4.8.4
v4.8.2
v4.8.1
v4.8.0
- upgraded mapbox-gl to
v1.6.0 - upgraded supercluster to
v7.0.0(⚠️ new major) - upgraded @types/mapbox-gl to
v1.5.2
v4.7.3
v4.6.1
- adds antialias support (thanks @odevyatkov!)
- upgrades
@types/mapbox-gl
Mapbox GL v1
Read about what this means from the changelog of mapbox-gl-js.
v4.5.1
v4.5.0
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