From e967cb6d0ab4eb1cb570bee3cefe51503a947688 Mon Sep 17 00:00:00 2001 From: Xiaoji Chen Date: Fri, 3 Oct 2025 11:45:21 -0700 Subject: [PATCH] Update what's new for 8.1 release --- docs/whats-new.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/whats-new.md b/docs/whats-new.md index 48732daad..3d2c2a405 100644 --- a/docs/whats-new.md +++ b/docs/whats-new.md @@ -1,5 +1,13 @@ # What's new +## react-map-gl v8.1 + +Release date: Oct 2025 + +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). + +The Maplibre wrapper is unaffected by this change. + ## react-map-gl v8.0 Release date: Jan 2025