Skip to content

Commit 77cc634

Browse files
committed
5.3.18
1 parent ccb67ea commit 77cc634

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
# Version 5.3
44

5+
## 5.3.18 (Dec 6, 2021)
6+
7+
- Omit container prop on mapOptions in types (#1603)
8+
- Add showUserHeading to GeolocateControl (#1580)
9+
510
## 5.3.17 (Sep 7, 2021)
611

712
- Fix Popup closeOnClick behavior (#1565)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-map-gl",
33
"description": "React components for Mapbox GL JS-compatible libraries",
4-
"version": "5.3.17",
4+
"version": "5.3.18",
55
"keywords": [
66
"mapbox",
77
"mapbox-gl",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3303,9 +3303,9 @@ camelcase@^5.0.0:
33033303
integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==
33043304

33053305
caniuse-lite@^1.0.30001219:
3306-
version "1.0.30001228"
3307-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001228.tgz#bfdc5942cd3326fa51ee0b42fbef4da9d492a7fa"
3308-
integrity sha512-QQmLOGJ3DEgokHbMSA8cj2a+geXqmnpyOFT0lhQV6P3/YOJvGDEwoedcwxEQ30gJIwIIunHIicunJ2rzK5gB2A==
3306+
version "1.0.30001285"
3307+
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001285.tgz"
3308+
integrity sha512-KAOkuUtcQ901MtmvxfKD+ODHH9YVDYnBt+TGYSz2KIfnq22CiArbUxXPN9067gNbgMlnNYRSwho8OPXZPALB9Q==
33093309

33103310
caseless@~0.12.0:
33113311
version "0.12.0"

0 commit comments

Comments
 (0)