Skip to content

Commit aa5e62e

Browse files
Version Packages (#151)
1 parent 2e27859 commit aa5e62e

7 files changed

+18
-38
lines changed

.changeset/pre.json

-12
This file was deleted.

.changeset/sour-fans-bathe.md

-5
This file was deleted.

.changeset/thin-adults-arrive.md

-5
This file was deleted.

.changeset/thin-bears-train.md

-5
This file was deleted.

.changeset/wet-trees-scream.md

-10
This file was deleted.

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# react-three-map
22

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- 9be6c41: Updated to work with `react-map-gl >= 8.0.0`.
8+
9+
This has the cascade effect of requiring also to upgrade either of the map providers you are using:
10+
11+
- `mapbox-gl >= 3.5.0`
12+
- `maplibre-gl >= 4.0.0`
13+
14+
### Patch Changes
15+
16+
- e5e937a: Remove `react-map-gl/mapbox` from the build.
17+
- 987d5c7: Fix `overlay` camera calculations bug introduced by `three=>r166`. More info in [#143](https://github.com/RodrigoHamuy/react-three-map/issues/143).
18+
- 55c5392: Support maplibre@v5
19+
320
## 1.0.0-next.2
421

522
### Patch Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-three-map",
3-
"version": "1.0.0-next.2",
3+
"version": "1.0.0",
44
"description": "Use react-three-fiber inside MapLibre and Mapbox",
55
"main": "dist/cjs/main.js",
66
"module": "dist/es/main.mjs",

0 commit comments

Comments
 (0)