This commit is contained in:
Xiaoji Chen 2022-01-25 12:15:38 -08:00
parent d7ebfbc2cd
commit 03792b2324
3 changed files with 10 additions and 4 deletions

View File

@ -2,6 +2,12 @@
# Version 5.3
## 5.3.19 (Jan 25, 2022)
- Fix crash in React 18 StrictMode (#1680)
- Update MapState type (#1626)
- Add support for style prop in Marker (#1698)
## 5.3.18 (Dec 6, 2021)
- Omit container prop on mapOptions in types (#1603)

View File

@ -1,7 +1,7 @@
{
"name": "react-map-gl",
"description": "React components for Mapbox GL JS-compatible libraries",
"version": "5.3.18",
"version": "5.3.19",
"keywords": [
"mapbox",
"mapbox-gl",

View File

@ -3303,9 +3303,9 @@ camelcase@^5.0.0:
integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==
caniuse-lite@^1.0.30001219:
version "1.0.30001285"
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001285.tgz"
integrity sha512-KAOkuUtcQ901MtmvxfKD+ODHH9YVDYnBt+TGYSz2KIfnq22CiArbUxXPN9067gNbgMlnNYRSwho8OPXZPALB9Q==
version "1.0.30001301"
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001301.tgz"
integrity sha512-csfD/GpHMqgEL3V3uIgosvh+SVIQvCh43SNu9HRbP1lnxkKm1kjDG4f32PP571JplkLjfS+mg2p1gxR7MYrrIA==
caseless@~0.12.0:
version "0.12.0"