Releases: visgl/react-map-gl
Releases · visgl/react-map-gl
v7.1.7
v7.2.0-beta.1
- Switch to ESM module (#2281)
v7.1.6
v7.1.5
v7.1.4
v7.1.3
v7.1.2
v7.1.1
v7.1.0
- To better accommodate the API divergence between Mapbox and Maplibre, this version adds a new endpoint
react-map-gl/maplibre
. The new endpoint exports identical components asreact-map-gl
, but typed formaplibre-gl
instead. After switching to this new endpoint,maplibre-gl
users no longer need to installmapbox-gl
or a placeholder package as dependency. See upgrade guide for an example. Marker
,Popup
andGeolocateControl
components now expose the native instance via React ref.