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: CHANGELOG.md
+13
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,19 @@
2
2
3
3
# Version 8.0
4
4
5
+
## v8.0.0 (Feb 3, 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](https://visgl.github.io/react-map-gl/docs/upgrade-guide#upgrading-to-v80).
16
+
17
+
5
18
## v8.0.0-beta.1 (Jan 31, 2025)
6
19
7
20
- feat: remove `RTLTextPlugin` default for MapLibre (#2480)
0 commit comments