Skip to content

Commit e66c6a7

Browse files
committed
v8.9.35
1 parent bf1644e commit e66c6a7

File tree

17 files changed

+42
-34
lines changed

17 files changed

+42
-34
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,15 @@ Ref: http://keepachangelog.com/en/0.3.0/
1919

2020
## deck.gl v8.9
2121

22-
#### deck.gl [8.9.34] - Fri 19 2024
22+
#### deck.gl [8.9.35] - Feb 19 2024
23+
24+
- Respect `DataT` on `TripsLayer` props (#8533)
25+
- Fix mapbox overlay alignment style (#8536)
26+
- TerrainExtension: Support picking on draped layers (#8474)
27+
- Improve projection for very high zoom levels (#8454)
28+
- audit tile layer types (#8291)
29+
30+
#### deck.gl [8.9.34] - Jan 19 2024
2331

2432
- CARTO: fetchLayerData to support columns prop for query sources (#8412)
2533
- v8 audit Layer#isLoaded implementations (#8290)

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "2.0.0",
3-
"version": "8.9.34",
3+
"version": "8.9.35",
44
"npmClient": "yarn",
55
"useWorkspaces": true,
66
"packages": [

modules/aggregation-layers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@deck.gl/aggregation-layers",
33
"description": "deck.gl layers that aggregate the input data into alternative representations",
44
"license": "MIT",
5-
"version": "8.9.34",
5+
"version": "8.9.35",
66
"publishConfig": {
77
"access": "public"
88
},

modules/arcgis/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@deck.gl/arcgis",
33
"description": "Use deck.gl as a custom ArcGIS API for JavaScript layer",
44
"license": "MIT",
5-
"version": "8.9.34",
5+
"version": "8.9.35",
66
"publishConfig": {
77
"access": "public"
88
},

modules/carto/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@deck.gl/carto",
33
"description": "CARTO official integration with Deck.gl. Build geospatial applications using CARTO and Deck.gl.",
44
"license": "MIT",
5-
"version": "8.9.34",
5+
"version": "8.9.35",
66
"publishConfig": {
77
"access": "public"
88
},

modules/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@deck.gl/core",
33
"description": "deck.gl core library",
44
"license": "MIT",
5-
"version": "8.9.34",
5+
"version": "8.9.35",
66
"publishConfig": {
77
"access": "public"
88
},

modules/extensions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@deck.gl/extensions",
33
"description": "Plug-and-play functionalities for deck.gl layers",
44
"license": "MIT",
5-
"version": "8.9.34",
5+
"version": "8.9.35",
66
"publishConfig": {
77
"access": "public"
88
},

modules/geo-layers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@deck.gl/geo-layers",
33
"description": "deck.gl layers supporting geospatial use cases and GIS formats",
44
"license": "MIT",
5-
"version": "8.9.34",
5+
"version": "8.9.35",
66
"publishConfig": {
77
"access": "public"
88
},

modules/google-maps/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@deck.gl/google-maps",
33
"description": "Use deck.gl as a custom Google Maps overlay",
44
"license": "MIT",
5-
"version": "8.9.34",
5+
"version": "8.9.35",
66
"publishConfig": {
77
"access": "public"
88
},

modules/json/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@deck.gl/json",
33
"description": "JSON format rendering components for deck.gl",
44
"license": "MIT",
5-
"version": "8.9.34",
5+
"version": "8.9.35",
66
"publishConfig": {
77
"access": "public"
88
},

0 commit comments

Comments
 (0)