React Map Gl Versions Save

React friendly API wrapper around MapboxGL JS

v7.1.7

4 months ago
  • Allow disabling RTLTextPlugin and load lazy (#2312)

v7.2.0-beta.1

8 months ago
  • Switch to ESM module (#2281)

v7.1.6

8 months ago
  • Use shadow transform for queryRenderedFeatures call (#2280)
  • Fix resetting cursor style (#2279)

v7.1.5

8 months ago
  • Re-export native types where possible (#2263)
  • Fix useMap return type (#2262)
  • Fix LngLatBounds type (#2260)
  • fix missing types (#2259)

v7.1.4

8 months ago
  • Import style and event types from specific base libraries (#2252)
  • Fix typechecking (#1798) (#2250)

v7.1.3

9 months ago
  • Fix globe/mercator projection transition (#2229)

v7.1.2

10 months ago
  • Fix crash updating settings (#2222)

v7.1.1

10 months ago
  • Remove redeclaration of react type (#2219)

v7.1.0

10 months ago
  • 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

10 months ago
  • Remap event types (#2207)
  • Restore fog, light and terrain types on MapProps (#2206)