We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a39b8a commit 0b27376Copy full SHA for 0b27376
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
# Version 6.1
4
5
+## 6.1.14 (May 10, 2021)
6
+
7
+- Safety check before unprojection (#1452)
8
+- Fix return type of Layer function (#1453)
9
10
## 6.1.13 (May 3, 2021)
11
12
- Work around for pointermove event on hidden map (#1450)
package.json
@@ -1,7 +1,7 @@
1
{
"name": "react-map-gl",
"description": "React components for Mapbox GL JS-compatible libraries",
- "version": "6.1.13",
+ "version": "6.1.14",
"keywords": [
"mapbox",
"mapbox-gl",
0 commit comments