Skip to content

Commit

Permalink
v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwayson committed Aug 8, 2019
1 parent 8dbce6a commit f64e883
Show file tree
Hide file tree
Showing 27 changed files with 124 additions and 87 deletions.
41 changes: 39 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,40 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### [Unreleased][HEAD]

## [2.3.0] - August 8th 2019

### @esri/arcgis-rest-geocoding

* Bug Fixes
* **geocode**: ensure the magicKey property is passed through. (#603) [`cc2c352a`](https://github.com/Esri/arcgis-rest-js/commit/cc2c352accd8b0090177f3b45fec68d95431b96e) [#601](https://github.com/Esri/arcgis-rest-js/issues/601) [#603](https://github.com/Esri/arcgis-rest-js/issues/603)

### @esri/arcgis-rest-portal

* Bug Fixes
* **portal**: setting item access to public shares correctly [`025406e0`](https://github.com/Esri/arcgis-rest-js/commit/025406e00a369b6a1b40097e7b03d5698ea41744)

### @esri/arcgis-rest-types

* Chores
* **node**: support Node 12 [`9e21d3d5`](https://github.com/Esri/arcgis-rest-js/commit/9e21d3d539ae98f090ecdc8a74ee86f5f045949c)

### Other Changes

* Chores
* **node**: support Node 12 [`8dbce6ae`](https://github.com/Esri/arcgis-rest-js/commit/8dbce6ae9aa0fab8c319abb89a87008def419ef9)

## [2.2.1] - July 22nd 2019

### @esri/arcgis-rest-portal

* Bug Fixes
* **portal**: searchGroupUsers will now respect joined and memberType parameters [`79b15b5`](https://github.com/Esri/arcgis-rest-js/commit/79b15b5a00ec3efed2193d3d16f61417bfcc933d)

### Other Changes

* Bug Fixes
* **portal**: searchGroupUsers will now respect additional parameters [`0768eab`](https://github.com/Esri/arcgis-rest-js/commit/0768eab390912591e0aadbfbed114a306d991a01)

## [2.2.0] - July 18th 2019

### @esri/arcgis-rest-portal
Expand Down Expand Up @@ -1367,7 +1401,8 @@ Initial Public Release
[1.8.0]: https://github.com/Esri/arcgis-rest-js/compare/v1.7.1...v1.8.0 "v1.8.0"
[1.9.0]: https://github.com/Esri/arcgis-rest-js/compare/v1.8.0...v1.9.0 "v1.9.0"
[1.10.0]: https://github.com/Esri/arcgis-rest-js/compare/v1.9.0...v1.10.0 "v1.10.0"
[1.11.1]: https://github.com/Esri/arcgis-rest-js/compare/v1.10.0...v1.11.1 "v1.11.1"
[1.11.0]: https://github.com/Esri/arcgis-rest-js/compare/v1.10.0...v1.11.0 "v1.11.0"
[1.11.1]: https://github.com/Esri/arcgis-rest-js/compare/v1.11.0...v1.11.1 "v1.11.1"
[1.12.0]: https://github.com/Esri/arcgis-rest-js/compare/v1.11.1...v1.12.0 "v1.12.0"
[1.13.0]: https://github.com/Esri/arcgis-rest-js/compare/v1.12.0...v1.13.0 "v1.13.0"
[1.13.1]: https://github.com/Esri/arcgis-rest-js/compare/v1.13.0...v1.13.1 "v1.13.1"
Expand All @@ -1394,4 +1429,6 @@ Initial Public Release
[2.1.0]: https://github.com/Esri/arcgis-rest-js/compare/v2.0.4...v2.1.0 "v2.1.0"
[2.1.1]: https://github.com/Esri/arcgis-rest-js/compare/v2.1.0...v2.1.1 "v2.1.1"
[2.2.0]: https://github.com/Esri/arcgis-rest-js/compare/v2.1.1...v2.2.0 "v2.2.0"
[HEAD]: https://github.com/Esri/arcgis-rest-js/compare/v2.2.0...HEAD "Unreleased Changes"
[2.2.1]: https://github.com/Esri/arcgis-rest-js/compare/v2.2.0...v2.2.1 "v2.2.1"
[2.3.0]: https://github.com/Esri/arcgis-rest-js/compare/v2.2.1...v2.3.0 "v2.3.0"
[HEAD]: https://github.com/Esri/arcgis-rest-js/compare/v2.3.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.2.0",
"version": "2.3.0",
"description": "arcgis-rest-js node command-line item search example",
"main": "ago.js",
"scripts": {
Expand All @@ -18,9 +18,9 @@
"author": "Dave Bouwman <[email protected]>",
"license": "Apache-2.0",
"dependencies": {
"@esri/arcgis-rest-auth": "^2.2.0",
"@esri/arcgis-rest-portal": "^2.2.0",
"@esri/arcgis-rest-request": "^2.2.0",
"@esri/arcgis-rest-auth": "^2.3.0",
"@esri/arcgis-rest-portal": "^2.3.0",
"@esri/arcgis-rest-request": "^2.3.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.2.0",
"version": "2.3.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.2.0",
"@esri/arcgis-rest-request": "^2.2.0"
"@esri/arcgis-rest-feature-layer": "^2.3.0",
"@esri/arcgis-rest-request": "^2.3.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.2.0",
"version": "2.3.0",
"description": "arcgis-rest-js batch geocode sample",
"main": "batch-geocode.js",
"scripts": {
Expand All @@ -27,10 +27,10 @@
},
"homepage": "https://github.com/Esri/arcgis-rest-js#readme",
"dependencies": {
"@esri/arcgis-rest-auth": "^2.2.0",
"@esri/arcgis-rest-auth": "^2.3.0",
"@esri/arcgis-rest-common": "^1.19.2",
"@esri/arcgis-rest-geocoding": "^2.2.0",
"@esri/arcgis-rest-request": "^2.2.0",
"@esri/arcgis-rest-geocoding": "^2.3.0",
"@esri/arcgis-rest-request": "^2.3.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.2.0",
"version": "2.3.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.2.0",
"@esri/arcgis-rest-request": "^2.2.0",
"@esri/arcgis-rest-auth": "^2.3.0",
"@esri/arcgis-rest-request": "^2.3.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.2.0",
"version": "2.3.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.2.0",
"@esri/arcgis-rest-request": "^2.2.0"
"@esri/arcgis-rest-feature-layer": "^2.3.0",
"@esri/arcgis-rest-request": "^2.3.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.2.0",
"version": "2.3.0",
"private": true,
"description": "Vanilla JavaScript demo of @esri/arcgis-rest-geocoder",
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@esri/arcgis-rest-auth": "^2.2.0",
"@esri/arcgis-rest-geocoding": "^2.2.0",
"@esri/arcgis-rest-request": "^2.2.0"
"@esri/arcgis-rest-auth": "^2.3.0",
"@esri/arcgis-rest-geocoding": "^2.3.0",
"@esri/arcgis-rest-request": "^2.3.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.2.0",
"version": "2.3.0",
"private": true,
"description": "to do",
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@esri/arcgis-rest-auth": "^2.2.0",
"@esri/arcgis-rest-portal": "^2.2.0",
"@esri/arcgis-rest-request": "^2.2.0"
"@esri/arcgis-rest-auth": "^2.3.0",
"@esri/arcgis-rest-portal": "^2.3.0",
"@esri/arcgis-rest-request": "^2.3.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.2.0",
"version": "2.3.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.2.0",
"@esri/arcgis-rest-portal": "^2.2.0",
"@esri/arcgis-rest-request": "^2.2.0",
"@esri/arcgis-rest-auth": "^2.3.0",
"@esri/arcgis-rest-portal": "^2.3.0",
"@esri/arcgis-rest-request": "^2.3.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.2.0",
"version": "2.3.0",
"private": true,
"description": "Vanilla JavaScript demo of @esri/arcgis-rest-* packages",
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@esri/arcgis-rest-auth": "^2.2.0",
"@esri/arcgis-rest-request": "^2.2.0"
"@esri/arcgis-rest-auth": "^2.3.0",
"@esri/arcgis-rest-request": "^2.3.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.2.0",
"version": "2.3.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.2.0",
"@esri/arcgis-rest-request": "^2.2.0",
"@esri/arcgis-rest-feature-layer": "^2.3.0",
"@esri/arcgis-rest-request": "^2.3.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.2.0",
"version": "2.3.0",
"private": true,
"description": "",
"scripts": {
Expand All @@ -19,7 +19,7 @@
"rollup-plugin-node-resolve": "^4.0.1"
},
"dependencies": {
"@esri/arcgis-rest-portal": "^2.2.0",
"@esri/arcgis-rest-request": "^2.2.0"
"@esri/arcgis-rest-portal": "^2.3.0",
"@esri/arcgis-rest-request": "^2.3.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.2.0",
"version": "2.3.0",
"private": true,
"description": "",
"scripts": {
Expand All @@ -18,7 +18,7 @@
"webpack-cli": "^3.3.0"
},
"dependencies": {
"@esri/arcgis-rest-portal": "^2.2.0",
"@esri/arcgis-rest-request": "^2.2.0"
"@esri/arcgis-rest-portal": "^2.3.0",
"@esri/arcgis-rest-request": "^2.3.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.2.0",
"version": "2.3.0",
"author": "",
"license": "Apache-2.0",
"private": true,
Expand All @@ -12,8 +12,8 @@
"start": "npm run serve"
},
"dependencies": {
"@esri/arcgis-rest-auth": "^2.2.0",
"@esri/arcgis-rest-request": "^2.2.0",
"@esri/arcgis-rest-auth": "^2.3.0",
"@esri/arcgis-rest-request": "^2.3.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.2.0",
"version": "2.3.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.2.0",
"@esri/arcgis-rest-portal": "^2.2.0",
"@esri/arcgis-rest-request": "^2.2.0",
"@esri/arcgis-rest-auth": "^2.3.0",
"@esri/arcgis-rest-portal": "^2.3.0",
"@esri/arcgis-rest-request": "^2.3.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.2.0",
"version": "2.3.0",
"packages": {
"@esri/arcgis-rest-auth": "sha384-dBq+A0kEtFc4+tOF6sF9mR/Zs/o5r+b+ZGuDstuMuy5WKDD/groZV6TAud4VE9Gb",
"@esri/arcgis-rest-feature-layer": "sha384-jxpOav2q9rQgfQfYU9kTA1t1Z/uzDenCsIxE+W82ss7E+fmvVT20gyXK2F6VSchq",
"@esri/arcgis-rest-geocoding": "sha384-7adjbE+V1lCcGxGRFJf0zbYVOyxAEG2ibjkZztbPCz7ec6vJ4qEvCtiMHdpd0WKl",
"@esri/arcgis-rest-portal": "sha384-QgVOvnvqcH52ba7ttudoRR8KcCaa/wt2Zvbklmoi9XhqLi7hszyy78aaxW0/yxdS",
"@esri/arcgis-rest-request": "sha384-OoeVd3ED1VlH5+xhBRDDtGfPaQGbSVEaQZi0H0ZQhfVv/KkdGXwvhNZ8BFRaD+Hy",
"@esri/arcgis-rest-routing": "sha384-Opp/bUEiCbdJv9pKHHw3mogHgoCc7UciUT02rgFkLsLVIQ9gbKt5xwen3TkBvonG",
"@esri/arcgis-rest-service-admin": "sha384-Q/o7UbRJN31UDVsVsi/7L6Gj2IYNNKw9WzFEX88rZq5gXGjcw5I2mSBdJTjlZEof"
"@esri/arcgis-rest-auth": "sha384-CXesq6aUkWTTR/B826R9S86VejALLZikYHv9le3waJ1bz2MO29meHc6+sEO4PXlD",
"@esri/arcgis-rest-feature-layer": "sha384-ekRpF2bg2R4BtJARp5AzRbJSMhdtMpaznSie0L6rXdeAHHn9KXl/i6JQSa9TDtyu",
"@esri/arcgis-rest-geocoding": "sha384-6khiR4Tz1IQmNU8uUuJDW1Sbo6MY6Zv3ErKZPFfGeRIX4U2IQjbv3x5916TxCKQb",
"@esri/arcgis-rest-portal": "sha384-3vMJNvlF7MjyAcT9ehx8nDDjFVZo8RnqsDp0k6iV5c45Dtnb31Q7D1GR6cb0go98",
"@esri/arcgis-rest-request": "sha384-tGB6MBYANraj373hww4c31C2WvmjSR6OuYLHp6cQW4pWjHivWmsQUjtCrHBSDuSW",
"@esri/arcgis-rest-routing": "sha384-JfkYsi98tFzVmWt+mC/H4mrAJzruUdue3jHTBVdGdacpPgDr1jiLh92WKLQkTm9r",
"@esri/arcgis-rest-service-admin": "sha384-zPaxds4Jn6qTfYx1huQSnO1+OeKli2i42W8tsvpdjkhS8tqsOP70PM8OG6N/ZTrs"
}
}
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.2.0"
"version": "2.3.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.2.0",
"version": "2.3.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.2.0",
"version": "2.3.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.2.0",
"@esri/arcgis-rest-types": "^2.3.0",
"tslib": "^1.9.3"
},
"devDependencies": {
"@esri/arcgis-rest-request": "^2.2.0"
"@esri/arcgis-rest-request": "^2.3.0"
},
"peerDependencies": {
"@esri/arcgis-rest-request": "^2.0.0"
Expand Down
Loading

0 comments on commit f64e883

Please sign in to comment.