Skip to content

Commit f34ff25

Browse files
committed
v9.2.0-alpha.3
1 parent 2719596 commit f34ff25

File tree

18 files changed

+62
-41
lines changed

18 files changed

+62
-41
lines changed

CHANGELOG.md

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

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

24+
#### deck.gl [v9.2.0-alpha.3] - Sep 15 2025
25+
26+
- fix(core): orthographic scroll zoom transitions (#9769)
27+
- fix(widgets): Minor widget fixes (#9758)
28+
- CARTO: Support h3 in HeatmapTileLayer (#9753)
29+
- feat(widgets): Support custom widgets in pydeck via custom_libraries (#9745)
30+
- feat(core): Add async DeckPicker methods (#9732)
31+
- feat(webgpu): Enable transparency for WebGPU and ported example layers (#9730)
32+
- fix(webgpu): Emulate constant attributes as buffers and trigger update on constant change (#9726)
33+
- fix(layers): correctly identify elevationData strings using TMS (#9712)
34+
- fix(mesh-layers): Include `@loaders.gl/schema` dependency (#9697)
35+
- feat(layers): Port ScatterplotLayer to WebGPU / WGSL (#9432)
36+
- chore(geo-layers): version bump A5 (#9707)
37+
- fix(core): correct opacity in interleaved mode (#9642)
38+
- feat(core): Support clear color, depth, and stencil on multiple views (#9650)
39+
- fix(mapbox): Fix view selection logic in getViewport (#9688)
40+
- chore: Bump to [email protected] (#9241)
41+
- fix(google): Do not force canvas resize (#9695)
42+
- fix(CARTO): H3 tile bounding box includes edge children (#9693)
43+
- fix(core): onClick callback does not handle dblclick (#9629)
44+
2445
#### deck.gl [v9.2.0-alpha.2] - Jun 4 2025
2546

2647
- CARTO: refactor to remove fetchmap code (#9619)

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "9.2.0-alpha.2",
2+
"version": "9.2.0-alpha.3",
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.2.0-alpha.2",
6+
"version": "9.2.0-alpha.3",
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.2.0-alpha.2",
6+
"version": "9.2.0-alpha.3",
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.2.0-alpha.2",
6+
"version": "9.2.0-alpha.3",
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.2.0-alpha.2",
6+
"version": "9.2.0-alpha.3",
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.2.0-alpha.2",
6+
"version": "9.2.0-alpha.3",
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.2.0-alpha.2",
6+
"version": "9.2.0-alpha.3",
77
"publishConfig": {
88
"access": "public"
99
},

modules/google-maps/package.json

Lines changed: 2 additions & 2 deletions
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.2.0-alpha.2",
6+
"version": "9.2.0-alpha.3",
77
"publishConfig": {
88
"access": "public"
99
},
@@ -39,8 +39,8 @@
3939
},
4040
"dependencies": {
4141
"@luma.gl/constants": "^9.2.0-alpha.5",
42-
"@math.gl/core": "^4.1.0",
4342
"@luma.gl/webgl": "^9.2.0-alpha.5",
43+
"@math.gl/core": "^4.1.0",
4444
"@types/google.maps": "^3.48.6"
4545
},
4646
"peerDependencies": {

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

0 commit comments

Comments
 (0)