Skip to content

Commit

Permalink
v8.7.0-alpha.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress committed Dec 9, 2021
1 parent 7541e16 commit dd5793a
Show file tree
Hide file tree
Showing 17 changed files with 68 additions and 43 deletions.
35 changes: 30 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,44 @@ Ref: http://keepachangelog.com/en/0.3.0/

## deck.gl v8.7

### deck.gl [8.7.0-alpha.3] - Nov 25 2021
### deck.gl v8.7 Prereleases

#### deck.gl [8.7.0-alpha.4] - Dec 9 2021

- TileLayer: reduce flashing when using no-overlap strategy (#6477)
- feat(geo): controller position (#6478)
- chore: Bump to loaders.gl@3.1.0 (#6484)
- chore(core): Move utils to .ts (#6452)
- CARTO: Fix domain length for CartoColors in colorBins (#6475)
- Migrate core/lifecycle to TypeScript (#6454)
- feat(geo-layers): Tile3DLayer pass coordinateSystem as prop (#6466)
- Fix project_normal in GlobeView (#6445)
- Add flatShading prop to ColumnLayer (#6392)
- TerrainLayer handle non-WebMercator viewports (#6461)
- colorContinuous - Use domain length to get palette (#6447)
- fix(geo-layers): _MeshLayer & repeating textures (#6468)
- TileLayer support custom refinementStrategy (#6382)
- chore: Move to @math.gl/core (#6405)
- chore: Lint fixes (#6443)
- chore: Move controllers to .ts (#6440)
- chore: loaders.gl@3.1.0-beta.5 (#6388)
- feat: Typescript monorepo (#6381)
- chore: Replace `global` with `globalThis` (#6407)
- feat: Upgrade tooling to support TypeScript (#6390)

#### deck.gl [8.7.0-alpha.3] - Nov 25 2021

- Fix: Rename publicToken to token (#6425)
- Fix: CartoLayer support `format` prop (#6416)
- Default to `cartodb_id` for uniqueIdProperty in CartoLayer (#6404)
- Deprecate CartoBQTilerLayer and CartoSQLLayer (#6402)

### deck.gl [8.7.0-alpha.2] - Nov 16 2021
#### deck.gl [8.7.0-alpha.2] - Nov 16 2021
- Bump prettier to v2 (#6386)
- CARTO default to v3 API (#6376)
- Fix multi-depth picking with layerFilter (#6380)

### deck.gl [8.7.0-alpha.1] - Nov 8 2021
#### deck.gl [8.7.0-alpha.1] - Nov 8 2021
- Add missing prop mappings for GeoJsonLayer (#6336)
- Add `fetchMap` function to carto module (#6341)
- CARTO: fix layer credentials overwrite (#6349)
Expand All @@ -43,11 +68,11 @@ Ref: http://keepachangelog.com/en/0.3.0/

### deck.gl v8.6 Prereleases

### deck.gl [8.6.0-beta.1] - Oct 9 2021
#### deck.gl [8.6.0-beta.1] - Oct 9 2021

- Default to binary mode in MVTLayer (#6282)

### deck.gl [8.6.0-alpha.4] - Oct 6 2021
#### deck.gl [8.6.0-alpha.4] - Oct 6 2021

- Google Maps Overlay: Safely invoke onRender by resetting arrayBuffer (#6224)
- Bump luma to 8.5.10 (#6267)
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.7.0-alpha.3",
"version": "8.7.0-alpha.4",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
Expand Down
2 changes: 1 addition & 1 deletion 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.7.0-alpha.3",
"version": "8.7.0-alpha.4",
"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 @@ -2,7 +2,7 @@
"name": "@deck.gl/arcgis",
"description": "Use deck.gl as a custom ArcGIS API for JavaScript layer",
"license": "MIT",
"version": "8.7.0-alpha.3",
"version": "8.7.0-alpha.4",
"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 @@ -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.7.0-alpha.3",
"version": "8.7.0-alpha.4",
"publishConfig": {
"access": "public"
},
Expand Down
10 changes: 5 additions & 5 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.7.0-alpha.3",
"version": "8.7.0-alpha.4",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -39,11 +39,11 @@
"@luma.gl/core": "^8.5.10",
"@math.gl/core": "^3.5.6",
"@math.gl/web-mercator": "^3.5.6",
"gl-matrix": "^3.0.0",
"math.gl": "^3.5.6",
"mjolnir.js": "^2.5.0",
"@probe.gl/env": "^3.5.0-alpha.4",
"@probe.gl/log": "^3.5.0-alpha.4",
"@probe.gl/stats": "^3.5.0-alpha.4"
"@probe.gl/stats": "^3.5.0-alpha.4",
"gl-matrix": "^3.0.0",
"math.gl": "^3.5.6",
"mjolnir.js": "^2.5.0"
}
}
2 changes: 1 addition & 1 deletion 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.7.0-alpha.3",
"version": "8.7.0-alpha.4",
"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 @@ -2,7 +2,7 @@
"name": "@deck.gl/geo-layers",
"description": "deck.gl layers supporting geospatial use cases and GIS formats",
"license": "MIT",
"version": "8.7.0-alpha.3",
"version": "8.7.0-alpha.4",
"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 @@ -2,7 +2,7 @@
"name": "@deck.gl/google-maps",
"description": "Use deck.gl as a custom Google Maps overlay",
"license": "MIT",
"version": "8.7.0-alpha.3",
"version": "8.7.0-alpha.4",
"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 @@ -2,7 +2,7 @@
"name": "@deck.gl/json",
"description": "JSON format rendering components for deck.gl",
"license": "MIT",
"version": "8.7.0-alpha.3",
"version": "8.7.0-alpha.4",
"publishConfig": {
"access": "public"
},
Expand Down
16 changes: 8 additions & 8 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.7.0-alpha.3",
"version": "8.7.0-alpha.4",
"keywords": [
"jupyter",
"jupyterlab",
Expand All @@ -29,13 +29,13 @@
"prepublishOnly": "webpack -p"
},
"dependencies": {
"@deck.gl/aggregation-layers": "8.7.0-alpha.3",
"@deck.gl/carto": "8.7.0-alpha.3",
"@deck.gl/geo-layers": "8.7.0-alpha.3",
"@deck.gl/google-maps": "8.7.0-alpha.3",
"@deck.gl/json": "8.7.0-alpha.3",
"@deck.gl/layers": "8.7.0-alpha.3",
"@deck.gl/mesh-layers": "8.7.0-alpha.3",
"@deck.gl/aggregation-layers": "8.7.0-alpha.4",
"@deck.gl/carto": "8.7.0-alpha.4",
"@deck.gl/geo-layers": "8.7.0-alpha.4",
"@deck.gl/google-maps": "8.7.0-alpha.4",
"@deck.gl/json": "8.7.0-alpha.4",
"@deck.gl/layers": "8.7.0-alpha.4",
"@deck.gl/mesh-layers": "8.7.0-alpha.4",
"@jupyter-widgets/base": "^1.1.10 || ^2 || ^3",
"@loaders.gl/3d-tiles": "^3.1.0",
"@loaders.gl/core": "^3.1.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 @@ -2,7 +2,7 @@
"name": "@deck.gl/layers",
"description": "deck.gl core layers",
"license": "MIT",
"version": "8.7.0-alpha.3",
"version": "8.7.0-alpha.4",
"publishConfig": {
"access": "public"
},
Expand Down
24 changes: 12 additions & 12 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.7.0-alpha.3",
"version": "8.7.0-alpha.4",
"keywords": [
"webgl",
"visualization",
Expand All @@ -27,16 +27,16 @@
"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
},
"dependencies": {
"@deck.gl/aggregation-layers": "8.7.0-alpha.3",
"@deck.gl/carto": "8.7.0-alpha.3",
"@deck.gl/core": "8.7.0-alpha.3",
"@deck.gl/extensions": "8.7.0-alpha.3",
"@deck.gl/geo-layers": "8.7.0-alpha.3",
"@deck.gl/google-maps": "8.7.0-alpha.3",
"@deck.gl/json": "8.7.0-alpha.3",
"@deck.gl/layers": "8.7.0-alpha.3",
"@deck.gl/mapbox": "8.7.0-alpha.3",
"@deck.gl/mesh-layers": "8.7.0-alpha.3",
"@deck.gl/react": "8.7.0-alpha.3"
"@deck.gl/aggregation-layers": "8.7.0-alpha.4",
"@deck.gl/carto": "8.7.0-alpha.4",
"@deck.gl/core": "8.7.0-alpha.4",
"@deck.gl/extensions": "8.7.0-alpha.4",
"@deck.gl/geo-layers": "8.7.0-alpha.4",
"@deck.gl/google-maps": "8.7.0-alpha.4",
"@deck.gl/json": "8.7.0-alpha.4",
"@deck.gl/layers": "8.7.0-alpha.4",
"@deck.gl/mapbox": "8.7.0-alpha.4",
"@deck.gl/mesh-layers": "8.7.0-alpha.4",
"@deck.gl/react": "8.7.0-alpha.4"
}
}
2 changes: 1 addition & 1 deletion 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.7.0-alpha.3",
"version": "8.7.0-alpha.4",
"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 @@ -2,7 +2,7 @@
"name": "@deck.gl/mesh-layers",
"description": "deck.gl layers that loads 3D meshes or scene graphs",
"license": "MIT",
"version": "8.7.0-alpha.3",
"version": "8.7.0-alpha.4",
"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 @@ -2,7 +2,7 @@
"name": "@deck.gl/react",
"description": "React Components for deck.gl",
"license": "MIT",
"version": "8.7.0-alpha.3",
"version": "8.7.0-alpha.4",
"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 @@ -2,7 +2,7 @@
"name": "@deck.gl/test-utils",
"description": "Test utilities for deck.gl layers",
"license": "MIT",
"version": "8.7.0-alpha.3",
"version": "8.7.0-alpha.4",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit dd5793a

Please sign in to comment.