Skip to content

Commit

Permalink
7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress committed Jun 30, 2023
1 parent 4c187ed commit 38a23b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,11 @@

# Version 7.1

## 7.1.0 (Jun 30, 2023)

- To better accommodate the API divergence between Mapbox and Maplibre, this version adds a new endpoint `react-map-gl/maplibre`. The new endpoint exports identical components as `react-map-gl`, but typed for `maplibre-gl` instead. After switching to this new endpoint, `maplibre-gl` users no longer need to install `mapbox-gl` or a placeholder package as dependency. See [upgrade guide](https://github.com/visgl/react-map-gl/blob/7.1-release/docs/upgrade-guide.md) for an example.
- `Marker`, `Popup` and `GeolocateControl` components now expose the native instance via React ref.

## 7.1.0-beta.3 (Jun 22, 2023)

- Remap event types (#2207)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "react-map-gl",
"description": "React components for Mapbox GL JS-compatible libraries",
"version": "7.1.0-beta.3",
"version": "7.1.0",
"keywords": [
"mapbox",
"mapbox-gl",
Expand Down

0 comments on commit 38a23b7

Please sign in to comment.