File tree Expand file tree Collapse file tree 5 files changed +14
-6
lines changed
Expand file tree Collapse file tree 5 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 22
33# Version 8.0
44
5+ ## v8.0.2 (Mar 28, 2025)
6+
7+ - Fix source loading condition (#2513 )
8+ - Remove support() check (#2508 )
9+ - marker.ts: ` undefined ` instead of ` null ` (#2500 )
10+ - Fix: Handle className prop change (#2483 )
11+ - Fix style loading check on Source layers (#2377 ) (#2493 )
12+
513## v8.0.1 (Feb 6, 2025)
614
715- Fix type resolution for subpath exports when using ` moduleResolution: node ` (#2486 )
Original file line number Diff line number Diff line change 11{
2- "version" : " 8.0.1 " ,
2+ "version" : " 8.0.2 " ,
33 "npmClient" : " yarn" ,
44 "packages" : [
55 " modules/*"
Original file line number Diff line number Diff line change 11{
22 "name" : " react-map-gl" ,
33 "description" : " React components for MapLibre GL JS and Mapbox GL JS" ,
4- "version" : " 8.0.1 " ,
4+ "version" : " 8.0.2 " ,
55 "keywords" : [
66 " mapbox" ,
77 " maplibre" ,
5151 " README.md"
5252 ],
5353 "dependencies" : {
54- "@vis.gl/react-mapbox" : " 8.0.1 " ,
55- "@vis.gl/react-maplibre" : " 8.0.1 "
54+ "@vis.gl/react-mapbox" : " 8.0.2 " ,
55+ "@vis.gl/react-maplibre" : " 8.0.2 "
5656 },
5757 "devDependencies" : {
5858 "@types/mapbox-gl" : " 3.4.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @vis.gl/react-mapbox" ,
33 "description" : " React components for Mapbox GL JS" ,
4- "version" : " 8.0.1 " ,
4+ "version" : " 8.0.2 " ,
55 "keywords" : [
66 " mapbox" ,
77 " mapbox-gl" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @vis.gl/react-maplibre" ,
33 "description" : " React components for Maplibre GL JS" ,
4- "version" : " 8.0.1 " ,
4+ "version" : " 8.0.2 " ,
55 "keywords" : [
66 " maplibre" ,
77 " maplibre-gl" ,
You can’t perform that action at this time.
0 commit comments