Skip to content

Commit

Permalink
v8.8.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress committed May 11, 2022
1 parent 13ace64 commit a522154
Show file tree
Hide file tree
Showing 19 changed files with 69 additions and 54 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Ref: http://keepachangelog.com/en/0.3.0/

### deck.gl v8.8 Prereleases

#### deck.gl [8.8.0-alpha.1] - Feb 24 2022
#### deck.gl [8.8.0-alpha.2] - Feb 24 2022

- Fix crash in getURLFromTemplate (#6898)
- Additional user metadata in `Tile2DHeader` to be used by `getTileData` (#6867)
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.0.0",
"version": "8.8.0-alpha.1",
"version": "8.8.0-alpha.2",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
Expand Down
5 changes: 3 additions & 2 deletions modules/aggregation-layers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@deck.gl/aggregation-layers",
"description": "deck.gl layers that aggregate the input data into alternative representations",
"license": "MIT",
"version": "8.8.0-alpha.1",
"version": "8.8.0-alpha.2",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -36,5 +36,6 @@
"peerDependencies": {
"@deck.gl/core": "^8.0.0",
"@deck.gl/layers": "^8.0.0"
}
},
"gitHead": "13ace64fc2cee08c133afc882fc307253489a4e4"
}
5 changes: 3 additions & 2 deletions modules/arcgis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@deck.gl/arcgis",
"description": "Use deck.gl as a custom ArcGIS API for JavaScript layer",
"license": "MIT",
"version": "8.8.0-alpha.1",
"version": "8.8.0-alpha.2",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -34,5 +34,6 @@
},
"dependencies": {
"esri-loader": "^3.3.0"
}
},
"gitHead": "13ace64fc2cee08c133afc882fc307253489a4e4"
}
5 changes: 3 additions & 2 deletions modules/carto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@deck.gl/carto",
"description": "CARTO official integration with Deck.gl. Build geospatial applications using CARTO and Deck.gl.",
"license": "MIT",
"version": "8.8.0-alpha.1",
"version": "8.8.0-alpha.2",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -57,5 +57,6 @@
"@deck.gl/geo-layers": "^8.0.0",
"@deck.gl/layers": "^8.0.0",
"@loaders.gl/core": "^3.0.0"
}
},
"gitHead": "13ace64fc2cee08c133afc882fc307253489a4e4"
}
5 changes: 3 additions & 2 deletions modules/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@deck.gl/core",
"description": "deck.gl core library",
"license": "MIT",
"version": "8.8.0-alpha.1",
"version": "8.8.0-alpha.2",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -46,5 +46,6 @@
"gl-matrix": "^3.0.0",
"math.gl": "3.6.0-alpha.5",
"mjolnir.js": "^2.7.0-alpha.2"
}
},
"gitHead": "13ace64fc2cee08c133afc882fc307253489a4e4"
}
2 changes: 1 addition & 1 deletion modules/core/src/lib/attribute/attribute-manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ export default class AttributeManager {
});
}

this.needsRedraw ||= attribute.needsRedraw();
this.needsRedraw = this.needsRedraw || attribute.needsRedraw();
}

if (updated) {
Expand Down
5 changes: 3 additions & 2 deletions modules/extensions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@deck.gl/extensions",
"description": "Plug-and-play functionalities for deck.gl layers",
"license": "MIT",
"version": "8.8.0-alpha.1",
"version": "8.8.0-alpha.2",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -34,5 +34,6 @@
"peerDependencies": {
"@deck.gl/core": "^8.0.0",
"gl-matrix": "^3.0.0"
}
},
"gitHead": "13ace64fc2cee08c133afc882fc307253489a4e4"
}
5 changes: 3 additions & 2 deletions modules/geo-layers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@deck.gl/geo-layers",
"description": "deck.gl layers supporting geospatial use cases and GIS formats",
"license": "MIT",
"version": "8.8.0-alpha.1",
"version": "8.8.0-alpha.2",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -48,5 +48,6 @@
"@deck.gl/layers": "^8.0.0",
"@deck.gl/mesh-layers": "^8.0.0",
"@loaders.gl/core": "^3.0.0"
}
},
"gitHead": "13ace64fc2cee08c133afc882fc307253489a4e4"
}
5 changes: 3 additions & 2 deletions modules/google-maps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@deck.gl/google-maps",
"description": "Use deck.gl as a custom Google Maps overlay",
"license": "MIT",
"version": "8.8.0-alpha.1",
"version": "8.8.0-alpha.2",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -36,5 +36,6 @@
"@luma.gl/constants": "^8.5.10",
"@luma.gl/core": "^8.5.10",
"@math.gl/core": "^3.5.1"
}
},
"gitHead": "13ace64fc2cee08c133afc882fc307253489a4e4"
}
5 changes: 3 additions & 2 deletions modules/json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@deck.gl/json",
"description": "JSON format rendering components for deck.gl",
"license": "MIT",
"version": "8.8.0-alpha.1",
"version": "8.8.0-alpha.2",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -34,5 +34,6 @@
},
"peerDependencies": {
"@deck.gl/core": "^8.0.0"
}
},
"gitHead": "13ace64fc2cee08c133afc882fc307253489a4e4"
}
19 changes: 10 additions & 9 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": "8.8.0-alpha.1",
"version": "8.8.0-alpha.2",
"keywords": [
"jupyter",
"jupyterlab",
Expand All @@ -29,13 +29,13 @@
"prepublishOnly": "webpack -p"
},
"dependencies": {
"@deck.gl/aggregation-layers": "8.8.0-alpha.1",
"@deck.gl/carto": "8.8.0-alpha.1",
"@deck.gl/geo-layers": "8.8.0-alpha.1",
"@deck.gl/google-maps": "8.8.0-alpha.1",
"@deck.gl/json": "8.8.0-alpha.1",
"@deck.gl/layers": "8.8.0-alpha.1",
"@deck.gl/mesh-layers": "8.8.0-alpha.1",
"@deck.gl/aggregation-layers": "8.8.0-alpha.2",
"@deck.gl/carto": "8.8.0-alpha.2",
"@deck.gl/geo-layers": "8.8.0-alpha.2",
"@deck.gl/google-maps": "8.8.0-alpha.2",
"@deck.gl/json": "8.8.0-alpha.2",
"@deck.gl/layers": "8.8.0-alpha.2",
"@deck.gl/mesh-layers": "8.8.0-alpha.2",
"@jupyter-widgets/base": "^1.1.10 || ^2 || ^3",
"@loaders.gl/3d-tiles": "^3.2.0-alpha.4",
"@loaders.gl/core": "^3.2.0-alpha.4",
Expand All @@ -45,5 +45,6 @@
},
"jupyterlab": {
"extension": "src/plugin"
}
},
"gitHead": "13ace64fc2cee08c133afc882fc307253489a4e4"
}
5 changes: 3 additions & 2 deletions modules/layers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@deck.gl/layers",
"description": "deck.gl core layers",
"license": "MIT",
"version": "8.8.0-alpha.1",
"version": "8.8.0-alpha.2",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -36,5 +36,6 @@
"peerDependencies": {
"@deck.gl/core": "^8.0.0",
"@loaders.gl/core": "^3.0.0"
}
},
"gitHead": "13ace64fc2cee08c133afc882fc307253489a4e4"
}
27 changes: 14 additions & 13 deletions modules/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "deck.gl",
"description": "A suite of 3D-enabled data visualization overlays, suitable for react-map-gl",
"license": "MIT",
"version": "8.8.0-alpha.1",
"version": "8.8.0-alpha.2",
"keywords": [
"webgl",
"visualization",
Expand All @@ -27,16 +27,17 @@
"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
},
"dependencies": {
"@deck.gl/aggregation-layers": "8.8.0-alpha.1",
"@deck.gl/carto": "8.8.0-alpha.1",
"@deck.gl/core": "8.8.0-alpha.1",
"@deck.gl/extensions": "8.8.0-alpha.1",
"@deck.gl/geo-layers": "8.8.0-alpha.1",
"@deck.gl/google-maps": "8.8.0-alpha.1",
"@deck.gl/json": "8.8.0-alpha.1",
"@deck.gl/layers": "8.8.0-alpha.1",
"@deck.gl/mapbox": "8.8.0-alpha.1",
"@deck.gl/mesh-layers": "8.8.0-alpha.1",
"@deck.gl/react": "8.8.0-alpha.1"
}
"@deck.gl/aggregation-layers": "8.8.0-alpha.2",
"@deck.gl/carto": "8.8.0-alpha.2",
"@deck.gl/core": "8.8.0-alpha.2",
"@deck.gl/extensions": "8.8.0-alpha.2",
"@deck.gl/geo-layers": "8.8.0-alpha.2",
"@deck.gl/google-maps": "8.8.0-alpha.2",
"@deck.gl/json": "8.8.0-alpha.2",
"@deck.gl/layers": "8.8.0-alpha.2",
"@deck.gl/mapbox": "8.8.0-alpha.2",
"@deck.gl/mesh-layers": "8.8.0-alpha.2",
"@deck.gl/react": "8.8.0-alpha.2"
},
"gitHead": "13ace64fc2cee08c133afc882fc307253489a4e4"
}
5 changes: 3 additions & 2 deletions modules/mapbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@deck.gl/mapbox",
"description": "Use deck.gl layers as custom mapbox-gl-js layers",
"license": "MIT",
"version": "8.8.0-alpha.1",
"version": "8.8.0-alpha.2",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -33,5 +33,6 @@
},
"peerDependencies": {
"@deck.gl/core": "^8.0.0"
}
},
"gitHead": "13ace64fc2cee08c133afc882fc307253489a4e4"
}
5 changes: 3 additions & 2 deletions modules/mesh-layers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@deck.gl/mesh-layers",
"description": "deck.gl layers that loads 3D meshes or scene graphs",
"license": "MIT",
"version": "8.8.0-alpha.1",
"version": "8.8.0-alpha.2",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -37,5 +37,6 @@
"@luma.gl/core": "^8.5.10",
"@luma.gl/experimental": "^8.5.10",
"@luma.gl/shadertools": "^8.5.10"
}
},
"gitHead": "13ace64fc2cee08c133afc882fc307253489a4e4"
}
5 changes: 3 additions & 2 deletions modules/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@deck.gl/react",
"description": "React Components for deck.gl",
"license": "MIT",
"version": "8.8.0-alpha.1",
"version": "8.8.0-alpha.2",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -31,5 +31,6 @@
"@deck.gl/core": "^8.0.0",
"react": ">=16.3",
"react-dom": ">=16.3"
}
},
"gitHead": "13ace64fc2cee08c133afc882fc307253489a4e4"
}
5 changes: 3 additions & 2 deletions modules/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@deck.gl/test-utils",
"description": "Test utilities for deck.gl layers",
"license": "MIT",
"version": "8.8.0-alpha.1",
"version": "8.8.0-alpha.2",
"publishConfig": {
"access": "public"
},
Expand All @@ -28,5 +28,6 @@
"@luma.gl/webgl": "^8.5.0",
"@probe.gl/test-utils": "^3.5.0"
},
"scripts": {}
"scripts": {},
"gitHead": "13ace64fc2cee08c133afc882fc307253489a4e4"
}
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4512,9 +4512,9 @@ camelcase@^5.0.0, camelcase@^5.3.1:
integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==

caniuse-lite@^1.0.30001254:
version "1.0.30001283"
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001283.tgz"
integrity sha512-9RoKo841j1GQFSJz/nCXOj0sD7tHBtlowjYlrqIUS812x9/emfBLBt6IyMz1zIaYc/eRL8Cs6HPUVi2Hzq4sIg==
version "1.0.30001339"
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001339.tgz"
integrity sha512-Es8PiVqCe+uXdms0Gu5xP5PF2bxLR7OBp3wUzUnuO7OHzhOfCyg3hdiGWVPVxhiuniOzng+hTc1u3fEQ0TlkSQ==

canvas@^2.6.0:
version "2.6.1"
Expand Down

0 comments on commit a522154

Please sign in to comment.