Skip to content

Commit 6aff0d4

Browse files
committed
v9.3.0-alpha.6
1 parent a3e05b1 commit 6aff0d4

18 files changed

Lines changed: 52 additions & 39 deletions

File tree

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.3 Prereleases
2323

24+
#### deck.gl [v9.3.0-alpha.6] - Apr 2 2026
25+
26+
- feat(TileLayer): Add visibleMinZoom & visibleMaxZoom props (#10091)
27+
- fix(mapbox): onBefore|AfterRender fires without layers (#10166)
28+
- fix(mapbox): Prevent crash when deck uninitialized (#10167)
29+
- feat(main): export all widgets from deck.gl main module (#10160)
30+
- chore: Bump to luma@9.3.1 & loaders@4.4.1 (#10158)
31+
- fix(layers): Texture handling in WebGPU (#10157)
32+
- chore: Bump luma.gl@alpha.11 (#10141)
33+
- chore(json): Typing improvements (#9641)
34+
- feat(core): simplify layer plumbing for WebGPU (#9820)
35+
- chore: enable source map in website dev mode (#10156)
36+
2437
#### deck.gl [v9.3.0-alpha.5] - Mar 31 2026
2538

2639
#### deck.gl [v9.3.0-alpha.4] - Mar 31 2026

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "9.3.0-alpha.5",
2+
"version": "9.3.0-alpha.6",
33
"npmClient": "yarn",
44
"packages": [
55
"modules/*"

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.3.0-alpha.5",
6+
"version": "9.3.0-alpha.6",
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.3.0-alpha.5",
6+
"version": "9.3.0-alpha.6",
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.3.0-alpha.5",
6+
"version": "9.3.0-alpha.6",
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.3.0-alpha.5",
6+
"version": "9.3.0-alpha.6",
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.3.0-alpha.5",
6+
"version": "9.3.0-alpha.6",
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.3.0-alpha.5",
6+
"version": "9.3.0-alpha.6",
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.3.0-alpha.5",
6+
"version": "9.3.0-alpha.6",
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.3.0-alpha.5",
6+
"version": "9.3.0-alpha.6",
77
"publishConfig": {
88
"access": "public"
99
},

0 commit comments

Comments
 (0)