diff --git a/CHANGELOG.md b/CHANGELOG.md index 2796cef40..7ebb03f25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ # Version 6.1 +## 6.1.17 (Sep 7, 2021) + +- 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) + ## 6.1.16 (Jun 4, 2021) - Support Mapbox terrain (#1483) diff --git a/package.json b/package.json index 9dda844a9..386945ad6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-map-gl", "description": "React components for Mapbox GL JS-compatible libraries", - "version": "6.1.16", + "version": "6.1.17", "keywords": [ "mapbox", "mapbox-gl",