3.0.0-alpha.15

This commit is contained in:
Anh Mai 2017-06-28 16:22:39 -07:00
parent dc2d3eb1af
commit e623232f25
No known key found for this signature in database
GPG Key ID: 414939D2875EE7D4
2 changed files with 8 additions and 2 deletions

View File

@ -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)

View File

@ -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",