Skip to content

Commit 6bf0a37

Browse files
Update what's new for 8.1 release (#2562)
1 parent 948fd2e commit 6bf0a37

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/whats-new.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# What's new
22

3+
## react-map-gl v8.1
4+
5+
Release date: Oct 2025
6+
7+
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).
8+
9+
The Maplibre wrapper is unaffected by this change.
10+
311
## react-map-gl v8.0
412

513
Release date: Jan 2025

0 commit comments

Comments
 (0)