Skip to content

Releases: visgl/react-map-gl

v7.1.7

18 Dec 19:04
Compare
Choose a tag to compare
  • Allow disabling RTLTextPlugin and load lazy (#2312)

v7.2.0-beta.1

12 Sep 17:48
Compare
Choose a tag to compare
v7.2.0-beta.1 Pre-release
Pre-release
  • Switch to ESM module (#2281)

v7.1.6

12 Sep 17:33
Compare
Choose a tag to compare
  • Use shadow transform for queryRenderedFeatures call (#2280)
  • Fix resetting cursor style (#2279)

v7.1.5

24 Aug 16:43
Compare
Choose a tag to compare
  • Re-export native types where possible (#2263)
  • Fix useMap return type (#2262)
  • Fix LngLatBounds type (#2260)
  • fix missing types (#2259)

v7.1.4

18 Aug 02:03
Compare
Choose a tag to compare
  • Import style and event types from specific base libraries (#2252)
  • Fix typechecking (#1798) (#2250)

v7.1.3

20 Jul 17:23
Compare
Choose a tag to compare
  • Fix globe/mercator projection transition (#2229)

v7.1.2

06 Jul 23:11
Compare
Choose a tag to compare
  • Fix crash updating settings (#2222)

v7.1.1

05 Jul 18:25
Compare
Choose a tag to compare
  • Remove redeclaration of react type (#2219)

v7.1.0

30 Jun 18:40
Compare
Choose a tag to compare
  • 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

22 Jun 17:48
Compare
Choose a tag to compare
v7.1.0-beta.3 Pre-release
Pre-release
  • Remap event types (#2207)
  • Restore fog, light and terrain types on MapProps (#2206)