File tree 5 files changed +14
-6
lines changed
5 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# Version 8.0
4
4
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
+
5
13
## v8.0.1 (Feb 6, 2025)
6
14
7
15
- Fix type resolution for subpath exports when using ` moduleResolution: node ` (#2486 )
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 8.0.1 " ,
2
+ "version" : " 8.0.2 " ,
3
3
"npmClient" : " yarn" ,
4
4
"packages" : [
5
5
" modules/*"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-map-gl" ,
3
3
"description" : " React components for MapLibre GL JS and Mapbox GL JS" ,
4
- "version" : " 8.0.1 " ,
4
+ "version" : " 8.0.2 " ,
5
5
"keywords" : [
6
6
" mapbox" ,
7
7
" maplibre" ,
51
51
" README.md"
52
52
],
53
53
"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 "
56
56
},
57
57
"devDependencies" : {
58
58
"@types/mapbox-gl" : " 3.4.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vis.gl/react-mapbox" ,
3
3
"description" : " React components for Mapbox GL JS" ,
4
- "version" : " 8.0.1 " ,
4
+ "version" : " 8.0.2 " ,
5
5
"keywords" : [
6
6
" mapbox" ,
7
7
" mapbox-gl" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vis.gl/react-maplibre" ,
3
3
"description" : " React components for Maplibre GL JS" ,
4
- "version" : " 8.0.1 " ,
4
+ "version" : " 8.0.2 " ,
5
5
"keywords" : [
6
6
" maplibre" ,
7
7
" maplibre-gl" ,
You can’t perform that action at this time.
0 commit comments