We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56044fa commit 1bcc6baCopy full SHA for 1bcc6ba
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
# Version 7.0
4
5
+## 7.0.0-alpha.5 (Jan 6, 2022)
6
+
7
+- [v7] Handle unmount order (#1676)
8
+- [v7] Fix synchronization during transition (#1675)
9
+- [v7] Update MapRef (#1674)
10
+- [v7] Bug fixes (#1673)
11
12
## 7.0.0-alpha.4 (Jan 4, 2022)
13
14
- [v7] Fix resize synchronization (#1670)
package.json
@@ -1,7 +1,7 @@
1
{
"name": "react-map-gl",
"description": "React components for Mapbox GL JS-compatible libraries",
- "version": "7.0.0-alpha.4",
+ "version": "7.0.0-alpha.5",
"keywords": [
"mapbox",
"mapbox-gl",
0 commit comments