mirror of
https://github.com/visgl/react-map-gl.git
synced 2026-01-18 15:54:22 +00:00
3.0.0-alpha.15
This commit is contained in:
parent
dc2d3eb1af
commit
e623232f25
@ -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)
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user