Skip to content

Commit

Permalink
v2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwayson committed Apr 6, 2020
1 parent 66ce599 commit c8e3911
Show file tree
Hide file tree
Showing 27 changed files with 108 additions and 91 deletions.
29 changes: 23 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,32 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased][head]

## [2.11.0] - April 6th 2020

### @esri/arcgis-rest-auth
* New Features
* Added getGroupCategorySchema [66ce599](https://github.com/Esri/arcgis-rest-js/commit/66ce5997911b78283db95affcf08333ed4574f3e)
* Added support for group contents search [ef4e404](https://github.com/Esri/arcgis-rest-js/commit/ef4e40496711ed43cde24ababaefe0f1feb7763d)

### @esri/arcgis-rest-types

* Bug Fixes
* Revert Merge pull request #656 to remove const enums usage. [ea218f0](https://github.com/Esri/arcgis-rest-js/commit/ea218f0f6e898308109f7fda6daa70464ac21f79)

## [2.10.1] - April 3rd 2020

### @esri/arcgis-rest-auth
* New Features
* **UserSession** Add support for unmanaged sessions, async determineOwner [b8d099a](https://github.com/Esri/arcgis-rest-js/commit/b8d099ab863701cb10e7692c3817840ee6c0c8ec)

### @esri/arcgis-rest-portal

* New Features
* **portal** Add resourcesPrefix parameter to addItemResource [c368232](https://github.com/Esri/arcgis-rest-js/pull/684/commits/c3682322f7aca69c0dd3907a603304d232d8b43c)

* Bug Fixes
* If the data returned by `getItemData()` is empty, return null [05627f8](https://github.com/Esri/arcgis-rest-js/commit/05627f89c517dd3a69b9b92dd9f313144f266190)

## [2.10.0] - March 17th 2020

### @esri/arcgis-rest-portal
Expand Down Expand Up @@ -63,10 +82,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
* Bug Fixes
* **getItemResources**: do not mutate requestOptions in getItemResources [`47841cd3`](https://github.com/Esri/arcgis-rest-js/commit/47841cd39b37a4d18ea0c2acf95a5844543045a3)





## [2.8.1] - January 29th 2020

### @esri/arcgis-rest-auth
Expand All @@ -81,7 +96,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

- New Features

- **Add properties to IStatisticDefinition to support percentiles**: Added optional `statisticParameter` property to support new `"percentile_cont" | "percentile_disc"` types. [8edec3ff](https://github.com/Esri/arcgis-rest-js/pull/650/commits/8edec3ff7d91bc583dfd30db23067bee0e86887e)
- **Add properties to IStatisticDefinition to support percentiles**: Added optional `statisticParameter` property to support new `"percentile_cont" | "percentile_disc"` types. [8edec3ff](https://github.com/Esri/arcgis-rest-js/pull/650/commits/8edec3ff7d91bc583dfd30db23067bee0e86887e)

- **Export `IStatisticDefinition` interface**: [a6ac91b7](https://github.com/Esri/arcgis-rest-js/pull/651/commits/a6ac91b713510391e86819fa51595440cc1533ce)

Expand Down Expand Up @@ -1607,4 +1622,6 @@ Initial Public Release
[2.9.0]: https://github.com/Esri/arcgis-rest-js/compare/v2.8.2...v2.9.0 "v2.9.0"
[2.10.0]: https://github.com/Esri/arcgis-rest-js/compare/v2.9.0...v2.10.0 "v2.10.0"
[2.10.1]: https://github.com/Esri/arcgis-rest-js/compare/v2.10.0...v2.10.1 "v2.10.1"
[HEAD]: https://github.com/Esri/arcgis-rest-js/compare/v2.10.1...HEAD "Unreleased Changes"
[2.10.2]: https://github.com/Esri/arcgis-rest-js/compare/v2.10.1...v2.10.2 "v2.10.2"
[2.11.0]: https://github.com/Esri/arcgis-rest-js/compare/v2.10.2...v2.11.0 "v2.11.0"
[HEAD]: https://github.com/Esri/arcgis-rest-js/compare/v2.11.0...HEAD "Unreleased Changes"
8 changes: 4 additions & 4 deletions demos/ago-node-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-cli",
"version": "2.10.1",
"version": "2.11.0",
"description": "arcgis-rest-js node command-line item search example",
"main": "ago.js",
"scripts": {
Expand All @@ -18,9 +18,9 @@
"author": "Dave Bouwman <dbouwman@esri.com>",
"license": "Apache-2.0",
"dependencies": {
"@esri/arcgis-rest-auth": "^2.10.1",
"@esri/arcgis-rest-portal": "^2.10.1",
"@esri/arcgis-rest-request": "^2.10.1",
"@esri/arcgis-rest-auth": "^2.11.0",
"@esri/arcgis-rest-portal": "^2.11.0",
"@esri/arcgis-rest-request": "^2.11.0",
"chalk": "^2.3.0",
"commander": "^2.12.2",
"cross-fetch": "^3.0.0",
Expand Down
6 changes: 3 additions & 3 deletions demos/attachments/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "attachments",
"version": "2.10.1",
"version": "2.11.0",
"private": true,
"description": "Vanilla JavaScript demo of attachment methods of @esri/arcgis-rest-feature-service",
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@esri/arcgis-rest-feature-layer": "^2.10.1",
"@esri/arcgis-rest-request": "^2.10.1"
"@esri/arcgis-rest-feature-layer": "^2.11.0",
"@esri/arcgis-rest-request": "^2.11.0"
},
"devDependencies": {
"http-server": "*"
Expand Down
8 changes: 4 additions & 4 deletions demos/batch-geocoder-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "batch-geocoder",
"version": "2.10.1",
"version": "2.11.0",
"description": "arcgis-rest-js batch geocode sample",
"main": "batch-geocode.js",
"scripts": {
Expand All @@ -27,9 +27,9 @@
},
"homepage": "https://github.com/Esri/arcgis-rest-js#readme",
"dependencies": {
"@esri/arcgis-rest-auth": "^2.10.1",
"@esri/arcgis-rest-geocoding": "^2.10.1",
"@esri/arcgis-rest-request": "^2.10.1",
"@esri/arcgis-rest-auth": "^2.11.0",
"@esri/arcgis-rest-geocoding": "^2.11.0",
"@esri/arcgis-rest-request": "^2.11.0",
"cross-fetch": "^3.0.0",
"isomorphic-form-data": "^2.0.0",
"papaparse": "^4.6.0"
Expand Down
6 changes: 3 additions & 3 deletions demos/express/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@esri/arcgis-rest-demo-express",
"version": "2.10.1",
"version": "2.11.0",
"private": true,
"description": "Demo of @esri/arcgis-rest-* packages in an Express server",
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@esri/arcgis-rest-auth": "^2.10.1",
"@esri/arcgis-rest-request": "^2.10.1",
"@esri/arcgis-rest-auth": "^2.11.0",
"@esri/arcgis-rest-request": "^2.11.0",
"cross-fetch": "^3.0.0",
"express": "^4.16.3",
"isomorphic-form-data": "^2.0.0"
Expand Down
6 changes: 3 additions & 3 deletions demos/feature-service-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "feature-service-browser",
"version": "2.10.1",
"version": "2.11.0",
"private": true,
"description": "Vanilla JavaScript demo of @esri/arcgis-rest-feature-service",
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@esri/arcgis-rest-feature-layer": "^2.10.1",
"@esri/arcgis-rest-request": "^2.10.1"
"@esri/arcgis-rest-feature-layer": "^2.11.0",
"@esri/arcgis-rest-request": "^2.11.0"
},
"devDependencies": {
"http-server": "*"
Expand Down
8 changes: 4 additions & 4 deletions demos/geocoder-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@esri/arcgis-rest-geocoder-vanilla",
"version": "2.10.1",
"version": "2.11.0",
"private": true,
"description": "Vanilla JavaScript demo of @esri/arcgis-rest-geocoder",
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@esri/arcgis-rest-auth": "^2.10.1",
"@esri/arcgis-rest-geocoding": "^2.10.1",
"@esri/arcgis-rest-request": "^2.10.1"
"@esri/arcgis-rest-auth": "^2.11.0",
"@esri/arcgis-rest-geocoding": "^2.11.0",
"@esri/arcgis-rest-request": "^2.11.0"
},
"devDependencies": {
"http-server": "0.11.1"
Expand Down
8 changes: 4 additions & 4 deletions demos/jsapi-integration/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@esri/jsapi-integration",
"version": "2.10.1",
"version": "2.11.0",
"private": true,
"description": "to do",
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@esri/arcgis-rest-auth": "^2.10.1",
"@esri/arcgis-rest-portal": "^2.10.1",
"@esri/arcgis-rest-request": "^2.10.1"
"@esri/arcgis-rest-auth": "^2.11.0",
"@esri/arcgis-rest-portal": "^2.11.0",
"@esri/arcgis-rest-request": "^2.11.0"
},
"devDependencies": {
"http-server": "*"
Expand Down
8 changes: 4 additions & 4 deletions demos/node-cli-item-management/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cli-item-management",
"version": "2.10.1",
"version": "2.11.0",
"description": "Manage items in ArcGIS Online with a Node JS CLI and ArcGIS Rest JS",
"main": "index.js",
"scripts": {
Expand All @@ -16,9 +16,9 @@
"arcgis-rest-js"
],
"dependencies": {
"@esri/arcgis-rest-auth": "^2.10.1",
"@esri/arcgis-rest-portal": "^2.10.1",
"@esri/arcgis-rest-request": "^2.10.1",
"@esri/arcgis-rest-auth": "^2.11.0",
"@esri/arcgis-rest-portal": "^2.11.0",
"@esri/arcgis-rest-request": "^2.11.0",
"chalk": "^2.3.0",
"cross-fetch": "^3.0.0",
"isomorphic-form-data": "^1.0.0",
Expand Down
6 changes: 3 additions & 3 deletions demos/oauth2-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@esri/arcgis-rest-demo-vanilla",
"version": "2.10.1",
"version": "2.11.0",
"private": true,
"description": "Vanilla JavaScript demo of @esri/arcgis-rest-* packages",
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@esri/arcgis-rest-auth": "^2.10.1",
"@esri/arcgis-rest-request": "^2.10.1"
"@esri/arcgis-rest-auth": "^2.11.0",
"@esri/arcgis-rest-request": "^2.11.0"
},
"devDependencies": {
"http-server": "*"
Expand Down
6 changes: 3 additions & 3 deletions demos/stream-response-to-file/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stream-response-to-file",
"version": "2.10.1",
"version": "2.11.0",
"private": true,
"description": "stream response to file with arcgis-rest-request",
"main": "index.js",
Expand All @@ -25,8 +25,8 @@
},
"homepage": "https://github.com/Esri/arcgis-rest-js#readme",
"dependencies": {
"@esri/arcgis-rest-feature-layer": "^2.10.1",
"@esri/arcgis-rest-request": "^2.10.1",
"@esri/arcgis-rest-feature-layer": "^2.11.0",
"@esri/arcgis-rest-request": "^2.11.0",
"isomorphic-form-data": "^2.0.0",
"node-fetch": "^2.3.0"
}
Expand Down
6 changes: 3 additions & 3 deletions demos/tree-shaking-rollup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/arcgis-rest-tree-shaking-rollup",
"version": "2.10.1",
"version": "2.11.0",
"private": true,
"description": "",
"scripts": {
Expand All @@ -19,7 +19,7 @@
"rollup-plugin-node-resolve": "^4.0.1"
},
"dependencies": {
"@esri/arcgis-rest-portal": "^2.10.1",
"@esri/arcgis-rest-request": "^2.10.1"
"@esri/arcgis-rest-portal": "^2.11.0",
"@esri/arcgis-rest-request": "^2.11.0"
}
}
6 changes: 3 additions & 3 deletions demos/tree-shaking-webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/arcgis-rest-tree-shaking-webpack",
"version": "2.10.1",
"version": "2.11.0",
"private": true,
"description": "",
"scripts": {
Expand All @@ -18,7 +18,7 @@
"webpack-cli": "^3.3.0"
},
"dependencies": {
"@esri/arcgis-rest-portal": "^2.10.1",
"@esri/arcgis-rest-request": "^2.10.1"
"@esri/arcgis-rest-portal": "^2.11.0",
"@esri/arcgis-rest-request": "^2.11.0"
}
}
6 changes: 3 additions & 3 deletions demos/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@esri/arcgis-rest-demo-vue-with-popup",
"description": "VueJS demo of @esri/arcgis-rest-* packages.",
"version": "2.10.1",
"version": "2.11.0",
"author": "",
"license": "Apache-2.0",
"private": true,
Expand All @@ -12,8 +12,8 @@
"start": "npm run serve"
},
"dependencies": {
"@esri/arcgis-rest-auth": "^2.10.1",
"@esri/arcgis-rest-request": "^2.10.1",
"@esri/arcgis-rest-auth": "^2.11.0",
"@esri/arcgis-rest-request": "^2.11.0",
"vue": "^2.5.17",
"vue-router": "^3.0.1",
"vuex": "^3.0.1"
Expand Down
8 changes: 4 additions & 4 deletions demos/webmap-checker-sapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "sapper-webmap-checker",
"description": "this thing is cray cray",
"private": true,
"version": "2.10.1",
"version": "2.11.0",
"scripts": {
"dev": "sapper dev",
"build:legacy": "sapper build --legacy",
Expand All @@ -13,9 +13,9 @@
"test": "run-p --race dev cy:run"
},
"dependencies": {
"@esri/arcgis-rest-auth": "^2.10.1",
"@esri/arcgis-rest-portal": "^2.10.1",
"@esri/arcgis-rest-request": "^2.10.1",
"@esri/arcgis-rest-auth": "^2.11.0",
"@esri/arcgis-rest-portal": "^2.11.0",
"@esri/arcgis-rest-request": "^2.11.0",
"compression": "^1.7.1",
"cookies": "^0.7.3",
"cross-fetch": "^3.0.0",
Expand Down
16 changes: 8 additions & 8 deletions docs/src/srihashes.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"version": "2.10.1",
"version": "2.11.0",
"packages": {
"@esri/arcgis-rest-auth": "sha384-6qyulMJvQc7b3wLAPbKdmEqc0NeY94IgqJdaFvYf/ma4oyx+raGlhwJ1t+G1Cb5m",
"@esri/arcgis-rest-feature-layer": "sha384-puOC8vPW5EbveFRV9rxUgaNvOB89eDLerB4ZFRFXiguOhgB2LJNiXSAODkOPYzXV",
"@esri/arcgis-rest-geocoding": "sha384-X970uVGHW888q05C3CLHyMgoEcwxK7fBIpJZqF9KY1kVZcpbkExvR3KfFtHi2FcD",
"@esri/arcgis-rest-portal": "sha384-5PgppMAJT4IlkrdIFMWld9zSj9Lk32trPO+Wyyp+w+pxGE6nOCxzJeWM3Tcmm9wO",
"@esri/arcgis-rest-request": "sha384-8vqEDAaBs6pq3K6kzKarLaYXL45H2KCLtttKWrm5IEjFrjyBuT884Q4SSD9fBbrz",
"@esri/arcgis-rest-routing": "sha384-4vH49xdOu5z999+QAONxOvy0IfMsWPVfrnb+tbFKJP5DXkMDjTxhdGoxXqF5E0du",
"@esri/arcgis-rest-service-admin": "sha384-BB7QneCfUoG+UE8wkXdnfkaSP00ALnQEqo7RfVwA3R0DRlICxQh60haCL1B5V0wX"
"@esri/arcgis-rest-auth": "sha384-MytMuKEn04iMi7WR2QGvWl5h2OpqPco1sVpFINRWOg+XiWApQZRsRpd/37sxxJlY",
"@esri/arcgis-rest-feature-layer": "sha384-1VHRbNJv36YRr4uCgOnSaEnk5B8F2aOEK6v/g+qE0KMrhlATz8nJXGUQ3DZCITTS",
"@esri/arcgis-rest-geocoding": "sha384-IIehTfwcnANKrEzQqrEvg3e61SWgMfOXQFqLpa1fft+GXi7WXPuJ1C0zWMEm8IMN",
"@esri/arcgis-rest-portal": "sha384-6HDWjrj9uKbTbB7uOKyG6GDM1FTgmTxBUtD9VvuIm3jF5vx/QrLEJ0PmO7rNlj4B",
"@esri/arcgis-rest-request": "sha384-brzcInuTabiVJf3bD26aeP1SKRqRUXU+EblNwAepLyT94vWBRcJb+dqMZeT15bJ4",
"@esri/arcgis-rest-routing": "sha384-L2ZN8FsuuQaKG3xaOj17bS/oybJERqkGm/5crHTPM4e6c47EYHeIdG3zikiAkCxo",
"@esri/arcgis-rest-service-admin": "sha384-DTUanB82mL5oa0IlaRXNk0XWb5rc9lxMWXincdzvBG8TbgVeYY5rh4/3H5BvIB/R"
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"packages/*",
"demos/*"
],
"version": "2.10.1"
"version": "2.11.0"
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/arcgis-rest-js",
"version": "2.10.1",
"version": "2.11.0",
"description": "Compact, modular JavaScript wrappers for the ArcGIS REST API that run in Node.js and modern browsers.",
"devDependencies": {
"@types/fetch-mock": "^6.0.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/arcgis-rest-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/arcgis-rest-auth",
"version": "2.10.1",
"version": "2.11.0",
"description": "Authentication helpers for @esri/arcgis-rest-js.",
"main": "dist/node/index.js",
"unpkg": "dist/umd/auth.umd.js",
Expand All @@ -13,11 +13,11 @@
"dist/**"
],
"dependencies": {
"@esri/arcgis-rest-types": "^2.10.1",
"@esri/arcgis-rest-types": "^2.11.0",
"tslib": "^1.9.3"
},
"devDependencies": {
"@esri/arcgis-rest-request": "^2.10.1"
"@esri/arcgis-rest-request": "^2.11.0"
},
"peerDependencies": {
"@esri/arcgis-rest-request": "^2.0.0"
Expand Down
Loading

0 comments on commit c8e3911

Please sign in to comment.