You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/whats-new.md
+14
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,19 @@
1
1
# What's new
2
2
3
+
## react-map-gl v8.0
4
+
5
+
Release date: Jan 2025
6
+
7
+
- First version to support Mapbox GL JS' official types and MapLibre GL JS v5.
8
+
This version fully separates the code that support each compatible map library:
9
+
+`react-map-gl/mapbox`: for use with `mapbox-gl>=3.5.0`
10
+
+`react-map-gl/maplibre`: for use with `maplibre-gl>=4`
11
+
+`react-map-gl/mapbox-legacy`: for use with `mapbox-gl` v1.x and v2.x and `@types/mapbox-gl`
12
+
- As a result, each endpoint now have slightly smaller bundle size and more precise types.
13
+
- Maplibre wrapper is expected to have better functionality and performance than v7 by utilizing an [upstream API](https://github.com/maplibre/maplibre-gl-js/issues/1545) for the React use case.
14
+
15
+
For a full list of breaking changes, please visit the [upgrade guide](./upgrade-guide.md#upgrading-to-v80).
0 commit comments