Skip to content

Releases: visgl/react-map-gl

v8.0.0

03 Feb 18:04
Compare
Choose a tag to compare
  • First version to support Mapbox GL JS' official types and MapLibre GL JS v5.
    This version fully separates the code that support each compatible map library:
    • react-map-gl/mapbox: for use with mapbox-gl>=3.5.0
    • react-map-gl/maplibre: for use with maplibre-gl>=4
    • react-map-gl/mapbox-legacy: for use with mapbox-gl v1.x and v2.x and @types/mapbox-gl
  • As a result, each endpoint now have slightly smaller bundle size and more precise types.
  • Maplibre wrapper is expected to have better functionality and performance than v7 by utilizing an upstream API for the React use case.

For a full list of breaking changes, please visit the upgrade guide.

v8.0.0-beta.1

31 Jan 17:10
Compare
Choose a tag to compare
v8.0.0-beta.1 Pre-release
Pre-release
  • feat: remove RTLTextPlugin default for MapLibre (#2480)

v8.0.0-alpha.2

28 Jan 00:48
Compare
Choose a tag to compare
v8.0.0-alpha.2 Pre-release
Pre-release
  • Migrate to monorepo (#2459)

v8.0.0-alpha.1

28 Jan 00:36
Compare
Choose a tag to compare
v8.0.0-alpha.1 Pre-release
Pre-release
  • Migrate to monorepo (#2459)

v7.1.8

19 Dec 21:42
11b0e81
Compare
Choose a tag to compare
  • 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

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)