Releases: visgl/react-map-gl
Releases · visgl/react-map-gl
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.
v7.1.0-beta.3
- Remap event types (#2207)
- Restore fog, light and terrain types on MapProps (#2206)
v7.1.0-beta.2
- Make source prop of Layer optional (#2200)
- Fix maplibre-gl peerDependencies typo (#2197)
v7.1.0-beta.1
- Add ref forwarding to Marker and Popup (#2191)
- Split exports into separate endpoints (#2178)
- Make mapbox-gl an optional dependency (#2175)
- Remove defaultProps and displayName (#2173)
v7.0.25
- Fix reuseMaps with maplibre-gl ResizeObserver not changing observee (#2174)
- Force map reload upon reuse (#2160)
v7.0.24
- Make supported() check optional (maplibre-gl 3 compatibility) (#2179)
v7.0.23
- Fix mouse events regression (#2158)