Skip to content

Commit

Permalink
v2.1.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xintong committed Mar 12, 2020
1 parent 208db30 commit 7abafeb
Show file tree
Hide file tree
Showing 27 changed files with 63 additions and 57 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

### 2.1 Prerelease

#### v2.1.0-beta.1

- basis: disable CDN when running local test (#684)
- mvt: Allow MVT layer filtering and add layer name to properties (#679)
- 3d-tiles: Add CesiumIonLoader to allow resolving authorization in preload (#680)

#### v2.1.0-alpha.8

- tiles: fix dependency versions (#681)
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.9.1",
"version": "2.1.0-alpha.8",
"version": "2.1.0-beta.1",
"command": {
"publish": {},
"bootstrap": {}
Expand Down
10 changes: 5 additions & 5 deletions modules/3d-tiles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loaders.gl/3d-tiles",
"version": "2.1.0-alpha.8",
"version": "2.1.0-beta.1",
"description": "3D Tiles, an open standard for streaming massive heterogeneous 3D geospatial datasets.",
"license": "MIT",
"publishConfig": {
Expand Down Expand Up @@ -34,10 +34,10 @@
"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
},
"dependencies": {
"@loaders.gl/core": "2.1.0-alpha.8",
"@loaders.gl/gltf": "2.1.0-alpha.8",
"@loaders.gl/loader-utils": "2.1.0-alpha.8",
"@loaders.gl/math": "2.1.0-alpha.8",
"@loaders.gl/core": "2.1.0-beta.1",
"@loaders.gl/gltf": "2.1.0-beta.1",
"@loaders.gl/loader-utils": "2.1.0-beta.1",
"@loaders.gl/math": "2.1.0-beta.1",
"@math.gl/core": "^3.1.3",
"@math.gl/culling": "^3.1.2",
"@math.gl/geospatial": "^3.1.2",
Expand Down
6 changes: 3 additions & 3 deletions modules/arrow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loaders.gl/arrow",
"version": "2.1.0-alpha.8",
"version": "2.1.0-beta.1",
"description": "Simple columnar table loader for the Apache Arrow format",
"license": "MIT",
"publishConfig": {
Expand Down Expand Up @@ -33,8 +33,8 @@
"build-worker": "webpack --entry ./src/arrow-loader.worker.js --output ./dist/arrow-loader.worker.js --config ../../scripts/worker-webpack-config.js"
},
"dependencies": {
"@loaders.gl/core": "2.1.0-alpha.8",
"@loaders.gl/tables": "2.1.0-alpha.8",
"@loaders.gl/core": "2.1.0-beta.1",
"@loaders.gl/tables": "2.1.0-beta.1",
"apache-arrow": "^0.16.0"
}
}
4 changes: 2 additions & 2 deletions modules/basis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loaders.gl/basis",
"version": "2.1.0-alpha.8",
"version": "2.1.0-beta.1",
"description": "Framework-independent loader for the basis universal format",
"license": "MIT",
"publishConfig": {
Expand Down Expand Up @@ -34,6 +34,6 @@
"build-worker": "webpack --entry ./src/workers/basis-loader.worker.js --output ./dist/basis-loader.worker.js --config ../../scripts/worker-webpack-config.js"
},
"dependencies": {
"@loaders.gl/core": "2.1.0-alpha.8"
"@loaders.gl/core": "2.1.0-beta.1"
}
}
4 changes: 2 additions & 2 deletions modules/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loaders.gl/core",
"version": "2.1.0-alpha.8",
"version": "2.1.0-beta.1",
"description": "Framework-independent loaders for 3D graphics formats",
"license": "MIT",
"publishConfig": {
Expand Down Expand Up @@ -51,6 +51,6 @@
},
"dependencies": {
"@babel/runtime": "^7.3.1",
"@loaders.gl/loader-utils": "2.1.0-alpha.8"
"@loaders.gl/loader-utils": "2.1.0-beta.1"
}
}
6 changes: 3 additions & 3 deletions modules/csv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loaders.gl/csv",
"version": "2.1.0-alpha.8",
"version": "2.1.0-beta.1",
"description": "Framework-independent loader for CSV and DSV table formats",
"license": "MIT",
"publishConfig": {
Expand Down Expand Up @@ -30,8 +30,8 @@
"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
},
"dependencies": {
"@loaders.gl/core": "2.1.0-alpha.8",
"@loaders.gl/tables": "2.1.0-alpha.8"
"@loaders.gl/core": "2.1.0-beta.1",
"@loaders.gl/tables": "2.1.0-beta.1"
},
"devDependencies": {
"d3-dsv": "^1.2.0"
Expand Down
4 changes: 2 additions & 2 deletions modules/draco/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loaders.gl/draco",
"version": "2.1.0-alpha.8",
"version": "2.1.0-beta.1",
"description": "Framework-independent loader and writer for Draco compressed meshes and point clouds",
"license": "MIT",
"publishConfig": {
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"@babel/runtime": "^7.3.1",
"@loaders.gl/loader-utils": "2.1.0-alpha.8",
"@loaders.gl/loader-utils": "2.1.0-beta.1",
"draco3d": "^1.3.4"
}
}
8 changes: 4 additions & 4 deletions modules/gltf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loaders.gl/gltf",
"version": "2.1.0-alpha.8",
"version": "2.1.0-beta.1",
"description": "Framework-independent loader for the glTF format",
"license": "MIT",
"publishConfig": {
Expand Down Expand Up @@ -38,8 +38,8 @@
"build-bin": "BABEL_ENV=es5 babel scripts --config-file ../../babel.config.js --out-dir dist/scripts"
},
"dependencies": {
"@loaders.gl/core": "2.1.0-alpha.8",
"@loaders.gl/images": "2.1.0-alpha.8",
"@loaders.gl/loader-utils": "2.1.0-alpha.8"
"@loaders.gl/core": "2.1.0-beta.1",
"@loaders.gl/images": "2.1.0-beta.1",
"@loaders.gl/loader-utils": "2.1.0-beta.1"
}
}
8 changes: 4 additions & 4 deletions modules/i3s/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loaders.gl/i3s",
"version": "2.1.0-alpha.8",
"version": "2.1.0-beta.1",
"description": "i3s .",
"license": "MIT",
"publishConfig": {
Expand Down Expand Up @@ -31,9 +31,9 @@
"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
},
"dependencies": {
"@loaders.gl/3d-tiles": "2.1.0-alpha.8",
"@loaders.gl/core": "2.1.0-alpha.8",
"@loaders.gl/loader-utils": "2.1.0-alpha.8",
"@loaders.gl/3d-tiles": "2.1.0-beta.1",
"@loaders.gl/core": "2.1.0-beta.1",
"@loaders.gl/loader-utils": "2.1.0-beta.1",
"@math.gl/core": "^3.1.3",
"@math.gl/culling": "^3.1.2",
"@math.gl/geospatial": "^3.1.2",
Expand Down
4 changes: 2 additions & 2 deletions modules/images/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loaders.gl/images",
"version": "2.1.0-alpha.8",
"version": "2.1.0-beta.1",
"description": "Framework-independent loaders and writers for images (PNG, JPG, ...)",
"license": "MIT",
"publishConfig": {
Expand Down Expand Up @@ -33,6 +33,6 @@
"build-worker": "webpack --entry ./src/image-loader.worker.js --output ./dist/image-loader.worker.js --config ../../scripts/worker-webpack-config.js"
},
"dependencies": {
"@loaders.gl/loader-utils": "2.1.0-alpha.8"
"@loaders.gl/loader-utils": "2.1.0-beta.1"
}
}
2 changes: 1 addition & 1 deletion modules/json/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loaders.gl/json",
"version": "2.1.0-alpha.8",
"version": "2.1.0-beta.1",
"description": "Framework-independent loader for JSON and streaming JSON formats",
"license": "MIT",
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions modules/kml/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loaders.gl/kml",
"version": "2.1.0-alpha.8",
"version": "2.1.0-beta.1",
"description": "Framework-independent loader for the KML format",
"license": "MIT",
"publishConfig": {
Expand Down Expand Up @@ -32,6 +32,6 @@
"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
},
"dependencies": {
"@loaders.gl/core": "2.1.0-alpha.8"
"@loaders.gl/core": "2.1.0-beta.1"
}
}
4 changes: 2 additions & 2 deletions modules/las/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loaders.gl/las",
"version": "2.1.0-alpha.8",
"version": "2.1.0-beta.1",
"description": "Framework-independent loader for the LAS and LAZ formats",
"license": "MIT",
"publishConfig": {
Expand Down Expand Up @@ -42,6 +42,6 @@
},
"dependencies": {
"@babel/runtime": "^7.3.1",
"@loaders.gl/loader-utils": "2.1.0-alpha.8"
"@loaders.gl/loader-utils": "2.1.0-beta.1"
}
}
2 changes: 1 addition & 1 deletion modules/loader-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loaders.gl/loader-utils",
"version": "2.1.0-alpha.8",
"version": "2.1.0-beta.1",
"description": "Framework-independent loaders for 3D graphics formats",
"license": "MIT",
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions modules/math/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loaders.gl/math",
"version": "2.1.0-alpha.8",
"version": "2.1.0-beta.1",
"description": "Experimental math classes for loaders.gl",
"license": "MIT",
"publishConfig": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"pre-build": "echo \"Nothing to build in @loaders.gl/math\""
},
"dependencies": {
"@loaders.gl/images": "2.1.0-alpha.8",
"@loaders.gl/images": "2.1.0-beta.1",
"math.gl": "^3.1.2"
}
}
2 changes: 1 addition & 1 deletion modules/mvt/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@loaders.gl/mvt",
"description": "Loader for Mapbox Vector Tiles",
"version": "2.1.0-alpha.8",
"version": "2.1.0-beta.1",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions modules/obj/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loaders.gl/obj",
"version": "2.1.0-alpha.8",
"version": "2.1.0-beta.1",
"description": "Framework-independent loader for the OBJ format",
"license": "MIT",
"publishConfig": {
Expand Down Expand Up @@ -34,6 +34,6 @@
},
"dependencies": {
"@babel/runtime": "^7.3.1",
"@loaders.gl/loader-utils": "2.1.0-alpha.8"
"@loaders.gl/loader-utils": "2.1.0-beta.1"
}
}
4 changes: 2 additions & 2 deletions modules/pcd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loaders.gl/pcd",
"version": "2.1.0-alpha.8",
"version": "2.1.0-beta.1",
"description": "Framework-independent loader for the PCD format",
"license": "MIT",
"publishConfig": {
Expand Down Expand Up @@ -33,6 +33,6 @@
"build-worker": "webpack --entry ./src/pcd-loader.worker.js --output ./dist/pcd-loader.worker.js --config ../../scripts/worker-webpack-config.js"
},
"dependencies": {
"@loaders.gl/loader-utils": "2.1.0-alpha.8"
"@loaders.gl/loader-utils": "2.1.0-beta.1"
}
}
4 changes: 2 additions & 2 deletions modules/ply/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loaders.gl/ply",
"version": "2.1.0-alpha.8",
"version": "2.1.0-beta.1",
"description": "Framework-independent loader for the PLY format",
"license": "MIT",
"publishConfig": {
Expand Down Expand Up @@ -34,6 +34,6 @@
},
"dependencies": {
"@babel/runtime": "^7.3.1",
"@loaders.gl/loader-utils": "2.1.0-alpha.8"
"@loaders.gl/loader-utils": "2.1.0-beta.1"
}
}
2 changes: 1 addition & 1 deletion modules/polyfills/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loaders.gl/polyfills",
"version": "2.1.0-alpha.8",
"version": "2.1.0-beta.1",
"description": "Polyfills for TextEncoder/TextDecoder",
"license": "MIT",
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions modules/potree/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loaders.gl/potree",
"version": "2.1.0-alpha.8",
"version": "2.1.0-beta.1",
"description": "potree loaders for large point clouds.",
"license": "MIT",
"publishConfig": {
Expand Down Expand Up @@ -35,7 +35,7 @@
"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
},
"dependencies": {
"@loaders.gl/math": "2.1.0-alpha.8",
"@loaders.gl/math": "2.1.0-beta.1",
"math.gl": "^3.1.2"
}
}
4 changes: 2 additions & 2 deletions modules/tables/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loaders.gl/tables",
"version": "2.1.0-alpha.8",
"version": "2.1.0-beta.1",
"description": "Table format APIs for JSON, CSV, etc...",
"license": "MIT",
"publishConfig": {
Expand Down Expand Up @@ -32,6 +32,6 @@
"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
},
"dependencies": {
"@loaders.gl/core": "2.1.0-alpha.8"
"@loaders.gl/core": "2.1.0-beta.1"
}
}
4 changes: 2 additions & 2 deletions modules/terrain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loaders.gl/terrain",
"version": "2.1.0-alpha.8",
"version": "2.1.0-beta.1",
"description": "Framework-independent loader for terrain raster formats",
"license": "MIT",
"publishConfig": {
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"@babel/runtime": "^7.3.1",
"@loaders.gl/loader-utils": "2.1.0-alpha.8",
"@loaders.gl/loader-utils": "2.1.0-beta.1",
"@mapbox/martini": "^0.2.0"
}
}
8 changes: 4 additions & 4 deletions modules/tiles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loaders.gl/tiles",
"version": "2.1.0-alpha.8",
"version": "2.1.0-beta.1",
"description": "Common components for different tiles loaders.",
"license": "MIT",
"publishConfig": {
Expand Down Expand Up @@ -33,9 +33,9 @@
"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
},
"dependencies": {
"@loaders.gl/core": "2.1.0-alpha.8",
"@loaders.gl/loader-utils": "2.1.0-alpha.8",
"@loaders.gl/math": "2.1.0-alpha.8",
"@loaders.gl/core": "2.1.0-beta.1",
"@loaders.gl/loader-utils": "2.1.0-beta.1",
"@loaders.gl/math": "2.1.0-beta.1",
"@math.gl/core": "^3.1.3",
"@math.gl/culling": "^3.1.2",
"@math.gl/geospatial": "^3.1.2",
Expand Down
2 changes: 1 addition & 1 deletion modules/wkt/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@loaders.gl/wkt",
"description": "Loader and Writer for the WKT (Well Known Text) Format",
"version": "2.1.0-alpha.8",
"version": "2.1.0-beta.1",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 7abafeb

Please sign in to comment.