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 35e2f37 commit c13b4a0Copy full SHA for c13b4a0
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
# Version 5.3
4
5
+## 5.3.14 (May 10, 2021)
6
+
7
+- Safety check before unprojection (#1452)
8
+- Fix return type of Layer function (#1453)
9
10
## 5.3.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": "5.3.13",
+ "version": "5.3.14",
"keywords": [
"mapbox",
"mapbox-gl",
0 commit comments