Skip to content

Commit f295bd5

Browse files
committed
v8.1.1
1 parent 34855b7 commit f295bd5

5 files changed

Lines changed: 13 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
# Version 8.1
44

5+
## v8.1.1 (Apr 10, 2026)
6+
7+
- fix(react-maplibre): guard against undefined map.style in _updateStyleComponents (#2580)
8+
- feat: Add GlobeControl for maplibre (#2554)
9+
- Invoke setter with default when prop missing (#2560)
10+
- fix: max depth exceeded error when dynamically changing map settings (#2535)
11+
512
## v8.1.0 (Oct 3, 2025)
613

714
The core logic in the Mapbox GL JS wrapper has been rewritten to use [Proxy](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy) to intercept camera updates. We expect the new approach to improve camera synchronization between the native controller and React props when terrain and/or non-mercator projections are used. See more backgrounds in [#2514](https://github.com/visgl/react-map-gl/pull/2514).

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "8.1.0",
2+
"version": "8.1.1",
33
"npmClient": "yarn",
44
"packages": [
55
"modules/*"

modules/main/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-map-gl",
33
"description": "React components for MapLibre GL JS and Mapbox GL JS",
4-
"version": "8.1.0",
4+
"version": "8.1.1",
55
"keywords": [
66
"mapbox",
77
"maplibre",
@@ -51,8 +51,8 @@
5151
"README.md"
5252
],
5353
"dependencies": {
54-
"@vis.gl/react-mapbox": "8.1.0",
55-
"@vis.gl/react-maplibre": "8.1.0"
54+
"@vis.gl/react-mapbox": "8.1.1",
55+
"@vis.gl/react-maplibre": "8.1.1"
5656
},
5757
"devDependencies": {
5858
"@types/mapbox-gl": "3.4.0",

modules/react-mapbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vis.gl/react-mapbox",
33
"description": "React components for Mapbox GL JS",
4-
"version": "8.1.0",
4+
"version": "8.1.1",
55
"keywords": [
66
"mapbox",
77
"mapbox-gl",

modules/react-maplibre/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vis.gl/react-maplibre",
33
"description": "React components for Maplibre GL JS",
4-
"version": "8.1.0",
4+
"version": "8.1.1",
55
"keywords": [
66
"maplibre",
77
"maplibre-gl",

0 commit comments

Comments
 (0)