Releases: visgl/react-map-gl
Releases · visgl/react-map-gl
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)
4.0.9
- Reverse polarity of compass bearing rotation (#694)
4.0.8
- Fix dragging marker with offset (#693)
4.0.7
- Remove passive listener console warning in Chrome (#689)
- Disable console logging of package version (#688)
4.0.6
- Update mapbox-gl to 0.52.0 (#684)
4.0.5
- Fix map controller class extensibility (#674)