Releases: visgl/react-map-gl
Releases · visgl/react-map-gl
v4.1.3
- Fix geolocate control missing key warning (#789)
- Custom mapbox server (#769)
4.1.2
- Fix geolocate control marker styling (#764)
- Fix synchronous redraw bug (#772)
4.1.1
- Fix mapbox export warning (#757)
4.1.0
- add fullscreen support (#696)
- add geolocate control (#724)
4.0.15
- Fix: popup close button click event propagates to map (#751)
4.0.14
- Fix static context bug (#749)
4.0.13
- Bump mapbox-gl to 0.53 (#739)
4.0.12
- add onNativeClick callback (#733)
- fix synchronous redraw (#736)
4.0.11
- Consolidate InteractiveContext and StaticContext into one (#718)
- Deregister mapbox events listeners when destroy map (#723)
- Force map rerender synchronously after props update (#720)
4.0.10
- Remove excessive fields from NavigationControl's callback argument (#702)
- Default onError handler to console.error (#706)
- Don't query interactive layer ids before map has loaded (#708)
- Fix onLoad event calling when reuseMaps is set to true (#704)