Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions dev/timeline-layers/examples/horizon-graph-layer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
"@deck.gl-community/panels": "workspace:*",
"@deck.gl-community/timeline-layers": "workspace:*",
"@deck.gl-community/widgets": "workspace:*",
"@deck.gl/core": "~9.3.0",
"@deck.gl/layers": "~9.3.0",
"@deck.gl/widgets": "~9.3.0",
"@deck.gl/core": "~9.4.0-alpha.2",
"@deck.gl/layers": "~9.4.0-alpha.2",
"@deck.gl/widgets": "~9.4.0-alpha.2",
"@loaders.gl/core": "^4.4.1",
"@luma.gl/core": "~9.3.2",
"@luma.gl/engine": "~9.3.2",
"@luma.gl/shadertools": "~9.3.2",
"@luma.gl/webgl": "~9.3.2",
"@luma.gl/webgpu": "~9.3.2"
"@luma.gl/core": "~9.4.0-alpha.1",
"@luma.gl/engine": "~9.4.0-alpha.1",
"@luma.gl/shadertools": "~9.4.0-alpha.1",
"@luma.gl/webgl": "~9.4.0-alpha.1",
"@luma.gl/webgpu": "~9.4.0-alpha.1"
},
"devDependencies": {
"vite": "^7.3.1"
Expand Down
8 changes: 4 additions & 4 deletions dev/timeline-layers/examples/timeline-layer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
},
"dependencies": {
"@deck.gl-community/timeline-layers": "workspace:*",
"@deck.gl/core": "~9.3.0",
"@deck.gl/react": "~9.3.0",
"@deck.gl/widgets": "~9.3.0",
"@luma.gl/core": "~9.3.2",
"@deck.gl/core": "~9.4.0-alpha.2",
"@deck.gl/react": "~9.4.0-alpha.2",
"@deck.gl/widgets": "~9.4.0-alpha.2",
"@luma.gl/core": "~9.4.0-alpha.1",
"react": "^19.2.5",
"react-dom": "^19.2.5"
},
Expand Down
20 changes: 10 additions & 10 deletions dev/timeline-layers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deck.gl-community/timeline-layers",
"version": "9.3.7",
"version": "9.4.0-alpha.0",
"description": "Layers for compact timeline visualizations in deck.gl",
"license": "MIT",
"publishConfig": {
Expand Down Expand Up @@ -33,18 +33,18 @@
"test-watch": "vitest"
},
"dependencies": {
"@deck.gl/core": "~9.3.0",
"@deck.gl/layers": "~9.3.0",
"@deck.gl/core": "~9.4.0-alpha.2",
"@deck.gl/layers": "~9.4.0-alpha.2",
"@loaders.gl/core": "^4.4.1",
"@luma.gl/core": "~9.3.2",
"@luma.gl/engine": "~9.3.2",
"@luma.gl/shadertools": "~9.3.2"
"@luma.gl/core": "~9.4.0-alpha.1",
"@luma.gl/engine": "~9.4.0-alpha.1",
"@luma.gl/shadertools": "~9.4.0-alpha.1"
},
"devDependencies": {
"@deck.gl/test-utils": "~9.3.0",
"@luma.gl/core": "~9.3.2",
"@luma.gl/engine": "~9.3.2",
"@luma.gl/webgpu": "~9.3.2",
"@deck.gl/test-utils": "~9.4.0-alpha.2",
"@luma.gl/core": "~9.4.0-alpha.1",
"@luma.gl/engine": "~9.4.0-alpha.1",
"@luma.gl/webgpu": "~9.4.0-alpha.1",
"@probe.gl/test-utils": "^4.1.1"
}
}
2 changes: 2 additions & 0 deletions docs/whats-new.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Target Release Date: July 2026

Scope tracked in the [v9.4 milestone](https://github.com/visgl/deck.gl-community/milestone/5).

- Development now targets community `9.4.0-alpha.0`, deck.gl `9.4.0-alpha.2`, and luma.gl `9.4.0-alpha.1`; the Turf 7 and mjolnir.js 3.1 beta baselines keep editable and event-driven layers compatible with the 9.4 toolchain.

### WebGPU

- Added the [WebGPU support matrix and migration roadmap](./webgpu.md), covering WebGL2 and WebGPU support by module and layer, upstream dependencies, and host integration limitations.
Expand Down
10 changes: 5 additions & 5 deletions examples/bing-maps/get-started/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
},
"dependencies": {
"@deck.gl-community/bing-maps": "workspace:*",
"@deck.gl/core": "~9.3.0",
"@deck.gl/layers": "~9.3.0",
"@deck.gl/core": "~9.4.0-alpha.2",
"@deck.gl/layers": "~9.4.0-alpha.2",
"@loaders.gl/core": "^4.4.1",
"@luma.gl/core": "~9.3.2",
"@luma.gl/engine": "~9.3.2",
"@luma.gl/shadertools": "~9.3.2"
"@luma.gl/core": "~9.4.0-alpha.1",
"@luma.gl/engine": "~9.4.0-alpha.1",
"@luma.gl/shadertools": "~9.4.0-alpha.1"
},
"devDependencies": {
"typescript": "6.0.3",
Expand Down
26 changes: 13 additions & 13 deletions examples/editable-layers/3d-tiles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@
"@deck.gl-community/layers": "workspace:*",
"@deck.gl-community/panels": "workspace:*",
"@deck.gl-community/widgets": "workspace:*",
"@deck.gl/core": "~9.3.0",
"@deck.gl/extensions": "~9.3.0",
"@deck.gl/geo-layers": "~9.3.0",
"@deck.gl/layers": "~9.3.0",
"@deck.gl/mesh-layers": "~9.3.0",
"@deck.gl/react": "~9.3.0",
"@deck.gl/widgets": "~9.3.0",
"@deck.gl/core": "~9.4.0-alpha.2",
"@deck.gl/extensions": "~9.4.0-alpha.2",
"@deck.gl/geo-layers": "~9.4.0-alpha.2",
"@deck.gl/layers": "~9.4.0-alpha.2",
"@deck.gl/mesh-layers": "~9.4.0-alpha.2",
"@deck.gl/react": "~9.4.0-alpha.2",
"@deck.gl/widgets": "~9.4.0-alpha.2",
"@loaders.gl/core": "^4.4.1",
"@luma.gl/constants": "~9.3.2",
"@luma.gl/core": "~9.3.2",
"@luma.gl/engine": "~9.3.2",
"@luma.gl/shadertools": "~9.3.2",
"@luma.gl/webgl": "~9.3.2",
"@luma.gl/webgpu": "~9.3.2",
"@luma.gl/constants": "~9.4.0-alpha.1",
"@luma.gl/core": "~9.4.0-alpha.1",
"@luma.gl/engine": "~9.4.0-alpha.1",
"@luma.gl/shadertools": "~9.4.0-alpha.1",
"@luma.gl/webgl": "~9.4.0-alpha.1",
"@luma.gl/webgpu": "~9.4.0-alpha.1",
"h3-js": "^4.2.1",
"react": "^19.2.5",
"react-dom": "^19.2.5"
Expand Down
26 changes: 13 additions & 13 deletions examples/editable-layers/advanced/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@
"@deck.gl-community/layers": "workspace:*",
"@deck.gl-community/panels": "workspace:*",
"@deck.gl-community/widgets": "workspace:*",
"@deck.gl/core": "~9.3.0",
"@deck.gl/extensions": "~9.3.0",
"@deck.gl/geo-layers": "~9.3.0",
"@deck.gl/layers": "~9.3.0",
"@deck.gl/mesh-layers": "~9.3.0",
"@deck.gl/react": "~9.3.0",
"@deck.gl/widgets": "~9.3.0",
"@deck.gl/core": "~9.4.0-alpha.2",
"@deck.gl/extensions": "~9.4.0-alpha.2",
"@deck.gl/geo-layers": "~9.4.0-alpha.2",
"@deck.gl/layers": "~9.4.0-alpha.2",
"@deck.gl/mesh-layers": "~9.4.0-alpha.2",
"@deck.gl/react": "~9.4.0-alpha.2",
"@deck.gl/widgets": "~9.4.0-alpha.2",
"@loaders.gl/core": "^4.4.1",
"@luma.gl/constants": "~9.3.2",
"@luma.gl/core": "~9.3.2",
"@luma.gl/engine": "~9.3.2",
"@luma.gl/shadertools": "~9.3.2",
"@luma.gl/webgl": "~9.3.2",
"@luma.gl/webgpu": "~9.3.2",
"@luma.gl/constants": "~9.4.0-alpha.1",
"@luma.gl/core": "~9.4.0-alpha.1",
"@luma.gl/engine": "~9.4.0-alpha.1",
"@luma.gl/shadertools": "~9.4.0-alpha.1",
"@luma.gl/webgl": "~9.4.0-alpha.1",
"@luma.gl/webgpu": "~9.4.0-alpha.1",
"@math.gl/core": "^4.0.0",
"h3-js": "^4.2.1",
"maplibre-gl": "^4.1.3",
Expand Down
26 changes: 13 additions & 13 deletions examples/editable-layers/editable-h3-cluster-layer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@
"@deck.gl-community/layers": "workspace:*",
"@deck.gl-community/panels": "workspace:*",
"@deck.gl-community/widgets": "workspace:*",
"@deck.gl/core": "~9.3.0",
"@deck.gl/extensions": "~9.3.0",
"@deck.gl/geo-layers": "~9.3.0",
"@deck.gl/layers": "~9.3.0",
"@deck.gl/mapbox": "~9.3.0",
"@deck.gl/mesh-layers": "~9.3.0",
"@deck.gl/widgets": "~9.3.0",
"@deck.gl/core": "~9.4.0-alpha.2",
"@deck.gl/extensions": "~9.4.0-alpha.2",
"@deck.gl/geo-layers": "~9.4.0-alpha.2",
"@deck.gl/layers": "~9.4.0-alpha.2",
"@deck.gl/mapbox": "~9.4.0-alpha.2",
"@deck.gl/mesh-layers": "~9.4.0-alpha.2",
"@deck.gl/widgets": "~9.4.0-alpha.2",
"@loaders.gl/core": "^4.4.1",
"@luma.gl/constants": "~9.3.2",
"@luma.gl/core": "~9.3.2",
"@luma.gl/engine": "~9.3.2",
"@luma.gl/shadertools": "~9.3.2",
"@luma.gl/webgl": "~9.3.2",
"@luma.gl/webgpu": "~9.3.2",
"@luma.gl/constants": "~9.4.0-alpha.1",
"@luma.gl/core": "~9.4.0-alpha.1",
"@luma.gl/engine": "~9.4.0-alpha.1",
"@luma.gl/shadertools": "~9.4.0-alpha.1",
"@luma.gl/webgl": "~9.4.0-alpha.1",
"@luma.gl/webgpu": "~9.4.0-alpha.1",
"@math.gl/core": "^4.0.0",
"h3-js": "^4.2.1",
"maplibre-gl": "^4.1.3"
Expand Down
26 changes: 13 additions & 13 deletions examples/editable-layers/editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@
"@deck.gl-community/layers": "workspace:*",
"@deck.gl-community/panels": "workspace:*",
"@deck.gl-community/widgets": "workspace:*",
"@deck.gl/core": "~9.3.0",
"@deck.gl/extensions": "~9.3.0",
"@deck.gl/geo-layers": "~9.3.0",
"@deck.gl/layers": "~9.3.0",
"@deck.gl/mesh-layers": "~9.3.0",
"@deck.gl/react": "~9.3.0",
"@deck.gl/widgets": "~9.3.0",
"@deck.gl/core": "~9.4.0-alpha.2",
"@deck.gl/extensions": "~9.4.0-alpha.2",
"@deck.gl/geo-layers": "~9.4.0-alpha.2",
"@deck.gl/layers": "~9.4.0-alpha.2",
"@deck.gl/mesh-layers": "~9.4.0-alpha.2",
"@deck.gl/react": "~9.4.0-alpha.2",
"@deck.gl/widgets": "~9.4.0-alpha.2",
"@loaders.gl/core": "^4.4.1",
"@luma.gl/constants": "~9.3.2",
"@luma.gl/core": "~9.3.2",
"@luma.gl/engine": "~9.3.2",
"@luma.gl/shadertools": "~9.3.2",
"@luma.gl/webgl": "~9.3.2",
"@luma.gl/webgpu": "~9.3.2",
"@luma.gl/constants": "~9.4.0-alpha.1",
"@luma.gl/core": "~9.4.0-alpha.1",
"@luma.gl/engine": "~9.4.0-alpha.1",
"@luma.gl/shadertools": "~9.4.0-alpha.1",
"@luma.gl/webgl": "~9.4.0-alpha.1",
"@luma.gl/webgpu": "~9.4.0-alpha.1",
"h3-js": "^4.2.1",
"maplibre-gl": "^4.1.3",
"react": "^19.2.5",
Expand Down
26 changes: 13 additions & 13 deletions examples/editable-layers/getting-started/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@
"@deck.gl-community/layers": "workspace:*",
"@deck.gl-community/panels": "workspace:*",
"@deck.gl-community/widgets": "workspace:*",
"@deck.gl/core": "~9.3.0",
"@deck.gl/extensions": "~9.3.0",
"@deck.gl/geo-layers": "~9.3.0",
"@deck.gl/layers": "~9.3.0",
"@deck.gl/mapbox": "~9.3.0",
"@deck.gl/mesh-layers": "~9.3.0",
"@deck.gl/widgets": "~9.3.0",
"@deck.gl/core": "~9.4.0-alpha.2",
"@deck.gl/extensions": "~9.4.0-alpha.2",
"@deck.gl/geo-layers": "~9.4.0-alpha.2",
"@deck.gl/layers": "~9.4.0-alpha.2",
"@deck.gl/mapbox": "~9.4.0-alpha.2",
"@deck.gl/mesh-layers": "~9.4.0-alpha.2",
"@deck.gl/widgets": "~9.4.0-alpha.2",
"@loaders.gl/core": "^4.4.1",
"@luma.gl/constants": "~9.3.2",
"@luma.gl/core": "~9.3.2",
"@luma.gl/engine": "~9.3.2",
"@luma.gl/shadertools": "~9.3.2",
"@luma.gl/webgl": "~9.3.2",
"@luma.gl/webgpu": "~9.3.2",
"@luma.gl/constants": "~9.4.0-alpha.1",
"@luma.gl/core": "~9.4.0-alpha.1",
"@luma.gl/engine": "~9.4.0-alpha.1",
"@luma.gl/shadertools": "~9.4.0-alpha.1",
"@luma.gl/webgl": "~9.4.0-alpha.1",
"@luma.gl/webgpu": "~9.4.0-alpha.1",
"@types/geojson": "^7946.0.16",
"h3-js": "^4.2.1",
"maplibre-gl": "^4.1.3"
Expand Down
24 changes: 12 additions & 12 deletions examples/editable-layers/no-map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@
"@deck.gl-community/layers": "workspace:*",
"@deck.gl-community/panels": "workspace:*",
"@deck.gl-community/widgets": "workspace:*",
"@deck.gl/core": "~9.3.0",
"@deck.gl/extensions": "~9.3.0",
"@deck.gl/geo-layers": "~9.3.0",
"@deck.gl/layers": "~9.3.0",
"@deck.gl/mesh-layers": "~9.3.0",
"@deck.gl/widgets": "~9.3.0",
"@deck.gl/core": "~9.4.0-alpha.2",
"@deck.gl/extensions": "~9.4.0-alpha.2",
"@deck.gl/geo-layers": "~9.4.0-alpha.2",
"@deck.gl/layers": "~9.4.0-alpha.2",
"@deck.gl/mesh-layers": "~9.4.0-alpha.2",
"@deck.gl/widgets": "~9.4.0-alpha.2",
"@loaders.gl/core": "^4.4.1",
"@luma.gl/constants": "~9.3.2",
"@luma.gl/core": "~9.3.2",
"@luma.gl/engine": "~9.3.2",
"@luma.gl/shadertools": "~9.3.2",
"@luma.gl/webgl": "~9.3.2",
"@luma.gl/webgpu": "~9.3.2",
"@luma.gl/constants": "~9.4.0-alpha.1",
"@luma.gl/core": "~9.4.0-alpha.1",
"@luma.gl/engine": "~9.4.0-alpha.1",
"@luma.gl/shadertools": "~9.4.0-alpha.1",
"@luma.gl/webgl": "~9.4.0-alpha.1",
"@luma.gl/webgpu": "~9.4.0-alpha.1",
"h3-js": "^4.2.1"
},
"devDependencies": {
Expand Down
26 changes: 13 additions & 13 deletions examples/editable-layers/sf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@
"@deck.gl-community/layers": "workspace:*",
"@deck.gl-community/panels": "workspace:*",
"@deck.gl-community/widgets": "workspace:*",
"@deck.gl/core": "~9.3.0",
"@deck.gl/extensions": "~9.3.0",
"@deck.gl/geo-layers": "~9.3.0",
"@deck.gl/layers": "~9.3.0",
"@deck.gl/mapbox": "~9.3.0",
"@deck.gl/mesh-layers": "~9.3.0",
"@deck.gl/widgets": "~9.3.0",
"@deck.gl/core": "~9.4.0-alpha.2",
"@deck.gl/extensions": "~9.4.0-alpha.2",
"@deck.gl/geo-layers": "~9.4.0-alpha.2",
"@deck.gl/layers": "~9.4.0-alpha.2",
"@deck.gl/mapbox": "~9.4.0-alpha.2",
"@deck.gl/mesh-layers": "~9.4.0-alpha.2",
"@deck.gl/widgets": "~9.4.0-alpha.2",
"@loaders.gl/core": "^4.4.1",
"@luma.gl/constants": "~9.3.2",
"@luma.gl/core": "~9.3.2",
"@luma.gl/engine": "~9.3.2",
"@luma.gl/shadertools": "~9.3.2",
"@luma.gl/webgl": "~9.3.2",
"@luma.gl/webgpu": "~9.3.2",
"@luma.gl/constants": "~9.4.0-alpha.1",
"@luma.gl/core": "~9.4.0-alpha.1",
"@luma.gl/engine": "~9.4.0-alpha.1",
"@luma.gl/shadertools": "~9.4.0-alpha.1",
"@luma.gl/webgl": "~9.4.0-alpha.1",
"@luma.gl/webgpu": "~9.4.0-alpha.1",
"h3-js": "^4.2.1",
"maplibre-gl": "^4.1.3"
},
Expand Down
26 changes: 13 additions & 13 deletions examples/editable-layers/widget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@
"@deck.gl-community/layers": "workspace:*",
"@deck.gl-community/panels": "workspace:*",
"@deck.gl-community/widgets": "workspace:*",
"@deck.gl/core": "~9.3.0",
"@deck.gl/extensions": "~9.3.0",
"@deck.gl/geo-layers": "~9.3.0",
"@deck.gl/layers": "~9.3.0",
"@deck.gl/mapbox": "~9.3.0",
"@deck.gl/mesh-layers": "~9.3.0",
"@deck.gl/widgets": "~9.3.0",
"@deck.gl/core": "~9.4.0-alpha.2",
"@deck.gl/extensions": "~9.4.0-alpha.2",
"@deck.gl/geo-layers": "~9.4.0-alpha.2",
"@deck.gl/layers": "~9.4.0-alpha.2",
"@deck.gl/mapbox": "~9.4.0-alpha.2",
"@deck.gl/mesh-layers": "~9.4.0-alpha.2",
"@deck.gl/widgets": "~9.4.0-alpha.2",
"@loaders.gl/core": "^4.4.1",
"@loaders.gl/wkt": "^4.4.1",
"@luma.gl/constants": "~9.3.2",
"@luma.gl/core": "~9.3.2",
"@luma.gl/engine": "~9.3.2",
"@luma.gl/shadertools": "~9.3.2",
"@luma.gl/webgl": "~9.3.2",
"@luma.gl/webgpu": "~9.3.2",
"@luma.gl/constants": "~9.4.0-alpha.1",
"@luma.gl/core": "~9.4.0-alpha.1",
"@luma.gl/engine": "~9.4.0-alpha.1",
"@luma.gl/shadertools": "~9.4.0-alpha.1",
"@luma.gl/webgl": "~9.4.0-alpha.1",
"@luma.gl/webgpu": "~9.4.0-alpha.1",
"@maphubs/tokml": "^0.6.1",
"@math.gl/core": "^4.0.0",
"@tmcw/togeojson": "^3.2.0",
Expand Down
Loading
Loading