Skip to content

Commit c9be85e

Browse files
authored
chore: bump luma to 9.2.0 (#9792)
1 parent 4207b0c commit c9be85e

File tree

20 files changed

+111
-105
lines changed

20 files changed

+111
-105
lines changed

docs/api-reference/widgets/geocoder-widget.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import {WidgetPreview} from '@site/src/doc-demos/widgets';
2-
import {GeocoderWidget} from '@deck.gl/widgets';
2+
import {_GeocoderWidget} from '@deck.gl/widgets';
33

4-
# GeocoderWidget
4+
# GeocoderWidget (Experimental)
55

66
The GeocoderWidget helps the user find positions on the map.
77

@@ -11,10 +11,10 @@ The user types an address or coordinates into the text field and press **Go** to
1111

1212
Addresses that return a valid location are stored in browser local storage (up to five entries). They will appear in the drop-down for quick re-use during later visits.
1313

14-
<WidgetPreview cls={GeocoderWidget}/>
14+
<WidgetPreview cls={_GeocoderWidget}/>
1515

1616
```ts
17-
import {GeocoderWidget} from '@deck.gl/widgets';
17+
import {_GeocoderWidget as GeocoderWidget} from '@deck.gl/widgets';
1818
import {Deck} from '@deck.gl/core';
1919

2020
new Deck({

docs/whats-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ See documentation about how to [test WebGPU support](./developer-guide/webgpu.md
4040
### Core
4141

4242
- [`View.clone()`](./api-reference/core/view.md#clone) - New method that simplifies creating new Views with modified props, similar to `Layer.clone()`
43-
- Multi-view clear support - Enhanced support for controlling clear color, depth, and stencil buffers across multiple views, via [`clear`](./api-reference/core/view.md#clear), [`clearColor`](./api-reference/core/view.md#clearColor), [`clearDepth`](./api-reference/core/view.md#clearDepth), [`clearStencil`](./api-reference/core/view.md#clearStencil) props
43+
- Multi-view clear support - Enhanced support for controlling clear color, depth, and stencil buffers across multiple views, via [`clear`](./api-reference/core/view.md#clear), [`clearColor`](./api-reference/core/view.md#clearcolor), [`clearDepth`](./api-reference/core/view.md#cleardepth), [`clearStencil`](./api-reference/core/view.md#clearstencil) props
4444

4545
### Layers
4646

examples/playground/json-examples/carto.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
{
1919
"@@type": "VectorTileLayer",
2020
"data": {
21-
"@@function": "cartoVectorTilesetSource",
22-
"accessToken": "eyJhbGciOiJIUzI1NiJ9.eyJhIjoiYWNfbHFlM3p3Z3UiLCJqdGkiOiI1YjI0OWE2ZCJ9.Y7zB30NJFzq5fPv8W5nkoH5lPXFWQP0uywDtqUg8y8c",
23-
"connectionName": "bqconn",
21+
"@@function": "vectorTilesetSource",
22+
"accessToken": "eyJhbGciOiJIUzI1NiJ9.eyJhIjoiYWNfbHFlM3p3Z3UiLCJqdGkiOiI0YTA5YjlmMSJ9.SQlcn7UucERdnq9O6ELm_Wi02dyRIJ_2KSTEnlXFjIc",
23+
"connectionName": "carto_dw",
2424
"tableName": "cartobq.public_account.nyc_taxi_points_demo_id"
2525
},
2626
"getFillColor": {

examples/playground/json-examples/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default {
3030
'website/3D Tiles (Tile3DLayer, St Helens)': tile3DStHelens,
3131
'website/3D Tiles (Tile3DLayer, Cairo/vricon)': tile3DCairo,
3232
'website/3D Tiles (Tile3DLayer, New York)': tile3DNY,
33-
'website/CartoLayer': carto,
33+
'website/CARTO VectorTileLayer': carto,
3434
// GET STARTED EXAMPLES AS JSON PAYLOADS
3535
'get-started/US map (GeoJsonLayer)': usMap,
3636
'get-started/Dot Text (Scatterplot/TextLayer)': dotText

examples/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@loaders.gl/csv": "^4.2.0",
1515
"@loaders.gl/draco": "^4.2.0",
1616
"@loaders.gl/gltf": "^4.2.0",
17-
"@luma.gl/constants": "^9.2.0-alpha.5",
17+
"@luma.gl/constants": "^9.2.0",
1818
"deck.gl": "^9.0.0",
1919
"maplibre-gl": "^5.0.0",
2020
"monaco-editor": "^0.39.0",

modules/aggregation-layers/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,17 @@
3838
"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env=dev"
3939
},
4040
"dependencies": {
41-
"@luma.gl/constants": "^9.2.0-alpha.5",
42-
"@luma.gl/shadertools": "^9.2.0-alpha.5",
41+
"@luma.gl/constants": "^9.2.0",
42+
"@luma.gl/shadertools": "^9.2.0",
4343
"@math.gl/core": "^4.1.0",
4444
"@math.gl/web-mercator": "^4.1.0",
4545
"d3-hexbin": "^0.2.1"
4646
},
4747
"peerDependencies": {
4848
"@deck.gl/core": "^9.1.0",
4949
"@deck.gl/layers": "^9.1.0",
50-
"@luma.gl/core": "^9.2.0-alpha.5",
51-
"@luma.gl/engine": "^9.2.0-alpha.5"
50+
"@luma.gl/core": "^9.2.0",
51+
"@luma.gl/engine": "^9.2.0"
5252
},
5353
"gitHead": "13ace64fc2cee08c133afc882fc307253489a4e4"
5454
}

modules/arcgis/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@
3636
"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env=dev"
3737
},
3838
"dependencies": {
39-
"@luma.gl/constants": "^9.2.0-alpha.5",
39+
"@luma.gl/constants": "^9.2.0",
4040
"esri-loader": "^3.7.0"
4141
},
4242
"peerDependencies": {
4343
"@arcgis/core": "^4.0.0",
4444
"@deck.gl/core": "^9.1.0",
45-
"@luma.gl/core": "^9.2.0-alpha.5",
46-
"@luma.gl/engine": "^9.2.0-alpha.5",
47-
"@luma.gl/webgl": "^9.2.0-alpha.5"
45+
"@luma.gl/core": "^9.2.0",
46+
"@luma.gl/engine": "^9.2.0",
47+
"@luma.gl/webgl": "^9.2.0"
4848
},
4949
"devDependencies": {
5050
"@arcgis/core": "^4.21.0"

modules/carto/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@
4242
"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env=dev"
4343
},
4444
"dependencies": {
45-
"@carto/api-client": "^0.5.6",
45+
"@carto/api-client": "^0.5.19",
4646
"@loaders.gl/compression": "^4.2.0",
4747
"@loaders.gl/gis": "^4.2.0",
4848
"@loaders.gl/loader-utils": "^4.2.0",
4949
"@loaders.gl/mvt": "^4.2.0",
5050
"@loaders.gl/schema": "^4.2.0",
5151
"@loaders.gl/tiles": "^4.2.0",
52-
"@luma.gl/core": "^9.2.0-alpha.5",
53-
"@luma.gl/shadertools": "^9.2.0-alpha.5",
52+
"@luma.gl/core": "^9.2.0",
53+
"@luma.gl/shadertools": "^9.2.0",
5454
"@math.gl/web-mercator": "^4.1.0",
5555
"@types/d3-array": "^3.0.2",
5656
"@types/d3-color": "^1.4.2",
@@ -73,7 +73,7 @@
7373
"@deck.gl/geo-layers": "^9.1.0",
7474
"@deck.gl/layers": "^9.1.0",
7575
"@loaders.gl/core": "^4.2.0",
76-
"@luma.gl/core": "^9.2.0-alpha.5"
76+
"@luma.gl/core": "^9.2.0"
7777
},
7878
"gitHead": "13ace64fc2cee08c133afc882fc307253489a4e4"
7979
}

modules/core/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@
4242
"dependencies": {
4343
"@loaders.gl/core": "^4.2.0",
4444
"@loaders.gl/images": "^4.2.0",
45-
"@luma.gl/constants": "^9.2.0-alpha.5",
46-
"@luma.gl/core": "^9.2.0-alpha.5",
47-
"@luma.gl/engine": "^9.2.0-alpha.5",
48-
"@luma.gl/shadertools": "^9.2.0-alpha.5",
49-
"@luma.gl/webgl": "^9.2.0-alpha.5",
45+
"@luma.gl/constants": "^9.2.0",
46+
"@luma.gl/core": "^9.2.0",
47+
"@luma.gl/engine": "^9.2.0",
48+
"@luma.gl/shadertools": "^9.2.0",
49+
"@luma.gl/webgl": "^9.2.0",
5050
"@math.gl/core": "^4.1.0",
5151
"@math.gl/sun": "^4.1.0",
5252
"@math.gl/types": "^4.1.0",

modules/extensions/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@
3838
"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env=dev"
3939
},
4040
"dependencies": {
41-
"@luma.gl/constants": "^9.2.0-alpha.5",
42-
"@luma.gl/shadertools": "^9.2.0-alpha.5",
41+
"@luma.gl/constants": "^9.2.0",
42+
"@luma.gl/shadertools": "^9.2.0",
4343
"@math.gl/core": "^4.1.0"
4444
},
4545
"peerDependencies": {
4646
"@deck.gl/core": "^9.1.0",
47-
"@luma.gl/core": "^9.2.0-alpha.5",
48-
"@luma.gl/engine": "^9.2.0-alpha.5"
47+
"@luma.gl/core": "^9.2.0",
48+
"@luma.gl/engine": "^9.2.0"
4949
},
5050
"gitHead": "13ace64fc2cee08c133afc882fc307253489a4e4"
5151
}

0 commit comments

Comments
 (0)