Skip to content

Commit 8867a10

Browse files
committed
v9.0.0-beta.8
1 parent 1234881 commit 8867a10

File tree

18 files changed

+48
-35
lines changed

18 files changed

+48
-35
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,19 @@ Ref: http://keepachangelog.com/en/0.3.0/
2121

2222
### deck.gl v9.0 Prereleases
2323

24+
#### deck.gl [9.0.0-beta.8] - Mar 11 2024
25+
26+
- TerrainExtension: bind texture rather than FBO (#8611)
27+
- Remove dev dependency on react-map-gl v5 (#8618)
28+
- chore: Bump luma to beta.10 (#8610)
29+
- fix(arcgis): DeckGL rendering integration (#8545)
30+
- chore: bump probe.gl (#8617)
31+
- prevent js files in venv from being identified as part of deckgl module (#8609)
32+
- chore(deps): Update to loaders.gl v4.2.0-alpha.5 (#8604)
33+
- fix(core) warn and error when WebGL1 detected (#8548)
34+
- ignore bindings directory when running linter (#8598)
35+
- Correct operator precedence for clearColor in LayersPass (#8599)
36+
2437
#### deck.gl [9.0.0-beta.7] - Mar 7 2024
2538

2639
- chore: bump luma 9.0.0 beta.8 (#8586)

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": "9.0.0-beta.7",
3+
"version": "9.0.0-beta.8",
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
@@ -3,7 +3,7 @@
33
"description": "deck.gl layers that aggregate the input data into alternative representations",
44
"license": "MIT",
55
"type": "module",
6-
"version": "9.0.0-beta.7",
6+
"version": "9.0.0-beta.8",
77
"publishConfig": {
88
"access": "public"
99
},

modules/arcgis/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Use deck.gl as a custom ArcGIS API for JavaScript layer",
44
"license": "MIT",
55
"type": "module",
6-
"version": "9.0.0-beta.7",
6+
"version": "9.0.0-beta.8",
77
"publishConfig": {
88
"access": "public"
99
},

modules/carto/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "CARTO official integration with Deck.gl. Build geospatial applications using CARTO and Deck.gl.",
44
"license": "MIT",
55
"type": "module",
6-
"version": "9.0.0-beta.7",
6+
"version": "9.0.0-beta.8",
77
"publishConfig": {
88
"access": "public"
99
},

modules/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "deck.gl core library",
44
"license": "MIT",
55
"type": "module",
6-
"version": "9.0.0-beta.7",
6+
"version": "9.0.0-beta.8",
77
"publishConfig": {
88
"access": "public"
99
},

modules/extensions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Plug-and-play functionalities for deck.gl layers",
44
"license": "MIT",
55
"type": "module",
6-
"version": "9.0.0-beta.7",
6+
"version": "9.0.0-beta.8",
77
"publishConfig": {
88
"access": "public"
99
},

modules/geo-layers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "deck.gl layers supporting geospatial use cases and GIS formats",
44
"license": "MIT",
55
"type": "module",
6-
"version": "9.0.0-beta.7",
6+
"version": "9.0.0-beta.8",
77
"publishConfig": {
88
"access": "public"
99
},

modules/google-maps/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Use deck.gl as a custom Google Maps overlay",
44
"license": "MIT",
55
"type": "module",
6-
"version": "9.0.0-beta.7",
6+
"version": "9.0.0-beta.8",
77
"publishConfig": {
88
"access": "public"
99
},

modules/json/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "JSON format rendering components for deck.gl",
44
"license": "MIT",
55
"type": "module",
6-
"version": "9.0.0-beta.7",
6+
"version": "9.0.0-beta.8",
77
"publishConfig": {
88
"access": "public"
99
},

0 commit comments

Comments
 (0)