We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2a63c2 commit e16277aCopy full SHA for e16277a
CHANGELOG.md
@@ -2,9 +2,14 @@
2
3
# Version 5.3
4
5
+## 5.3.12 (Apr 12, 2021)
6
+
7
+- [Typescript] Remove usage of labelled tuples (#1426)
8
+- Add promoteId as a source prop (#1398)
9
+- Fix FullScreenControl container (#1430)
10
11
## 5.3.11 (Mar 26, 2021)
12
-- Bump elliptic from 6.5.3 to 6.5.4 (#1394)
13
- Ensure source exists before trying to remove it (#1417)
14
15
## 5.3.10 (Feb 26, 2021)
package.json
@@ -1,7 +1,7 @@
1
{
"name": "react-map-gl",
"description": "React components for Mapbox GL JS-compatible libraries",
- "version": "5.3.11",
+ "version": "5.3.12",
"keywords": [
"mapbox",
"mapbox-gl",
0 commit comments