We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56642cc commit 45b3653Copy full SHA for 45b3653
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
# Version 6.1
4
5
+## 6.1.19 (Jan 25, 2022)
6
+
7
+- Add support for style prop in Marker (#1696)
8
+- Fix crash in React 18 StrictMode (#1680)
9
+- Update MapState type (#1626)
10
11
## 6.1.18 (Dec 6, 2021)
12
13
- Fix unprojection when using terrain (#1620)
package.json
@@ -1,7 +1,7 @@
1
{
"name": "react-map-gl",
"description": "React components for Mapbox GL JS-compatible libraries",
- "version": "6.1.18",
+ "version": "6.1.19",
"keywords": [
"mapbox",
"mapbox-gl",
0 commit comments