Skip to content

Commit

Permalink
6.1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress committed Sep 7, 2021
1 parent ea4dfb7 commit df92c10
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit df92c10

Please sign in to comment.