Releases: visgl/react-map-gl
Releases · visgl/react-map-gl
v7.1.8
- Improves Source#updateSource to use setTiles function if available (#2355)
- Update common type for compatibility (#2448)
- fix: change transformation setters call order (#2391)
v7.1.7
- Allow disabling RTLTextPlugin and load lazy (#2312)
v7.2.0-beta.1
- Switch to ESM module (#2281)
v7.1.6
- Use shadow transform for queryRenderedFeatures call (#2280)
- Fix resetting cursor style (#2279)
v7.1.5
- Re-export native types where possible (#2263)
- Fix useMap return type (#2262)
- Fix LngLatBounds type (#2260)
- fix missing types (#2259)
v7.1.4
- Import style and event types from specific base libraries (#2252)
- Fix typechecking (#1798) (#2250)
v7.1.3
- Fix globe/mercator projection transition (#2229)
v7.1.2
- Fix crash updating settings (#2222)
v7.1.1
- Remove redeclaration of react type (#2219)
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 as react-map-gl
, but typed for maplibre-gl
instead. After switching to this new endpoint, maplibre-gl
users no longer need to install mapbox-gl
or a placeholder package as dependency. See upgrade guide for an example.
Marker
, Popup
and GeolocateControl
components now expose the native instance via React ref.