Skip to content

Commit

Permalink
v9.1.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress committed Nov 21, 2024
1 parent 9b7f849 commit a86fb15
Show file tree
Hide file tree
Showing 18 changed files with 84 additions and 37 deletions.
47 changes: 47 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,53 @@ Each version should:
Ref: http://keepachangelog.com/en/0.3.0/
-->

## deck.gl v9.1

### deck.gl v9.1 Prereleases

#### deck.gl [9.1.0-beta.1] - Nov 21 2024

- Generic module props handling in Layer class (#9192)
- Update license headers (#9191)
- Upgrade mjolnir.js to v3 (#9144)
- Remove updateModuleSettings from codebase (#9160)
- Fix countItems in DataFilterExtension (#9158)
- chore: Use WebGLDevice when using webgl-only APIs
- Remove NaN uniform (#9174)
- GPU Aggregation: miscellaneous clean up (#9142)
- GPU Aggregation: Support *ScaleType and *Percentile props (#9130)
- Aggregation UBO 2/2 (#9133)
- Fix GPUAggregator on M chips (#9128)
- Aggregation layers UBO (#9114)
- GPU Aggregation (8/8): Remove legacy aggregator (#9100)
- GPU Aggregation (7/8): ContourLayer (#9099)
- GPU Aggregation (6/8): HexagonLayer (#9098)
- GPU Aggregation (5/8): GridLayer (#9096)
- refactor(json): Remove expression-eval dependency (#9070)
- Update PBR code to use luma pbrMaterial (#9093)
- Lighting UBO (#9074)
- CARTO: HeatmapTileLayer full colorRange (#9068)
- HeatmapLayer UBO (#9071)
- shadow module UBO (#9054)
- ShaderModule type update (#9044)
- core module UBO (#9040)
- carto module UBO (#9038)
- HeatmapLayer fix to work with project UBO (#9037)
- geo-layers UBO (#9036)
- mesh-layers UBO (#9035)
- refactor: Layers UBO (#9008)
- Extensions UBOs (#9001)
- DataFilterExtension UBOs (#8998)
- Move ScatterplotLayer & BitmapLayer to UBOs (#8875)
- GPU Aggregation (4/8): ScreenGridLayer (#8942)
- GPU Aggregation (3/8): CPUAggregator (#8888)
- GPU Aggregation (2/8): GPUAggregator (#8887)
- GPU Aggregation (1/8): Aggregator and AggregationLayer (#8886)
- Use UBOs in project module (#8782)
- Remove WebGL-only triangle-fan topology (#8860)
- feat(layers): Simplify ArcLayer (#8859)
- chore: Remove internal texture parameters (v9.1) (#8851)

## deck.gl v9.0

### deck.gl v9.0 Prereleases
Expand Down
4 changes: 2 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "9.1.0-alpha.0",
"version": "9.1.0-beta.1",
"npmClient": "yarn",
"packages": [
"modules/*"
]
}
}
2 changes: 1 addition & 1 deletion modules/aggregation-layers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "deck.gl layers that aggregate the input data into alternative representations",
"license": "MIT",
"type": "module",
"version": "9.1.0-alpha.0",
"version": "9.1.0-beta.1",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/arcgis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Use deck.gl as a custom ArcGIS API for JavaScript layer",
"license": "MIT",
"type": "module",
"version": "9.1.0-alpha.0",
"version": "9.1.0-beta.1",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/carto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "CARTO official integration with Deck.gl. Build geospatial applications using CARTO and Deck.gl.",
"license": "MIT",
"type": "module",
"version": "9.1.0-alpha.0",
"version": "9.1.0-beta.1",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "deck.gl core library",
"license": "MIT",
"type": "module",
"version": "9.1.0-alpha.0",
"version": "9.1.0-beta.1",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/extensions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Plug-and-play functionalities for deck.gl layers",
"license": "MIT",
"type": "module",
"version": "9.1.0-alpha.0",
"version": "9.1.0-beta.1",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/geo-layers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "deck.gl layers supporting geospatial use cases and GIS formats",
"license": "MIT",
"type": "module",
"version": "9.1.0-alpha.0",
"version": "9.1.0-beta.1",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/google-maps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Use deck.gl as a custom Google Maps overlay",
"license": "MIT",
"type": "module",
"version": "9.1.0-alpha.0",
"version": "9.1.0-beta.1",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "JSON format rendering components for deck.gl",
"license": "MIT",
"type": "module",
"version": "9.1.0-alpha.0",
"version": "9.1.0-beta.1",
"publishConfig": {
"access": "public"
},
Expand Down
14 changes: 7 additions & 7 deletions modules/jupyter-widget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@deck.gl/jupyter-widget",
"description": "Jupyter widget for rendering deck.gl in a Jupyter notebook",
"license": "MIT",
"version": "9.1.0-alpha.0",
"version": "9.1.0-beta.1",
"keywords": [
"jupyter",
"jupyterlab",
Expand All @@ -29,12 +29,12 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@deck.gl/aggregation-layers": "9.1.0-alpha.0",
"@deck.gl/geo-layers": "9.1.0-alpha.0",
"@deck.gl/google-maps": "9.1.0-alpha.0",
"@deck.gl/json": "9.1.0-alpha.0",
"@deck.gl/layers": "9.1.0-alpha.0",
"@deck.gl/mesh-layers": "9.1.0-alpha.0",
"@deck.gl/aggregation-layers": "9.1.0-beta.1",
"@deck.gl/geo-layers": "9.1.0-beta.1",
"@deck.gl/google-maps": "9.1.0-beta.1",
"@deck.gl/json": "9.1.0-beta.1",
"@deck.gl/layers": "9.1.0-beta.1",
"@deck.gl/mesh-layers": "9.1.0-beta.1",
"@jupyter-widgets/base": "^1.1.10 || ^2 || ^3 || ^4",
"@loaders.gl/3d-tiles": "^4.2.0",
"@loaders.gl/core": "^4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion modules/layers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "deck.gl core layers",
"license": "MIT",
"type": "module",
"version": "9.1.0-alpha.0",
"version": "9.1.0-beta.1",
"publishConfig": {
"access": "public"
},
Expand Down
28 changes: 14 additions & 14 deletions modules/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A suite of 3D-enabled data visualization overlays, suitable for react-map-gl",
"license": "MIT",
"type": "module",
"version": "9.1.0-alpha.0",
"version": "9.1.0-beta.1",
"keywords": [
"webgl",
"visualization",
Expand Down Expand Up @@ -39,19 +39,19 @@
"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env=dev"
},
"dependencies": {
"@deck.gl/aggregation-layers": "9.1.0-alpha.0",
"@deck.gl/arcgis": "9.1.0-alpha.0",
"@deck.gl/carto": "9.1.0-alpha.0",
"@deck.gl/core": "9.1.0-alpha.0",
"@deck.gl/extensions": "9.1.0-alpha.0",
"@deck.gl/geo-layers": "9.1.0-alpha.0",
"@deck.gl/google-maps": "9.1.0-alpha.0",
"@deck.gl/json": "9.1.0-alpha.0",
"@deck.gl/layers": "9.1.0-alpha.0",
"@deck.gl/mapbox": "9.1.0-alpha.0",
"@deck.gl/mesh-layers": "9.1.0-alpha.0",
"@deck.gl/react": "9.1.0-alpha.0",
"@deck.gl/widgets": "9.1.0-alpha.0",
"@deck.gl/aggregation-layers": "9.1.0-beta.1",
"@deck.gl/arcgis": "9.1.0-beta.1",
"@deck.gl/carto": "9.1.0-beta.1",
"@deck.gl/core": "9.1.0-beta.1",
"@deck.gl/extensions": "9.1.0-beta.1",
"@deck.gl/geo-layers": "9.1.0-beta.1",
"@deck.gl/google-maps": "9.1.0-beta.1",
"@deck.gl/json": "9.1.0-beta.1",
"@deck.gl/layers": "9.1.0-beta.1",
"@deck.gl/mapbox": "9.1.0-beta.1",
"@deck.gl/mesh-layers": "9.1.0-beta.1",
"@deck.gl/react": "9.1.0-beta.1",
"@deck.gl/widgets": "9.1.0-beta.1",
"@loaders.gl/core": "^4.2.0",
"@luma.gl/core": "^9.1.0-beta.11",
"@luma.gl/engine": "^9.1.0-beta.11"
Expand Down
2 changes: 1 addition & 1 deletion modules/mapbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Use deck.gl layers as custom mapbox-gl-js layers",
"license": "MIT",
"type": "module",
"version": "9.1.0-alpha.0",
"version": "9.1.0-beta.1",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/mesh-layers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "deck.gl layers that loads 3D meshes or scene graphs",
"license": "MIT",
"type": "module",
"version": "9.1.0-alpha.0",
"version": "9.1.0-beta.1",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "React Components for deck.gl",
"license": "MIT",
"type": "module",
"version": "9.1.0-alpha.0",
"version": "9.1.0-beta.1",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Test utilities for deck.gl layers",
"license": "MIT",
"type": "module",
"version": "9.1.0-alpha.0",
"version": "9.1.0-beta.1",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/widgets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "UI widgets for deck.gl",
"license": "MIT",
"type": "module",
"version": "9.1.0-alpha.0",
"version": "9.1.0-beta.1",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit a86fb15

Please sign in to comment.