@@ -21,6 +21,27 @@ Ref: http://keepachangelog.com/en/0.3.0/
21
21
22
22
### deck.gl v9.2 Prereleases
23
23
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
+
24
45
#### deck.gl [ v9.2.0-alpha.2] - Jun 4 2025
25
46
26
47
- CARTO: refactor to remove fetchmap code (#9619 )
0 commit comments