Skip to content

Releases: visgl/react-map-gl

v6.0.3

07 Jan 18:42
Compare
Choose a tag to compare
  • Fix no token warning message (#1289)
  • Prevent overlay container from scrolling on focus (#1286)

v5.2.12

07 Jan 18:42
Compare
Choose a tag to compare
  • Fix no token warning message (#1289)
  • Prevent overlay container from scrolling on focus (#1286)

v6.1.0-alpha.1

06 Jan 05:39
Compare
Choose a tag to compare
v6.1.0-alpha.1 Pre-release
Pre-release
  • Clean up and document MapContext and useMapControl APIs (#1278)
  • Fix React error when transition is triggered (#1277)
  • Bump mapbox-gl (#1279)
  • Refactor StaticMap and InteractiveMap into functional components (#1271)
  • Resolve prettier conflict (#1274)
  • Migrate to TypeScript: initial commit (#1268)
  • Fix bug where Source does not render its children on first render (#1250)
  • Move controls to functional component (#1242)(#1243)(#1244)(#1245)
  • Elevate map to top-level MapContext (#1233)
  • Replace react resizer with ResizeObserver (#1174)

v6.0.2

21 Dec 18:31
Compare
Choose a tag to compare
  • Add support for 'sky' layer type to Layer component (#1270)

v6.0.1

17 Dec 17:55
Compare
Choose a tag to compare
  • Drop a breaking change intended for the next minor release

v6.0.0

17 Dec 04:52
Compare
Choose a tag to compare

The 6.0 release upgrades its Mapbox GL JS dependency to v2.0. There are important changes to mapbox-gl's license and pricing model in this milestone. If you are NOT using a Mapbox account (e.g. self-hosting map tiles), do NOT upgrade to this version, and consider your options discussed in this document.

Breaking Changes

  • A valid Mapbox access token is always required.
  • The default value of InteractiveMap's maxPitch prop is changed to 85 from 60.

v5.2.11

12 Dec 00:15
Compare
Choose a tag to compare
  • Safe check layer props (#1225)
  • Fix dynamic position offscreen (#1253)
  • Fix dynamic position tests (#1255)

v5.2.10

05 Nov 16:28
Compare
Choose a tag to compare
  • Use valid fill-extrusion value for layer type (#1199)
  • Add capturePointerMove to NavigationControl (#1215)
  • Fix user location dot offset (#1220)
  • Safety check before calling cloneElement (#1219)

v5.2.9

08 Oct 03:20
Compare
Choose a tag to compare
  • Fix for layout and paint diffing logic (#1194)
  • Add types for layer type and source-layer (#1192)
  • Support updating vector source (#1196)
  • Fix IE compatibility (#1195)
  • Add label prop to FullscreenControl (#1197)

v5.2.8

01 Sep 21:34
Compare
Choose a tag to compare
  • Always rerender overlay after map initialization (#1172)