File tree 5 files changed +12
-6
lines changed
5 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ # Version 8.1
4
+
5
+ ## v8.1.0-alpha.1 (Mar 28, 2025)
6
+
7
+ - feat(mapbox): Replace shadow transform with proxied approach (#2514 )
8
+
3
9
# Version 8.0
4
10
5
11
## v8.0.0-beta.1 (Jan 31, 2025)
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 8.0 .0-beta .1" ,
2
+ "version" : " 8.1 .0-alpha .1" ,
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 .0-beta .1" ,
4
+ "version" : " 8.1 .0-alpha .1" ,
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 .0-beta .1" ,
55
- "@vis.gl/react-maplibre" : " 8.0 .0-beta .1"
54
+ "@vis.gl/react-mapbox" : " 8.1 .0-alpha .1" ,
55
+ "@vis.gl/react-maplibre" : " 8.1 .0-alpha .1"
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 .0-beta .1" ,
4
+ "version" : " 8.1 .0-alpha .1" ,
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 .0-beta .1" ,
4
+ "version" : " 8.1 .0-alpha .1" ,
5
5
"keywords" : [
6
6
" maplibre" ,
7
7
" maplibre-gl" ,
You can’t perform that action at this time.
0 commit comments