Skip to content

Commit 03792b2

Browse files
committed
5.3.19
1 parent d7ebfbc commit 03792b2

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
# Version 5.3
44

5+
## 5.3.19 (Jan 25, 2022)
6+
7+
- Fix crash in React 18 StrictMode (#1680)
8+
- Update MapState type (#1626)
9+
- Add support for style prop in Marker (#1698)
10+
511
## 5.3.18 (Dec 6, 2021)
612

713
- Omit container prop on mapOptions in types (#1603)

Diff for: package.json

+1-1
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.18",
4+
"version": "5.3.19",
55
"keywords": [
66
"mapbox",
77
"mapbox-gl",

Diff for: yarn.lock

+3-3
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.30001285"
3307-
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001285.tgz"
3308-
integrity sha512-KAOkuUtcQ901MtmvxfKD+ODHH9YVDYnBt+TGYSz2KIfnq22CiArbUxXPN9067gNbgMlnNYRSwho8OPXZPALB9Q==
3306+
version "1.0.30001301"
3307+
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001301.tgz"
3308+
integrity sha512-csfD/GpHMqgEL3V3uIgosvh+SVIQvCh43SNu9HRbP1lnxkKm1kjDG4f32PP571JplkLjfS+mg2p1gxR7MYrrIA==
33093309

33103310
caseless@~0.12.0:
33113311
version "0.12.0"

0 commit comments

Comments
 (0)