Skip to content

Commit 135d329

Browse files
committed
v9.3.0-alpha.2
1 parent a8daf36 commit 135d329

18 files changed

Lines changed: 72 additions & 39 deletions

File tree

CHANGELOG.md

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

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

24+
#### deck.gl [v9.3.0-alpha.2] - Mar 26 2026
25+
26+
- chore: upgrade Node.js from 20 to 22 (#10051)
27+
- chore(core): Use non-deprecated props for lighting module (#10121)
28+
- feat(layers): add clipping to TextLayer (#10118)
29+
- feat(core): FirstPersonController supports maxBounds (#10115)
30+
- feat(core): OrthographicView supports maxBounds (#10108)
31+
- feat(core): OrbitController supports maxBounds (#10116)
32+
- feat(core): GlobeView supports maxBounds (#10111)
33+
- feat(core): more intuitive OrbitController (#10117)
34+
- feat(core): controller normalizes viewport on dimension change (#10109)
35+
- feat(chore): new Deck metrics (#10100)
36+
- feat(core): deep merge view states (#10104)
37+
- chore: Bump to luma.gl@9.3.0-alpha.6 (#10107)
38+
- feat(core): controller maxBounds (#10105)
39+
- feat(core): OrthographicView: soft-deprecate array zoom (#10106)
40+
- feat(widgets): v9.3 graduation (#10096)
41+
- feat(website): Add ScrollbarWidget to OrthographicView example (#10099)
42+
- feat(website): Widget documentation pass (#10095)
43+
- feat(widgets): generic controls (#10090)
44+
- feat(widgets): ContextMenuWidget API audit (#10087)
45+
- feat(widgets): Widget common component improvements (#10089)
46+
- feat(widgets): Merge FpsWidget into StatsWidget (#10085)
47+
- fix(widgets): properly clean up Popover element on widget removal (#10088)
48+
- fix(mapbox): handle null viewport (#10086)
49+
- feat(widgets): Update SplitterWidget (#10072)
50+
- fix(widgets): TimelineWidget bugs (#10081)
51+
- feat(react): React widget exports (#10083)
52+
- Add missing update dependencies (#10082)
53+
- fix(mapbox): guard against null viewport when canvas has zero dimensions (#10076)
54+
- fix: updates pydeck pyproject.toml to include dynamic field (#10048)
55+
- fix(react): DeckGL avoid overwriting undefined views prop (#10074)
56+
2457
#### deck.gl [v9.3.0-alpha.1] - Mar 10 2026
2558

2659
- fix(Tile3DLayer): Pass through tileset loadOptions to Tileset3D (#10079)

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

0 commit comments

Comments
 (0)