Skip to content

Commit

Permalink
v2.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwayson committed Nov 18, 2020
1 parent 08208d3 commit a74975d
Show file tree
Hide file tree
Showing 27 changed files with 121 additions and 108 deletions.
17 changes: 15 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [2.22.0] - November 18th 2020

### @esri/arcgis-rest-auth

* New Features
* **UserSession**: added optional 'popupWindowFeatures' to 'IOAuth2Options' [`f96a5810`](https://github.com/Esri/arcgis-rest-js/commit/f96a581033513c9a546998bc37254a46e364f153)

### @esri/arcgis-rest-request

* Bug Fixes
* **processParams**: Support array of arrays [`08208d37`](https://github.com/Esri/arcgis-rest-js/commit/fd3b1a999f63a62d50d60b2b1f6b775d482be85c)

## [2.21.0] - November 11th 2020

### @esri/arcgis-rest-feature-layer
Expand Down Expand Up @@ -49,7 +61,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### @esri/arcgis-rest-portal

* Bug Fixes
* **arcgis-rest-portal**: do not do any membership adjustments if the group is the user's favorites g [`6fc8ada6`](https://github.com/Esri/arcgis-rest-js/commit/6fc8ada666e2ac6388418d3416db13a40c299757)
* **arcgis-rest-portal**: do not do any membership adjustments if the group is the user's favorites g [`6fc8ada6`](https://github.com/Esri/arcgis-rest-js/commit/6fc8ada666e2ac6388418d3416db13a40c299757)

## [2.19.1] - October 2nd 2020

Expand Down Expand Up @@ -1805,4 +1817,5 @@ Initial Public Release
[2.19.2]: https://github.com/Esri/arcgis-rest-js/compare/v2.19.1...v2.19.2 "v2.19.2"
[2.20.0]: https://github.com/Esri/arcgis-rest-js/compare/v2.19.2...v2.20.0 "v2.20.0"
[2.21.0]: https://github.com/Esri/arcgis-rest-js/compare/v2.20.0...v2.21.0 "v2.21.0"
[HEAD]: https://github.com/Esri/arcgis-rest-js/compare/v2.21.0...HEAD "Unreleased Changes"
[2.22.0]: https://github.com/Esri/arcgis-rest-js/compare/v2.21.0...v2.22.0 "v2.22.0"
[HEAD]: https://github.com/Esri/arcgis-rest-js/compare/v2.22.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.21.0",
"version": "2.22.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.21.0",
"@esri/arcgis-rest-portal": "^2.21.0",
"@esri/arcgis-rest-request": "^2.21.0",
"@esri/arcgis-rest-auth": "^2.22.0",
"@esri/arcgis-rest-portal": "^2.22.0",
"@esri/arcgis-rest-request": "^2.22.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.21.0",
"version": "2.22.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.21.0",
"@esri/arcgis-rest-request": "^2.21.0"
"@esri/arcgis-rest-feature-layer": "^2.22.0",
"@esri/arcgis-rest-request": "^2.22.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.21.0",
"version": "2.22.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.21.0",
"@esri/arcgis-rest-geocoding": "^2.21.0",
"@esri/arcgis-rest-request": "^2.21.0",
"@esri/arcgis-rest-auth": "^2.22.0",
"@esri/arcgis-rest-geocoding": "^2.22.0",
"@esri/arcgis-rest-request": "^2.22.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.21.0",
"version": "2.22.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.21.0",
"@esri/arcgis-rest-request": "^2.21.0",
"@esri/arcgis-rest-auth": "^2.22.0",
"@esri/arcgis-rest-request": "^2.22.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.21.0",
"version": "2.22.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.21.0",
"@esri/arcgis-rest-request": "^2.21.0"
"@esri/arcgis-rest-feature-layer": "^2.22.0",
"@esri/arcgis-rest-request": "^2.22.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.21.0",
"version": "2.22.0",
"private": true,
"description": "Vanilla JavaScript demo of @esri/arcgis-rest-geocoder",
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@esri/arcgis-rest-auth": "^2.21.0",
"@esri/arcgis-rest-geocoding": "^2.21.0",
"@esri/arcgis-rest-request": "^2.21.0"
"@esri/arcgis-rest-auth": "^2.22.0",
"@esri/arcgis-rest-geocoding": "^2.22.0",
"@esri/arcgis-rest-request": "^2.22.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.21.0",
"version": "2.22.0",
"private": true,
"description": "to do",
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@esri/arcgis-rest-auth": "^2.21.0",
"@esri/arcgis-rest-portal": "^2.21.0",
"@esri/arcgis-rest-request": "^2.21.0"
"@esri/arcgis-rest-auth": "^2.22.0",
"@esri/arcgis-rest-portal": "^2.22.0",
"@esri/arcgis-rest-request": "^2.22.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.21.0",
"version": "2.22.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.21.0",
"@esri/arcgis-rest-portal": "^2.21.0",
"@esri/arcgis-rest-request": "^2.21.0",
"@esri/arcgis-rest-auth": "^2.22.0",
"@esri/arcgis-rest-portal": "^2.22.0",
"@esri/arcgis-rest-request": "^2.22.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.21.0",
"version": "2.22.0",
"private": true,
"description": "Vanilla JavaScript demo of @esri/arcgis-rest-* packages",
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@esri/arcgis-rest-auth": "^2.21.0",
"@esri/arcgis-rest-request": "^2.21.0"
"@esri/arcgis-rest-auth": "^2.22.0",
"@esri/arcgis-rest-request": "^2.22.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.21.0",
"version": "2.22.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.21.0",
"@esri/arcgis-rest-request": "^2.21.0",
"@esri/arcgis-rest-feature-layer": "^2.22.0",
"@esri/arcgis-rest-request": "^2.22.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.21.0",
"version": "2.22.0",
"private": true,
"description": "",
"scripts": {
Expand All @@ -19,7 +19,7 @@
"rollup-plugin-node-resolve": "^4.0.1"
},
"dependencies": {
"@esri/arcgis-rest-portal": "^2.21.0",
"@esri/arcgis-rest-request": "^2.21.0"
"@esri/arcgis-rest-portal": "^2.22.0",
"@esri/arcgis-rest-request": "^2.22.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.21.0",
"version": "2.22.0",
"private": true,
"description": "",
"scripts": {
Expand All @@ -18,7 +18,7 @@
"webpack-cli": "^3.3.0"
},
"dependencies": {
"@esri/arcgis-rest-portal": "^2.21.0",
"@esri/arcgis-rest-request": "^2.21.0"
"@esri/arcgis-rest-portal": "^2.22.0",
"@esri/arcgis-rest-request": "^2.22.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.21.0",
"version": "2.22.0",
"author": "",
"license": "Apache-2.0",
"private": true,
Expand All @@ -12,8 +12,8 @@
"start": "npm run serve"
},
"dependencies": {
"@esri/arcgis-rest-auth": "^2.21.0",
"@esri/arcgis-rest-request": "^2.21.0",
"@esri/arcgis-rest-auth": "^2.22.0",
"@esri/arcgis-rest-request": "^2.22.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.21.0",
"version": "2.22.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.21.0",
"@esri/arcgis-rest-portal": "^2.21.0",
"@esri/arcgis-rest-request": "^2.21.0",
"@esri/arcgis-rest-auth": "^2.22.0",
"@esri/arcgis-rest-portal": "^2.22.0",
"@esri/arcgis-rest-request": "^2.22.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.21.0",
"version": "2.22.0",
"packages": {
"@esri/arcgis-rest-auth": "sha384-3QlzXMfwi6fjUvqwInCGPirDzYa+VsilED4R8L8PeBtUJNT9C1+a6aZtumacCUM1",
"@esri/arcgis-rest-feature-layer": "sha384-ja3Y2SHCsN02afjo4hPPczZ8L3foD+222eW9fCYG2T9OIs3zPTyOkvF/Tw0sz2vw",
"@esri/arcgis-rest-geocoding": "sha384-ax/1SK9AKZo4GE61TBX1RnNXo3nT9sshMXV4pzuTdrAMCCW6J1GisGpn9T4WYA4H",
"@esri/arcgis-rest-portal": "sha384-P9VzF1ss6TvhX+l+OjpP6n7bAlhDEWhilmP7nBZZoRSMTyCAXl+nSs9lyWSQBkB1",
"@esri/arcgis-rest-request": "sha384-i2rhzUxWjKqueNejsV0ocFIkr4INZcsKh7hdWbHEz6FWjH3y3EKWxg9IwoJx15vL",
"@esri/arcgis-rest-routing": "sha384-C/uE0QZAdXLABOc6Osl1gcLbfYsj9c+NSuE7WhEeAz/5aMJhkbAjdghCLkzfPCW3",
"@esri/arcgis-rest-service-admin": "sha384-bvaQ0Oi49BgBrzC3g5R9NyoiYjt2AgzSSdFU6vBzbw3GSxkHwQD2Qbr5srx+kuc4"
"@esri/arcgis-rest-auth": "sha384-HujPbOdwOhtx+PsLhhGLp6NRD0noYntJWnOcgcVNgLoto1S/jxnXVH1CAXu13zBB",
"@esri/arcgis-rest-feature-layer": "sha384-lb0pwpiBnrlVkD57OWoudg2gxqjyTzKZ0RriXnHoNUUKEd1knUJAj0gxSyvIkZeG",
"@esri/arcgis-rest-geocoding": "sha384-40aPUuXKPJXx7BgjuNxfvN+sPUnvHubOuPe730yWyI06FZiHemuASveyaIPD6IKR",
"@esri/arcgis-rest-portal": "sha384-ye7SfPO/Ns0TKFhLYmyYhDNOrP4YjGZbVs7sAHPrbEO1lM7OJoKC2nX4PSDXUnFF",
"@esri/arcgis-rest-request": "sha384-Py434HceITm9EQXnvPoUMYhr067peDCNNh+L3WI91aoPnp2qxqnYr/XpmD5Ke0iZ",
"@esri/arcgis-rest-routing": "sha384-mqUehM8iK8DTbWYH68GBq1hA8k7jW8624jJ5lx/F2/ajX0k3UET3yZoUKA5DFGaN",
"@esri/arcgis-rest-service-admin": "sha384-rM8d/iF1KDHGgMw5L7WiBH4AZMvWgP7I9MIiJGYyKjBVZU6pV+mMgHY/2NjikGxU"
}
}
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.21.0"
"version": "2.22.0"
}
Loading

0 comments on commit a74975d

Please sign in to comment.