Skip to content

Releases: Esri/arcgis-rest-js

v1.5.0

10 Jul 22:15
Compare
Choose a tag to compare

@esri/arcgis-rest-auth

  • New Features

    • auth add support for an OAuth flow that triggers social media login automatically 2e582e1
  • Bug Fixes

    • enterprise: fetch fresh token manually when u/pw are provided 299f3c0 #161

Other Changes

  • Bug Fixes
    • enterprise: ensure a brand new token can be generated for servers federated with ArcGIS Enterprise ddd3d57

v1.4.2

08 Jul 18:14
Compare
Choose a tag to compare
  • Bug Fixes:
    • removed corrupt artifacts shipped with previous release
    • crud: ensure add/update/deleteFeatures dont pass extraneous parameters 8566860 #223
    • auth fixed typo in peerDependency name d0d89b8 🙏richardhinkamp🙏 #237

v1.4.1

20 Jun 16:29
Compare
Choose a tag to compare

@esri/arcgis-rest-auth

  • New Features
    • auth: add toCredential() method to UserSession to pass to jsapi c03430d #208
    • auth: add fromCredential() to instantiate UserSession from jsapi auth ea64da9 #208
  • Bug Fixes

@esri/arcgis-rest-feature-service

  • Misc.
    • feature-service: refactor feature service signatures to stop leaning on params directly 410a511

@esri/arcgis-rest-geocoder

  • Misc.
    • reorganizing: break up geocoding package into multiple files 216f23c #216

Other Changes

  • Documentation
    • demos: jsapi integration demo shows more typical scenario 0878793
  • Misc.
    • feature-service: update signatures c0a881b

v1.4.0

06 Jun 16:53
Compare
Choose a tag to compare

@esri/arcgis-rest-auth

  • New Features
    • caring: methods to un/share items with groups 8572bb0

@esri/arcgis-rest-demo-express

  • Chores
    • tooling: bump commitizen to allow empty commits 746a6c5 #188

@esri/arcgis-rest-demo-vanilla

  • Chores
    • tooling: bump commitizen to allow empty commits 746a6c5 #188

@esri/arcgis-rest-demo-vue-with-popup

  • Chores
    • tooling: bump commitizen to allow empty commits 746a6c5 #188

@esri/arcgis-rest-geocoder-vanilla

  • Chores
    • tooling: bump commitizen to allow empty commits 746a6c5 #188

@esri/arcgis-rest-sharing

  • New Features
    • caring: new sharing package with method to set access on items a212d59 #43
    • caring: methods to un/share items with groups 8572bb0

Other Changes

  • Chores
    • tooling: bump commitizen to allow empty commits b4f254c

batch-geocoder

  • Chores
    • tooling: bump commitizen to allow empty commits 746a6c5 #188

feature-service-browser

  • Chores
    • tooling: bump commitizen to allow empty commits 746a6c5 #188

node-cli

  • Chores
    • tooling: bump commitizen to allow empty commits 746a6c5 #188

v1.3.0

23 May 18:31
Compare
Choose a tag to compare

@esri/arcgis-rest-items

  • Bug Fixes
    • Better handling of missing tags c7ba459 🙏alukach🙏

@esri/arcgis-rest-common-types

  • New Features
    • Loads of new Webmap typings! e52f115 🙏JeffJacobson🙏

@esri/arcgis-rest-feature-service

  • Documentation
    • feature-service: add missing @params b0d96f1

@esri/arcgis-rest-request

  • Chores
    • 404: new bit.ly link in err message 4976a2c

Other Changes

  • Misc.
    • arcgis-rest-common-types: simplified build 11ae59c
  • Chores
    • 404: new bit.ly link in err message e406915
  • Documentation
    • feature-service: add missing @params 80faae8
  • New Features
    • common-types: Added webmap interfaces and types e52f115

v1.2.1

15 May 23:56
Compare
Choose a tag to compare

Other Changes

  • Bug Fixes
    • umd: strip outdated umd files from npm packages 2e1764d #198

v1.2.0

15 May 00:27
Compare
Choose a tag to compare

@esri/arcgis-rest-auth

  • Chores
    • umd: make umd filenames more terse 368e1a1
  • Bug Fixes
    • oAuth: fix oAuth2 methods in IE 11 and Edge 462f980

@esri/arcgis-rest-common-types

  • Chores
    • umd: make umd filenames more terse 368e1a1
  • Bug Fixes
    • IItem: make all IItem properties optional 8df9278 #171

@esri/arcgis-rest-feature-service

  • Chores
    • umd: make umd filenames more terse 368e1a1
  • Documentation
    • snippets: add CRUD feature service snippets and fix geocoder ones 7143f06 #190
  • New Features
    • feature-service: add feature service CRUD methods 5cb8fbc #176

@esri/arcgis-rest-geocoder

  • Chores
    • umd: make umd filenames more terse 368e1a1
  • Documentation
    • snippets: add CRUD feature service snippets and fix geocoder ones 7143f06 #190
  • Bug Fixes
    • geocode: max sure user supplied request options are all passed through 3ffa710

@esri/arcgis-rest-groups

  • Chores
    • umd: make umd filenames more terse 368e1a1

@esri/arcgis-rest-items

  • Chores
    • umd: make umd filenames more terse 368e1a1
  • Bug Fixes
    • createItem: owner item.owner authentication.username 76680a1
    • itemSearch: max sure user supplied request options are all passed through afb9e38 #183

@esri/arcgis-rest-request

  • Chores
    • umd: make umd filenames more terse 368e1a1
  • Bug Fixes
    • fetch: set credentials: "same-origin" in fetch options to support sending IWA cookies a4d0115

@esri/arcgis-rest-users

  • Chores
    • umd: make umd filenames more terse 368e1a1

Other Changes

  • Chores
    • copyright: remove duplicate copyright statements from minified files 13b5db5
  • Documentation
    • snippets: add CRUD feature service snippets and fix geocoder ones 26da42e
  • Bug Fixes
    • oauth-demo: remove ES2015 buts from oAuth Demo for IE 11 22ec948
    • IItem: make id and owner the only required properties of IItem 9c508f2
    • fetch: set credentials: "same-origin" in fetch options 3ae7159

doc improvements

  • Bug Fixes
    • createItem: owner "item.owner" authentication.username 76680a1

v1.1.2

02 May 20:59
Compare
Choose a tag to compare

@esri/arcgis-rest-auth

  • Chores
    • all READMEs: add links to API reference sections 3afbe95 #148
    • security: bump devDependencies to resolve security vulnerability 16fd1a7
  • Documentation
    • LICENSe: fix license links in package READMEs d9f6027
  • Bug Fixes
    • auth: allow trailing slash in portal URL b76da90
    • auth: decode username when parsing response from OAuth e0c2a44 #165
    • OAuth2 options: added locale and state parameters for browser based OAuth2 b05996e

@esri/arcgis-rest-common-types

  • Chores
    • all READMEs: add links to API reference sections 3afbe95 #148
  • Documentation
    • LICENSe: fix license links in package READMEs d9f6027
  • New Features
    • new users package: added rest-users with a single method a24ed0b #159

@esri/arcgis-rest-demo-vue-with-popup

  • Chores
    • security: bump devDependencies to resolve security vulnerability 16fd1a7

@esri/arcgis-rest-feature-service

  • Chores
    • all READMEs: add links to API reference sections 3afbe95 #148
  • Documentation
    • LICENSe: fix license links in package READMEs d9f6027

@esri/arcgis-rest-geocoder

  • Chores
    • all READMEs: add links to API reference sections 3afbe95 #148
  • Documentation
    • LICENSe: fix license links in package READMEs d9f6027

@esri/arcgis-rest-groups

  • Chores
    • all READMEs: add links to API reference sections 3afbe95 #148
  • Documentation
    • LICENSe: fix license links in package READMEs d9f6027

@esri/arcgis-rest-items

  • Chores
    • all READMEs: add links to API reference sections 3afbe95 #148
  • Documentation
    • LICENSe: fix license links in package READMEs d9f6027

@esri/arcgis-rest-request

  • Chores
    • all READMEs: add links to API reference sections 3afbe95 #148
  • Documentation
    • LICENSe: fix license links in package READMEs d9f6027
  • Bug Fixes
    • getPortalUrl: make getPortalUrl use portal in request options if passed in 6103101 #180

@esri/arcgis-rest-users

  • Documentation
    • LICENSe: fix license links in package READMEs d9f6027
  • New Features
    • new users package: added rest-users with a single method a24ed0b #159

Other Changes

  • Chores
    • batch-geocoder: make sure sample data is include in repo 7df7b54
    • all READMEs: add links to API reference sections ab546e0
    • CONTRIBUTING: add info about commitizen (#167) 9477de1 #147 #167
  • Documentation
    • changelog: fix comparison links and use todays date for each release 27c9f33 #149
    • changelog: fix comparison links and use todays date for each re… 29e879d
    • LICENSE: fix license links in package READMEs 00d7e8c
  • New Features
    • new users package: add rest-users with a single method 29b7af0
  • Bug Fixes
    • auth: decode username when parsing response from OAuth fd9005f
    • OAuth2 options: add 'locale' and 'state' parameters for browser based OAuth2 6234f0c

batch-geocoder

  • Chores
    • batch-geocoder: make sure sample data is include in repo 9b4d6b5

use clientId for state by default

  • Bug Fixes
    • OAuth2 options: added locale and state parameters for browser based OAuth2 b05996e

v1.1.1

05 Mar 18:56
Compare
Choose a tag to compare

@esri/arcgis-rest-common-types

  • Bug Fixes
    • common-types: ensure typings are distributed in common-types npm package bec3fbf #151

@esri/arcgis-rest-demo-vanilla

  • Bug Fixes
    • common-types: ensure typings are distributed in common-types npm package bec3fbf #151

@esri/arcgis-rest-request

  • Bug Fixes
    • request: ensure request is passed through as a request parameter 77ad553 #142

Other Changes

  • Bug Fixes
    • common-types: ensure typings are distributed in common-types npm… 3dfed70
    • request: ensure request is passed through as a request parameter 43936f7

v1.1.0

04 Mar 01:27
Compare
Choose a tag to compare

@esri/arcgis-rest-auth

  • Chores
    • npm packages: remove test files and tsconfig.json from npm tarballs 37940e7 #132
  • New Features
    • all packages: start shipping an unminified UMD for each package 52043f5 #135
  • Bug Fixes

@esri/arcgis-rest-common-types

  • Chores
    • npm packages: remove test files and tsconfig.json from npm tarballs 37940e7 #132
  • New Features
    • common-types: add more common types, keep the 'I' in front of interfaces d91dd0e
    • lots more common-types: adding a lot more common data types 73ce0b8
  • Bug Fixes

@esri/arcgis-rest-feature-service

  • Chores

    • npm packages: remove test files and tsconfig.json from npm tarballs 37940e7 #132
  • New Features

    • all packages: start shipping an unminified UMD for each package 52043f5 #135
    • feature service: New arcgis-rest-feature-serivce package w/ getFeature() to get a feature by id 1d0e57e
    • feature service: add queryFeatures() to send query requests to feature services #126
  • Bug Fixes

@esri/arcgis-rest-geocoder

  • Chores
    • npm packages: remove test files and tsconfig.json from npm tarballs 37940e7 #132
  • New Features
    • all packages: start shipping an unminified UMD for each package 52043f5 #135
    • common-types: add more common types, keep the 'I' in front of interfaces d91dd0e
  • Bug Fixes
  • Misc.
    • geocoder: rename IGeocodeServiceInfoResponse to IGetGeocodeServiceResponse 2586de1
    • geocoder: use a more descriptive method to fetch metadata c774937 #122

@esri/arcgis-rest-groups

  • Chores
    • npm packages: remove test files and tsconfig.json from npm tarballs 37940e7 #132
  • New Features
    • all packages: start shipping an unminified UMD for each package 52043f5 #135
    • common-types: add more common types, keep the 'I' in front of interfaces d91dd0e
  • Bug Fixes

@esri/arcgis-rest-items

  • Chores
    • npm packages: remove test files and tsconfig.json from npm tarballs 37940e7 #132
  • New Features
    • all packages: start shipping an unminified UMD for each package 52043f5 #135
    • common-types: add more common types, keep the 'I' in front of interfaces d91dd0e
  • Bug Fixes

@esri/arcgis-rest-request

  • Chores
    • npm packages: remove test files and tsconfig.json from npm tarballs 37940e7 #132
  • New Features
    • all packages: start shipping an unminified UMD for each package 52043f5 #135
    • request: let consumers specify GET w/ max URL length; if exceeded, use POST 6b9f658
  • Bug Fixes
  • Misc.
    • geocoder: use a more descriptive method to fetch metadata c774937 #122

Other Changes

  • Chores
    • rollup: bump to the latest version of rollup f4411c3
    • rollup: bump to the latest version of rollup b22a262 #136
    • npm packages: remove test files and tsconfig.json from npm tar… 232b863
    • changelog: prevent changelog.js from looking beyond newline for closed issues a2b6996
    • changelog: prevent changelog.js from looking beyond newline for closed issues 8b21d67
  • Documentation
    • getting started: rearranged getting started doc and fixed a cou… 361210c
    • getting started: rearranged getting started doc and fixed a couple typos 3d5b371
  • Bug Fixes
    • auth: better regex match for usernames 04ec689
    • request: ensure falsy request parameters like zero are passed through d657b57
  • Misc.
    • geocoder: use a more descriptive method to fetch metadata 4b1544f

batch-geocoder

  • Breaking Changes
    • lots more common-types: adding a lot more common data types 73ce0b8