Skip to content

Releases: visgl/react-map-gl

v7.0.0-alpha.1

03 Jan 06:50
Compare
Choose a tag to compare
v7.0.0-alpha.1 Pre-release
Pre-release
  • [v7] utility hooks (#1663)
  • [v7] Add Layer and Source (#1657)
  • [v7] Control components (#1656)
  • [v7] Marker and Popup (#1655)
  • [v7] Map component (#1652)
  • Typescript dev setup

v6.1.18

07 Dec 04:30
Compare
Choose a tag to compare
  • Fix unprojection when using terrain (#1620)
  • Omit container prop on mapOptions in types (#1603)
  • Add showUserHeading to GeolocateControl (#1580)

v5.3.18

07 Dec 04:27
Compare
Choose a tag to compare
  • Omit container prop on mapOptions in types (#1603)
  • Add showUserHeading to GeolocateControl (#1580)

v6.1.17

08 Sep 16:36
Compare
Choose a tag to compare
  • Fix Popup closeOnClick behavior (#1565)
  • Improve typing (#1568)
  • Remove double onClick invocation in useMapControl (#1567)
  • Avoid invoking viewport updates when clamped at minZoom/maxZoom (#1564)
  • Fix stale onLoad and onError event handlers (#1505)
  • Fix to not save to savedMap when reuseMaps is false (#1555)
  • Improves type definitions. Adds exports (#1534)

v5.3.17

08 Sep 16:36
Compare
Choose a tag to compare
  • Fix Popup closeOnClick behavior (#1565)
  • Improve typing (#1568)
  • Remove double onClick invocation in useMapControl (#1567)
  • Avoid invoking viewport updates when clamped at minZoom/maxZoom (#1564)
  • Fix stale onLoad and onError event handlers (#1505)
  • Fix to not save to savedMap when reuseMaps is false (#1555)
  • Improves type definitions. Adds exports (#1534)

v6.1.16

04 Jun 23:48
Compare
Choose a tag to compare
  • Support Mapbox terrain (#1483)
  • Making features available to onMouseEnter (#1474)
  • Prevent attribution button from submitting forms (#1477)
  • Remove extra props in GeolocateControl callback (#1480)

v5.3.16

04 Jun 23:41
Compare
Choose a tag to compare
  • Making features available to onMouseEnter (#1474)
  • Prevent attribution button from submitting forms (#1477)
  • Remove extra props in GeolocateControl callback (#1480)

v6.1.15

12 May 20:07
Compare
Choose a tag to compare
  • Only block scrolling on the overlay container itself (#1465)

v5.3.15

12 May 20:07
Compare
Choose a tag to compare
  • Only block scrolling on the overlay container itself (#1465)

v6.1.14

10 May 20:50
Compare
Choose a tag to compare
  • Safety check before unprojection (#1452)
  • Fix return type of Layer function (#1453)