Skip to content

Releases: Esri/arcgis-rest-js

v2.17.0

03 Sep 18:15
Compare
Choose a tag to compare
  • Refactoring

    • arcgis-rest-portal: isOrgAdmin more accurately identifies org admins 144791
    • arcgis-rest-portal: Separated shareItemWithGroup and unshareItemWithGroup into separate methods and files 144791
    • arcgis-rest-portal: Loosened unshare restrictions for org admins, they can now remove any item in their org from a group regardless of their membership to that group. 144791
    • arcgis-rest-portal: Added logic for org admins to conditionally join edit/update groups as a group admin, or view groups as a member before sharing, then removes the admin after the share call completes. If the admin is already a member, the addUser call is skipped and the admin is not removed. 144791
  • New Features

    • arcgis-rest-portal: Added removeUsers 144791

v2.16.0

31 Aug 22:10
Compare
Choose a tag to compare

@esri/arcgis-rest-portal

  • Bug Fixes

    • arcgis-rest-portal: use deleteRelationship not removeRelationship 890e4859 #739
    • arcgis-rest-request: cleanUrl function now resilient to null values
  • New Features

    • arcgis-rest-portal updateItem respects a .folderId property passed in IUpdateItemOptions

General

  • ensure all projects use tslib ^1.10.0
  • bump rollup-plugin-typescript2 to 0.22.0 which also uses ^1.10.0

v2.15.0

19 Aug 18:00
Compare
Choose a tag to compare

@esri/arcgis-rest-portal

  • New Features
    • portal inviteGroupUsers - Invites users to join a group
    • portal createOrgNotification - Send notifications to members of an org - either via email or internal

@esri/arcgis-rest-auth

  • Bug Fixes
    • auth: add additional authentication providers 85f73b22
    • auth: improve query and error handling when completing sign in 4b3905ca

@esri/arcgis-rest-request

  • Bug Fixes
    • auth: improve query and error handling when completing sign in 4b3905ca

v2.14.1

23 Jul 19:28
Compare
Choose a tag to compare

@esri/arcgis-rest-portal

  • Bug Fixes
    • added exportItem allows targetSR to be a string or an ISpatialReference

v2.14.0

20 Jul 19:48
Compare
Choose a tag to compare

@esri/arcgis-rest-auth

  • Bug Fixes
    • arcgis-rest-auth: enable oAuth from within an IFrame e6538d5d #711

@esri/arcgis-rest-portal

  • New Features
    • added exportItem and getUserContent functions

v2.13.2

11 Jun 20:22
Compare
Choose a tag to compare

@esri/arcgis-rest-service-admin

  • Optimization
    • arcgis-rest-service-admin: Function createFeatureService creates the feature service directly in a specified folder rather than creating it at the root and moving it to the folder aa478ca

v2.13.1

12 May 13:29
Compare
Choose a tag to compare

@esri/arcgis-rest-request

  • Bug Fixes
    • request: Patch hideToken for browser CORS support b97860

v2.13.0

07 May 04:29
Compare
Choose a tag to compare

@esri/arcgis-rest-request

  • New Features
    • request: Add hideToken option to prevent passing token in query parameters 8595fab

v2.12.1

03 May 16:43
Compare
Choose a tag to compare

@esri/arcgis-rest-types

  • Bug Fixes
    • Add the missing "s" in IStatisticDefinition. c807192

v2.12.0

27 Apr 19:46
Compare
Choose a tag to compare

@esri/arcgis-rest-portal

  • New Features
    • arcgis-rest-portal: add getPortalSettings function e956dc56