File tree 3 files changed +14
-4
lines changed
3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# Version 7.0
4
4
5
+ ## 7.0.0-alpha.7 (Jan 17, 2022)
6
+
7
+ - Improve typing (#1695 )
8
+ - [ v7] Fix popup className update in mapbox v1/maplibre (#1694 )
9
+
5
10
## 7.0.0-alpha.6 (Jan 9, 2022)
6
11
7
12
- [ v7] Fix double controls in strict mode (#1678 )
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" : " 7.0.0-alpha.6 " ,
4
+ "version" : " 7.0.0-alpha.7 " ,
5
5
"keywords" : [
6
6
" mapbox" ,
7
7
" mapbox-gl" ,
Original file line number Diff line number Diff line change @@ -3389,9 +3389,14 @@ camelcase@^5.0.0, camelcase@^5.3.1:
3389
3389
integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==
3390
3390
3391
3391
caniuse-lite@^1.0.30001286 :
3392
- version "1.0.30001296"
3393
- resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001296.tgz"
3394
- integrity sha512-WfrtPEoNSoeATDlf4y3QvkwiELl9GyPLISV5GejTbbQRtQx4LhsXmc9IQ6XCL2d7UxCyEzToEZNMeqR79OUw8Q==
3392
+ version "1.0.30001300"
3393
+ resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001300.tgz"
3394
+ integrity sha512-cVjiJHWGcNlJi8TZVKNMnvMid3Z3TTdDHmLDzlOdIiZq138Exvo0G+G0wTdVYolxKb4AYwC+38pxodiInVtJSA==
3395
+
3396
+ caniuse-lite@^1.0.30001300 :
3397
+ version "1.0.30001300"
3398
+ resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001300.tgz#11ab6c57d3eb6f964cba950401fd00a146786468"
3399
+ integrity sha512-cVjiJHWGcNlJi8TZVKNMnvMid3Z3TTdDHmLDzlOdIiZq138Exvo0G+G0wTdVYolxKb4AYwC+38pxodiInVtJSA==
3395
3400
3396
3401
caseless@~0.12.0 :
3397
3402
version "0.12.0"
You can’t perform that action at this time.
0 commit comments