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 a7f277b commit 11b0e81Copy full SHA for 11b0e81
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
# Version 7.1
4
5
+## 7.1.8 (Dec 19, 2024)
6
+
7
+- Improves Source#updateSource to use setTiles function if available (#2355)
8
+- Update common type for compatibility (#2448)
9
+- fix: change transformation setters call order (#2391)
10
11
## 7.1.7 (Dec 18, 2023)
12
13
- Allow disabling RTLTextPlugin and load lazy (#2312)
package.json
@@ -1,7 +1,7 @@
1
{
"name": "react-map-gl",
"description": "React components for MapLibre GL JS and Mapbox GL JS",
- "version": "7.1.7",
+ "version": "7.1.8",
"keywords": [
"mapbox",
"mapbox-gl",
0 commit comments