Skip to content

Commit a8b4826

Browse files
committed
v9.3.0-beta.1
1 parent 6271d99 commit a8b4826

18 files changed

Lines changed: 55 additions & 39 deletions

File tree

CHANGELOG.md

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

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

24+
#### deck.gl [v9.3.0-beta.1] - Apr 7 2026
25+
26+
- feat(extensions): Add dashed stroke support for ScatterplotLayer and TextBackgroundLayer (#9976)
27+
- chore(test-utils): Separate tape tests from vitest and clean up CI (#10061)
28+
- fix(geo-layers): Ensure zoomOffset is correctly part of the round/ceil Z calculation (#9807)
29+
- feat(widgets): Add controlled mode and state callbacks (#9973)
30+
- chore(mapbox): Remove MapboxLayer and _renderLayersInGroups (#10163)
31+
- fix(mapbox): automatically inject 'mapbox' view in overlaid mode for multi-view consistency (#9947)
32+
- feat(core): AttributeManager allocates Buffers for constant WebGPU at… (#10152)
33+
- feat(core) coordinateSystem prop now accepts no-import string constants (#10140)
34+
- fix(layers): discard fragments outside rounded rect in TextBackgroundLayer (#10177)
35+
- fix(layers): submit command buffer after texture copy in IconLayer resize (#10176)
36+
- fix(core): WebGPU Picking fix (#10175)
37+
- feat(layers): TextLayer uses real text metrics (#10164)
38+
- chore(geo-layers): Update h3 & a5 dependencies (#10170)
39+
2440
#### deck.gl [v9.3.0-alpha.6] - Apr 2 2026
2541

2642
- feat(TileLayer): Add visibleMinZoom & visibleMaxZoom props (#10091)

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

0 commit comments

Comments
 (0)