mirror of
https://github.com/visgl/react-map-gl.git
synced 2026-01-25 16:02:50 +00:00
5.3.19
This commit is contained in:
parent
d7ebfbc2cd
commit
03792b2324
@ -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)
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user