Releases: visgl/react-map-gl
Releases · visgl/react-map-gl
v7.0.22
- Improve map reuse consistency (#2155)
- fix: query only the layers that have been loaded (#2128)
- Inherit parent height in
mapboxgl-children
div (#2132)
- set global settings before checking support status (#2138)
- Change return type of
useControl
to return T
instead of any
(#2137)
- Change fog and terrain types to match Mapbox types (#2106)
v7.0.21
- fix
reuseMaps
not removing map children (#2092)
v6.1.21
- Add a null-check to map.style in createSource (#2065)
v5.3.21
- Add a null-check to map.style in createSource (#2065)
v7.0.20
- Fix SymbolLayer crash on style update (#2047)
v6.1.20
- Add conditional to mapboxScaleControl._onMove (#1961)
v5.3.20
- Add conditional to mapboxScaleControl._onMove (#1961)
v7.0.19
- Add
onAdd
callback to useControl hook (#1952)
v7.0.18
- Fix queryTerrainElevation (#1922)
- Handle initialViewState.bounds when reusing map (#1923)
v7.0.17
- [fix] id in LayerProps should be optional (#1910)