diff --git a/CHANGELOG.md b/CHANGELOG.md index 8502b2d5..7599ae1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,15 @@ [TBD] - BREAKING: `fitBounds` is now accessed through the `PerspectiveMercatorViewport` class -- BREAKING: `react-map-gl` now requires **at least** Node `>=v6.4` +- BREAKING: `react-map-gl` now requires **at least** Node `>=v6.4` in development - New: `SVGOverlay` `CanvasOverlay` and `HTMLOverlay` supports perspective mode; no longer requires viewport props +### Version 3.0.0-alpha.15 +- update event manager (#283) +- Fix: Event Manager update fixes an issue where `scrollZoom` disabled will also +consume the scroll event preventing the page from scrolling. +- Fix: breakage on node (#292) + ### Version 3.0.0-alpha.14 - BREAKING: Remove `fitBounds` util (#278) - Updated to `mapbox-gl-js` version `0.38.0` (#285) diff --git a/package.json b/package.json index 3c06459e..cf03fd82 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-map-gl", "description": "A React wrapper for MapboxGL-js and overlay API.", - "version": "3.0.0-alpha.14", + "version": "3.0.0-alpha.15", "keywords": [ "mapbox", "mapbox-gl",