diff --git a/CHANGELOG.md b/CHANGELOG.md index 3beb6c53..d9a0c1be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # CHANGELOG +# Version 3.2 + +### 3.2.0 (January 10, 2018) + +- mapbox-gl 0.42.2 +- Viewport transition: feature equivalent to Mapbox's flyTo and easeTo; smooth transition when using keyboard navigation or the NavigationControl. Add new props `transitionDuration`, `transitionInterpolator`, `transitionEasing`, `transitionInterruption`, `onTransitionStart`, `onTransitionInterrupt`, `onTransitionEnd` +- Navigation using keyboard and the navigation control matches Mapbox behavior, including smooth transition when zooming and panning. +- Touch rotate support: new props of InteractiveMap `touchZoom` and `touchRotate` +- Expose Mapbox's `transformRequest` API +- Map Reuse (experimental): A new property `reuseMaps` is provided for applications that create and destroy maps, to help work around a mapbox-gl resource leak issue that can lead to a browser crash in certain situations. + # Version 3.1 ### 3.1.1 (October 20, 2017) diff --git a/package.json b/package.json index bee9d528..131be457 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.1.1", + "version": "3.2.0", "keywords": [ "mapbox", "mapbox-gl",