Skip to content

Commit

Permalink
7.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress committed Apr 11, 2023
1 parent ea62a4f commit facd887
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

# Version 7.0

## 7.0.22 (Apr 11, 2023)

- Improve map reuse consistency (#2155)
- fix: query only the layers that have been loaded (#2128)
- Inherit parent height in`mapboxgl-children` div (#2132)
- set global settings before checking support status (#2138)
- Change return type of `useControl` to return `T` instead of `any` (#2137)
- Change fog and terrain types to match Mapbox types (#2106)

## 7.0.21 (Jan 7, 2023)

- fix `reuseMaps` not removing map children (#2092)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-map-gl",
"description": "React components for Mapbox GL JS-compatible libraries",
"version": "7.0.21",
"version": "7.0.22",
"keywords": [
"mapbox",
"mapbox-gl",
Expand Down

0 comments on commit facd887

Please sign in to comment.