File tree 3 files changed +10
-4
lines changed
3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# Version 5.3
4
4
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
+
5
11
## 5.3.18 (Dec 6, 2021)
6
12
7
13
- Omit container prop on mapOptions in types (#1603 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-map-gl" ,
3
3
"description" : " React components for Mapbox GL JS-compatible libraries" ,
4
- "version" : " 5.3.18 " ,
4
+ "version" : " 5.3.19 " ,
5
5
"keywords" : [
6
6
" mapbox" ,
7
7
" mapbox-gl" ,
Original file line number Diff line number Diff line change @@ -3303,9 +3303,9 @@ camelcase@^5.0.0:
3303
3303
integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==
3304
3304
3305
3305
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 ==
3309
3309
3310
3310
caseless@~0.12.0 :
3311
3311
version "0.12.0"
You can’t perform that action at this time.
0 commit comments