We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 549bae6 commit 431d09aCopy full SHA for 431d09a
3 files changed
.changeset/pre.json
@@ -4,5 +4,7 @@
4
"initialVersions": {
5
"react-three-map": "0.8.2"
6
},
7
- "changesets": []
+ "changesets": [
8
+ "wet-trees-scream"
9
+ ]
10
}
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# react-three-map
2
3
+## 1.0.0-next.0
+
+### Major Changes
+- 9be6c41: Updated to work with `react-map-gl >= 8.0.0`.
+ This has the cascade effect of requiring also to upgrade either of the map providers you are using:
11
+ - `mapbox-gl >= 3.5.0`
12
+ - `maplibre-gl >= 4.0.0`
13
14
## 0.8.2
15
16
### Patch Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "react-three-map",
- "version": "0.8.2",
+ "version": "1.0.0-next.0",
"description": "Use react-three-fiber inside MapLibre and Mapbox",
"main": "dist/cjs/main.js",
"module": "dist/es/main.mjs",
0 commit comments