Skip to content

Commit 7ac998f

Browse files
committed
7.0.2
1 parent 6a43e85 commit 7ac998f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
# Version 7.0
44

5+
## 7.0.2 (Feb 6, 2022)
6+
7+
- Fix: set default maxPitch to 60 (#1720)
8+
59
## 7.0.0 (Feb 4, 2022)
610

711
v7 is a complete rewrite of the library. It addresses many long-standing issues in v5 and v6 limited by legacy architecture decisions. The most notable results of this redesign are:

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-map-gl",
33
"description": "React components for Mapbox GL JS-compatible libraries",
4-
"version": "7.0.1",
4+
"version": "7.0.2",
55
"keywords": [
66
"mapbox",
77
"mapbox-gl",

0 commit comments

Comments
 (0)