Skip to content

Latest commit

 

History

History
2168 lines (1429 loc) · 98.9 KB

CHANGELOG.md

File metadata and controls

2168 lines (1429 loc) · 98.9 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

All Subsequent changes are in the package changelog files:

[9.10.0] - December 22nd 2021

Other Changes

  • New Features
    • hub-common: add bBoxToPolygon() function; fix content.boundary.geometry should be polygon 87d62c07d
  • Bug Fixes
    • hub-common: fix setProp() throws error when intermediary prop is set to undefined ecaf7412f
    • hub-common: fix content.boundary.geometry should be a polygon not an envelope 47a9da120
  • Misc.
    • hub-common: make setContentExtent() and setContentBoundary() internal only a1c2624fd

[9.9.0] - December 14th 2021

Other Changes

[9.8.1] - December 6th 2021

Other Changes

  • Bug Fixes
    • hub-common: setContentType() now uses normalizedType to calculate family 77b79b261

[9.8.0] - November 24th 2021

Other Changes

  • Documentation
    • hub-common: add warning message around site schema migrations (#686) 60d5f252d
  • New Features
    • hub-common: add _searchUsers, with tests and utils (#687) 8c9a7938e
    • hub-common: add getContentSiteUrls() 50f10de88

[9.7.2] - November 17th 2021

Other Changes

  • New Features
    • hub-common: add next() to _searchContent and _searchGroups (#685) d2ae91895

[9.7.1] - November 15th 2021

Other Changes

  • New Features
    • hub-common: _searchGroups returns .siteTeamUrl if a Site Model is passed in on the IHubSearchOptions hash.

[9.7.0] - November 9th 2021

Other Changes

  • New Features
    • hub-common: add mergeGroupFilters 2e081e799

[9.6.2] - November 9th 2021

Other Changes

  • Bug Fixes

[9.6.1] - November 9th 2021

Other Changes

  • Bug Fixes
    • hub-content: fix enrichContent sets hubId w/ layer for proxied c… acbb6c824

[9.6.0] - November 4th 2021

Other Changes

  • New Features
    • hub-discussions: remove url-parse dependency. Adds isDiscussable(..) 3d3e92077

[9.5.0] - November 4th 2021

Other Changes

  • New Features
    • hub-common: deepFind, deepFindById functions a78eefda2
    • hub-common: _searchGroups via Filter<group> 496748b8f

[9.4.1] - October 29th 2021

Other Changes

  • Bug Fixes
    • hub-common: add sorting, uris to _searchContent b285ddf41

[9.4.0] - October 28th 2021

Other Changes

  • New Features
    • hub-common: Catalog, Filter and _searchContent (alpha feature!) ea52f69b7

[9.3.0] - October 27th 2021

Other Changes

  • New Features
    • hub-teams: add/invite partnered org members (#673) 1b3e4b963

[9.2.0] - October 21st 2021

Other Changes

  • New Features
    • hub-common: add content.urls, setContentHubId(), setContentType() 51641fcbf
    • hub-search: add setContentSiteUrls; searchContent returns site urls 35288cde1 #658

[9.1.4] - October 18th 2021

Other Changes

  • Bug Fixes
    • hub-sites: fixes return type for _getSharingEligibleModels method aa39cc024

[9.1.3] - October 15th 2021

Other Changes

[9.1.2] - October 14th 2021

Other Changes

  • Bug Fixes
    • hub-search: searchContent now respects user-provided paging information cd24c6fdf

[9.1.1] - October 12th 2021

Other Changes

  • updated dependency ranges from invalid semver range to valid semver range

[9.1.0] - October 11th 2021

Other Changes

  • New Features
    • hub-sites: add support for templating sites that use the new path for custom dcat configs 33830e846
  • Tests
    • hub-sites: change description of interpolateSite test 6d47df3f9

[9.0.1] - October 11th 2021

Other Changes

  • Chores
    • hub-search: added export to searchDatasets function 3db251a64
    • hub-search: added export to searchDatasets function 3e9ef3bda

[9.0.0] - October 8th 2021

Other Changes

  • Documentation
    • hub-annotations: deprecate the @esri/hub-annotations package 141736a74
  • New Features
    • hub-sites: bump site uiVersion to 2.4 66995fa6c
  • Misc.
    • hub-annotations: remove @esri/hub-annotations package ed2e31cdb #627

[8.24.0] - September 27th 2021

Other Changes

  • New Features
    • hub-common: add beginning work for _migrate-feed-config site migration helper 39bd8496e
    • hub-common: clean up recursive strategy of migrating dcat configs 2350d237f
    • hub-common: add support for migrating addition custom dcat values d06641d5b
    • hub-common: change custom dcat config migration to use string manipulation 97690d76d
    • hub-common: bump site schema version and add _migrateFeedConfig helper to upgradeSiteSchema baf39af35
    • hub-common: remove redundant migration entry for migrating DCAT configs 8daf1fd91
    • hub-common: no longer remove dcatConfig object from site during migration fb8d7fb6b
    • hub-common: fix root package-lock.json conflicts with master 2f6268402
  • Bug Fixes
    • hub-downloads: support requesting download metadata from all public feature services 63001c4fd
    • hub-downloads: support requesting download metadata from all pub… 083aa7563

[8.23.2] - September 27th 2021

Other Changes

  • Chores

    • hub-common: allow commits that start w/ 'pr:' to address PR review e344283f0
  • Bug Fixes

    • hub-content: getContentFromPortal() returns the layer content when passed a hubId 157fa1110

[8.23.1] - September 27th 2021

Other Changes

  • Bug Fixes
    • hub-search: searchContent() should return results as IHubContent[] 907e84f1a

[8.23.0] - September 24th 2021

Other Changes

  • New Features
    • hub-search: expose searchDatasets() to search the Hub API and return datasets 1c1f39991

[8.22.1] - September 22nd 2021

Other Changes

  • Chore
    • hub-teams: export experimental _searchTeams(...) function.

[8.22.0] - September 20th 2021

Other Changes

  • New Features
    • hub-downloads: allows unathenticated requests for download metadata in portal/enterprise f4d8a3b00
    • hub-downloads: allow portal to be configured via portal param in requestDownloadMetadata bfcb6e031

[8.21.1] - September 20th 2021

Other Changes

  • Bug Fixes
    • hub-content: getLayerContent should update hubId 6222c27dc

[8.21.0] - September 17th 2021

Other Changes

  • New Features
    • hub-common: add new add-IHubTeam type 87a9fb2cc
    • hub-common: add itemToContent and related functions 962a31335
    • hub-common: add datasetToContent() and datasetToItem() 0951b59f5
  • Bug Fixes
    • hub-common: hupApiUrl, isPortal, and authentication options should be optional 5a13718f6
    • hub-common: hupApiUrl, isPortal, and authentication options shou… 7aa7ade7c
    • hub-content: not updating family and normalizedType for layer contnet 10ca039e5

[8.20.0] - September 16th 2021

Other Changes

  • New Features
    • hub-common: create a spatialReference serialization algorithm 70c5dbfa5
  • Bug Fixes
    • hub-content: introduces empty array to handle servers without layers mistakenly typed as featur 0a7acb5bc
  • Misc.
    • hub-search: use a new base-64 encoding lib 99c671226

[8.19.0] - September 14th 2021

Other Changes

  • New Features
    • hub-downloads: makes logic for querying for item exports available and centralized 1cea4e712

[8.18.0] - September 13th 2021

Other Changes

  • New Features
    • hub-teams: migrate a number of functions to hub-teams (#625) 33b30d656
    • hub-sites: news sites in any env get underlinedLinks capability 78984219a

[8.17.3] - September 3rd 2021

Other Changes

[8.17.2] - September 1st 2021

Other Changes

  • Bug Fixes
    • hub-content: normalizedType should be based on content.type, not item.type 60d196d66

[8.17.1] - August 31st 2021

Other Changes

  • Bug Fixes
  • hub-common: account for versioned standard licenses 1f5a8a9f

[8.17.0] - August 30th 2021

Other Changes

  • Chores
    • hub-common: added stale PR notification a4e7ac95
  • New Features
    • hub-common: add capitalize() and getServiceTypeFromUrl() f66e08af
  • Bug Fixes
    • hub-content: content.item.type was layer.type when fetched from the API 2e884ac8

[8.16.1] - August 27th 2021

Other Changes

  • Bug Fixes
    • hub-teams: prevent portal:user:addExternalMembersToGroup priv from being removed for Demo and Marketing subscription type 7bb566ce4

[8.16.0] - August 26th 2021

Other Changes

  • Documentation
    • hub-search: add inline docs and examples to searchContent() 77d741a2
    • hub-search: add suggested edits to searchContent() docs 470e330c
    • hub-search: add docs readme; add header for content-search dba9d09d
  • New Features
    • hub-common: add isMapOrFeatureServerUrl e21c8961

[8.15.1] - August 16th 2021

Other Changes

  • Bug Fixes
    • hub-search: force getItems() to always be post to avoid server errors from long urls 30434003
    • hub-teams: allow for user to be invited as group admin (#611) 19dfd67c

[8.15.0] - August 9th 2021

Other Changes

  • Documentation
    • hub-discussions: adds hub-discussions guide ecaa6898
  • New Features
    • hub-content: notebooks are downloadable and in documents family 6a958a20
  • Misc.
    • hub-content: refactor fetchContent to use createOperationPipeline 1b91a242

[8.14.0] - July 28th 2021

Other Changes

  • New Features
    • hub-common: add getSubcriptionType() 950cc63c
  • Bug Fixes
    • hub-teams: canCreateTeam fatal error when portalSelf is missing subscription 700f0e04

[8.13.2] - July 27th 2021

Other Changes

  • New Features
    • hub-teams: update well known teams with edit team (#587) 9791ee0d

[8.13.1] - July 26th 2021

Other Changes

  • Bug Fixes
    • hub-search: fix catalog path, pass along portal URL 16c3084a

[8.13.0] - July 26th 2021

Other Changes

  • Chores
    • hub-discussions: update default discussions api url to production fc3f3d05
  • Bug Fixes
    • hub-teams: allow for emails to be sent to only a single group 3eb962d3

[8.12.0] - July 26th 2021

Other Changes

  • New Features
    • hub-search: add capability to scope search to a site catalog ba889912 #1475
    • hub-common: add fetchSite utility c3889517
  • Misc.
    • hub-sites: move getSiteById and supporting functions to hub-common 8f00d394

[8.11.1] - July 22nd 2021

Other Changes

  • Bug Fixes
    • hub-teams: add groupId to each groups add members response ab1a5eb6
    • hub-teams: createHubTeams in Enterprise 2f4b37fe

[8.11.0] - July 22nd 2021

Other Changes

  • New Features
    • hub-common: add createOperationPipeline function ce4487c5
    • hub-teams: migrate add members to teams flow into hub-teams 9f137c76
  • Misc.
    • hub-sites: move domain utils to hub-common ae5cadab
  • Tests
    • hub-sites: test the domain re-exports 0ab0adc0

[8.10.0] - July 9th 2021

Other Changes

  • New Features
    • hub-content: enrich content with layer properties 45398aa0
    • hub-content: add isNil util to check for null or undefined 7bf513ce
    • hub-common: fetch server and layers enrichments for map and feature services b235cc41

[8.9.0] - July 8th 2021

Other Changes

  • Chores
    • hub-discussions: update hub.js and arcgis-rest.js dependencies in hub-discussions (#566) b8688062
  • New Features
    • hub-discussions: adds Discussions package to Hub.js (#479) 6117cb35
  • Bug Fixes
    • hub-teams: export canEditTeam c38db7f9

[8.8.2] - June 29th 2021

@esri/hub-teams

  • Bug Fixes
    • hub-teams: template was not properly updated based on privPropValue 72484e16

[8.8.1] - June 29th 2021

  • Chores
    • hub-teams: remove pre 9.1 well known teams 49a6a122
  • Bug Fixes
    • hub-teams: fixes membershipAccess spelling in privPropValues hash eb33a37e

[8.8.0] - June 28th 2021

@esri/hub-downloads

  • Chores

    • hub-downloads: remove inconsistent tests 9339fa49

@esri/hub-teams

  • New Features
    • hub-teams: add canEditTeam d2c9fecf
    • hub-teams: add username check 36a8b792
    • hub-teams: add canEditTeam tests d4d52c18
    • hub-teams: add case when user is not auth'd 295e04a7

[8.7.0] - June 25th 2021

@esri/hub-common

  • New Features
    • common: add isValidExtent functions 45c79e7c #1263
    • common: add getContentIdentifier()

@esri/hub-teams

  • Bug Fixes
    • hub-teams: update well-known teams 8fc0a3cf

Other Changes

  • Misc.
    • common: update old code to use new functions 79455a88 #1263
    • common: compile extent directory into single file 17ffeab8

[8.6.2] - June 23rd 2021

Other Changes

  • Bug Fixes
    • hub-sites: correctly generate site url fa57899c

[8.6.1] - June 18th 2021

  • Bug Fixes
    • teams resolve issue where we attempted to create teams with membershipAccess: collaboration for Trial type orgs 8260603

[8.6.0] - June 15th 2021

@esri/hub-common

  • New Features
    • common: add isFeatureService, getLayerIdFromUrl, getItemLayerId, and getItemHubId cd81e8fd
    • common: add server, layer, and org enrichments to IHubContent a689e1d5

@esri/hub-content

  • New Features
    • content: add getFamily() and populate content.family in itemToContent() a2558fac #355
    • content: datasetToContent returns server, layer, and org enrichments a689e1d5
  • Bug Fixes
    • content: should not set hubId when in portal a46924f8
    • content: datasetToContent should not return isProxied as that is not returned by the API c088bfd5
    • content: fix how content.modified and content.item.modified are set 8333f3c9

[8.5.1] - June 10th 2021

Other Changes

  • Misc.
    • dependencies: update peerDependencies for all packages to allow rest-js 3.x 5afb7b81

[8.5.0] - June 10th 2021

@esri/hub-content

  • New Features
    • content: add enrichContent(), fetchContent(), getPortalUrls() 4455d8ef #538
  • Bug Fixes
    • content: always popuplate content.errors (default to []) 6ce2459d

[8.4.4] - June 8th 2021

@esri/hub-content

  • Bug Fixes
    • content: return content.item and handle when itemExtent is an empty array 1e101708

[8.4.3] - June 7th 2021

@esri/hub-content

  • Bug Fixes
    • content updatedDate uses reviseDate from metadata, then layer.editingInfo.lastEditDate, then server.editingInfo.lastEditDate

[8.4.2] - May 31st 2021

Other Changes

  • Bug Fixes
    • content: prefer item extent from dataset) 8fac706e

[8.4.1] - May 22nd 2021

@esri/hub-content

  • Bug Fixes
    • content export getContentMetadata() from the root

[8.4.0] - May 19th 2021

Other Changes

  • New Features
    • content: getContent now includes metadataUpdatedDate, metadataUpdatedDateSouce, metadataUpdatedDatePrecision, updatedDatePrecision, andamp;amp;amp;amp;amp; publishedDatePrecision

[8.3.1] - April 27th 2021

Other Changes

[8.3.0] - April 16th 2021

Other Changes

  • Chores
  • Bug Fixes
    • hub-teams: content teams membershipAccess set to everyone e645669f

[8.2.2] - April 14th 2021

Other Changes

  • Bug Fixes
    • hub-teams: hub Basic core teams should default to membershipAccess of collaboration 84e68f75

[8.2.1] - April 9th 2021

  • New Features
    • sites shareItemsToSiteGroups function is officially public
    • sites added getTeamById, getTeamMembers, searchTeamMembers and searchTeamContent functions

[8.2.0] - April 2nd 2021

Other Changes

  • New Features
    • hub-common: adds a setProp utility c6290e69
    • site drafts: site drafts will now contain a schema version 963d11fd
  • Bug Fixes
    • site drafts: applying schema migrations to site drafts aa4a03ae #498
    • update-site: update site runs migrations on the site model before performing a andamp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;patchandamp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot; 08a57943

[8.1.0] - March 31st 2021

Other Changes

  • New Features
    • content: getContent now always fetches the item from the AGO API when authenticated 50c7f414

[8.0.0] - March 29th 2021

Other Changes

  • Breaking Changes
    • content: remove comingSoon() 4d435545
    • common: remmove getType() 66be1efa
    • sites: remove no-op fns for un/linkig sites andamp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp; pages 40e47c1a
    • sites: move updateSite()andamp;amp;amp;amp;amp;amp;amp;amp;amp;amp;#39;s allowList tp options 496
    • sites: move updatePage()andamp;amp;amp;amp;amp;amp;amp;amp;amp;amp;#39;s maybePatchList to options.allowList 496
  • Bug Fixes
    • Site drafts and migrations: do not update schemaVersion when updating publish status when creat 19db57fc

[7.3.2] - March 25th 2021

Other Changes

  • Bug Fixes
    • hub teams package: ensure canUserCreateTeamInProduct checks if the current user has andamp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;507 groups, and returns false if they do. Since these checks will run before the teams are created, and the max anticipated teams that would be created in a single operation would be 5, and the max number of groups is 512, we chose 507 as the cut-off. e27fdb4

[7.3.1] - March 24th 2021

Other Changes

  • Bug Fixes
    • hub teams package: update well known teams to account for 9.1 online changes around permissions 2b686893

[7.3.0] - March 16th 2021

Other Changes

  • New Features
    • hub-downloads: add disabled download state 2b4874a4

[7.2.0] - March 15th 2021

Other Changes

  • New Features

[7.1.1] - March 9th 2021

Other Changes

  • Bug Fixes
    • hub-sites: ensure that we respect interpolation of site title 188e88c6

[7.1.0] - March 5th 2021

Other Changes

  • New Features
    • common: cleanly pass rootCause forward in OperationError, add docs 386fff4b
    • content: add date enrichments to content 2333c124

[7.0.9] - February 26th 2021

Other Changes

  • Chores
    • everything: adding rest-js 3 to peer dep ranges e3bd9012 #473

[7.0.8] - February 24th 2021

  • Bug Fixes
    • downloadss: Alter typekeywords for item and layer index so that search queries donandamp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;#39;t fail for datasets with layer index 1 (#472) 19da868

[7.0.7] - February 22nd 2021

  • Bug Fixes
    • commmon: Export OperationStack and OperationError which were added months ago, but just not exported

[7.0.6] - February 18th 2021

Other Changes

  • Bug Fixes
    • downloadss: use key typekeywords in POSTs to Portal /update (#470) 5c54d6d

[7.0.5] - February 3rd 2021

Addresses failed release

[7.0.4] - February 3rd 2021

Attempt to address failed release

[7.0.3] - February 3rd 2021

  • New Features
    • datasetToItem: now includes contentStatus

[7.0.2] - February 2nd 2021

Other Changes

  • Bug Fixes
    • sites: remove download sidepanel capability from the site template (#461) c7b514ee

[7.0.1] - January 27th 2021

  • New Features
    • search: add merge function for aggregations (#450) 56de3de8

[7.0.0] - January 26th 2021

Other Changes

  • Code Style
    • use hostname instead of domain prop on domain entry: use hostname instead of domain prop on d d62e0002

[6.24.0] - January 26th 2021

  • New Features
    • downloads: add support of ready_unknown status for portal (#458) 4fe9f2914
    • downloads: added target change to allow locking of private non-enterprise datasets 6596ac96c
    • sites: enable the new download sidebar capability by default (#460) 9441efc30

[6.23.0] - January 22nd 2021

  • New Features
    • getContent: now accepts an IModel object 4e9b21e

[6.22.3] - January 21st 2021

Other Changes

  • Bug Fixes
    • annotations: throw error when all adds or updates fail e1c08555 #430

[6.22.2] - January 12th 2021

Other Changes

  • Bug Fixes
    • sites: fix logic for site url on portal d10c5058

[6.22.1] - January 7th 2021

Other Changes

  • Bug Fixes
    • sites: coerce numeric site title to string 0cb6a740
    • sites: derive domain from title unless title includes unicode chars 72b892cc

[6.22.0] - January 7th 2021

  • New Features
    • pollDownloadMetadata: can determine if hub dataset exports without tracking dates are finished 9bc03d1

[6.21.1] - January 4th 2021

Other Changes

  • Bug Fixes
    • downloads: portalRequestDownloadMetadata() function did not recongize layer id (#444) 163ad99

[6.21.0] - December 18th 2020

@esri/hub-content

  • Bug Fixes
    • content: add structuredLicense to content from dataset ba8bb967

[6.20.1] - December 18th 2020

@esri/hub-common

  • Bug Fixes
    • common: fix umd build not bundling adlib 95634176

[6.20.0] - December 15th 2020

@esri/hub-sites

  • New Features
    • createSiteModalFromTemplate: now creates initiative items on basic orgs b4f0116

[6.19.1] - December 1st 2020

@esri/hub-content

  • Bug Fixes
    • getItemThumbnailUrl: re-add support for unsupported options.width c0f455d2

[6.19.0] - November 18th 2020

@esri/hub-downloads

  • New Features
    • downloads - support multilayer items in portal download metadata request
  • Bug Fixes
    • downloads - for portal metadata, search for CSV Collection or KML collection if item is multilayer and format is CSV or KML

[6.18.0] - November 13th 2020

  • New Features
    • common - new utils last, filterBy, uniqueBy, and classes OperationStack and OperationError

[6.17.0] - November 11th 2020

Other Changes

  • Bug Fixes
    • hub-teams: respect org-level public sharing flag 5933a5c8

[6.16.0] - November 9th 2020

Other Changes

  • New Features
    • fetchAllPages: adds a function to fetch all pages of a search in batches a81b6ee1

[6.15.0] - November 3rd 2020

@esri/hub-common

  • New Features
    • common: add IHubContent.isDownloadable and isDownloadable(content) d6f8c0b9

@esri/hub-content

  • New Features
    • content: getContent() populates content.isDownloadable d6f8c0b9

[6.14.0] - October 28th 2020

Other Changes

  • New Features
    • hub-sites: add getMembers function 90323218
    • hub-sites: add getMembers function a1be1466
    • hub-sites: adds socialSharing as default capability for non-ent… (#412) 0b0feee6
  • Bug Fixes
    • common: bump adlib for bug fix 0b40037a

[6.13.3] - October 22nd 2020

@esri/hub-common

  • Bug Fixes
    • getItemThumbnailUrl: drop support for unsupported options.width c0f455d2

@esri/hub-content

  • Bug Fixes
    • withPortalUrls: pass token when calling from withPortalUrls() b7cfcad8

[6.13.2] - October 20th 2020

@esri/hub-common

  • Bug Fixes
    • Solution collection now exported 1e4e50a

Other Changes

  • Misc.
    • members: remove unused members package ac138337

[6.13.1] - October 16th 2020

@esri/hub-common, @esri/hub-content

  • Bug Fixes
    • Solution items moved into own collection, data still fetched in getContent d83d5857

[6.13.0] - October 16th 2020

Other Changes

  • New Features

    • getContent: fetch item data for templates 6e8835ff
    • getContent: ensure orgId for hub created content d5fc9e41 #401
  • Bug Fixes

    • HubType: remove trailing space from map and app types d83d5857

[6.12.1] - October 14th 2020

@esri/hub-sites

  • Bug Fixes
    • getPaths: fix summary statistic cards not returning dependencies 9ff1ecd4

[6.12.0] - October 14th 2020

Other Changes

  • New Features

    • getContent: return a property w/ an array of any errors that happened during composition b78696d5
    • getContent: return item group ids b0b8401f
  • Misc.

    • change domain service url to v3 api: change domain service url to v3 api fc34df84
    • change params for _getDomainServiceUrl: _getDomainServiceUrl takes hubApiUrl string instea f1592b8e

[6.11.3] - October 8th 2020

@esri/hub-sites

  • Bug Fixes
    • change domain service url to v3 api: change domain service url to v3 api fc34df84

[6.11.2] - October 5th 2020

Other Changes

  • Bug Fixes
    • collections: treat city engine web scenes as apps, not maps f06bff04
    • collections: add missing Urban Model to app collection 53785847

[6.11.1] - October 5th 2020

  • Bug Fixes
  • getContent: now parses categories for private data and stores originals on content.itemCategories. 5298969
  • Chores
  • getDraftResource: now uses getItemResource from rest-portal c41dd7f4

[6.11.0] - September 22nd 2020

@esri/hub-surveys

  • New Features
    • surveys: add survey status methods (#378) c63ba14a

Other Changes

  • Chores
    • lerna: hoist package dependencies to the root; add script to clean dependencies 19e8c603 #363
  • Misc.
    • types: remove hub-types and move types into other packages 82f50dd9
    • auth: remove hub-auth and move auth functions to hub-common 674d3f52

[6.10.0] - September 17th 2020

@esri/hub-content

  • New Features
    • datasetToContent: add metadata f5014531
    • getContentMetadata: add a function to fetch item metadata and return it as JSON 0e2712b3 #353
    • slugs: expose isSlug, addContextToSlug, and removeContextFromSlug functions eece2b3d
    • getContentFromPortal: return item metadata parsed as XML if it exists 7bbce079

[6.9.1] - September 8th 2020

@esri/hub-content

  • Bug Fixes
    • getContentFromHub: return first record when filtering by slug 0f5b34d8 #372

Other Changes

  • Bug Fixes
    • getContentFromHub: return first record when filtering by slug fc16e3fa

[6.9.0] - September 8th 2020

@esri/hub-common

  • New Features
    • normalizeItemType: solution type normalization, normalizedType in content 2103d7d8 #367 #366

@esri/hub-content

  • New Features
    • normalizeItemType: solution type normalization, normalizedType in content 2103d7d8 #367 #366

[6.8.0] - September 4th 2020

@esri/hub-common

  • New Features
    • getItemThumbnailUrl: add support for specifying width of thumbnail 9c71627b
    • normalizeItemType: deprecates getType and adds support for Hub Initiative Template types 78a6fe0d
    • collections: add template collection, getHubItemType only accepts items 57b783a2 #347 #354

@esri/hub-content

  • Bug Fixes
    • normalizeItemType: getType =andamp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt; normalizeItemType, support for Hub Initiative Template types 78a6fe0d
    • collections: add template collection, getHubItemType only accepts items 57b783a2 #347 #354

@esri/hub-sites

  • Bug Fixes
    • normalizeItemType: getType =andgt; normalizeItemType, support for Hub Initiative Template types 78a6fe0d

Other Changes

  • New Features
    • committing: npm run c will tell you if no staged changes immediately b3fe3db9
    • getItemThumbnailUrl: add support for specifying width of thumbnail 5e27c7fd

[6.7.2] - September 3rd 2020

@esri/hub-content

  • Bug Fixes

    • itemToContent: handles empty extent d696e453

[6.7.1] - September 3rd 2020

@esri/hub-sites

  • Bug Fixes
    • updatePage: updatePage now supports the old call signature 1c17d461

[6.7.0] - September 2nd 2020

@esri/hub-common

  • New Features
    • hubApiRequest: add support for request.params 2882c685

@esri/hub-content

  • New Features
    • dataset slugs: add isSlug() to determine if an identifier is a slug e6462675
    • dataset slugs: add addContextToSlug() to prefix slug with context (orgKey) 0d326630
    • dataset slugs: add removeContextFromSlug() to remove context (orgKey) from slugs 88ba30c0
    • getContent: add support for slugs as well as ids c2e2623b #320

@esri/hub-sites

  • Bug Fixes
    • updateSite: updateSite no longer attempts to remove unused resources ee8d8e18

[6.6.1] - September 1st 2020

  • Bug Fixes
    • updating sites and page: no longer attempts to remove unused resources d6fc827 5c31afe

[6.6.0] - September 1st 2020

@esri/hub-common

  • New Features
    • getCollection: add a function to return the Hub collection for a given item type 017f2252

@esri/hub-content

  • Bug Fixes
    • getItemHubType: return feedback for items of type Form 53d845f6 #336

[6.5.1] - August 31st 2020

@esri/hub-content

  • Bug Fixes
    • getContent: fix handle un-indexed (usually private) content f8a2592f #341

[6.5.0] - August 31st 2020

@esri/hub-sites

  • New Features
    • Added: isPage and isSite utilities 836d9ba
  • Bug Fixes
    • draft support: saving drafts now works for web mapping application sites 3ae82d8

[6.4.0] - August 26th 2020

@esri/hub-common

  • New Features
    • getPortalUrl: take a Portal API URL and strip the /sharing/rest d962e050
    • getPortalUrl: add support for IHubRequestOptions 5ea0fe86
    • getItem* functions: update functions that use getPortalUrl to also accept IHubRequestOptions af8f2e01
    • getPortalUrl: add support for IRequestOptions f302041a
    • item url fns: update functions that use getPortalUrl to also accept IRequestOptions 0fbbc23a
    • getItemThumbnailUrl: add token if needed and support for IRequestOptions 5b07247d
  • Bug Fixes

@esri/hub-downloads

  • New Features
    • Added: where filter to portal download requests 0737df66

@esri/hub-initiatives

  • New Features
    • item url fns: update functions that use getPortalUrl to also accept IRequestOptions 0fbbc23a

@esri/hub-sites

  • New Features
    • item url fns: update functions that use getPortalUrl to also accept IRequestOptions 0fbbc23a

Other Changes

  • Bug Fixes

    • getItemApiUrl: fix missing ?f=json dea1dd42
  • Chores

    • ensure all projects use tslib ^1.13.0
    • updated rollup-* to latest to get latest iltorb

[6.3.0] - August 19th 2020

@esri/hub-common

  • New Features
    • groups addUsersToGroups Adds, invites or emails users about joining a group, based on the privileges of the requesting user.
    • docs added more guides

[6.2.1] - August 14th 2020

@esri/hub-common

  • Bug Fixes
    • hubApiRequest: url should include /api/v3 5ca01f39

[6.2.0] - August 13th 2020

@esri/hub-common

  • New Features
    • types: add common Hub types needed for getContent() a1304061
    • thumbnail url: getItemThumbnailUrl() can take the portal URL instead of request options fd403198
    • thumbnail url: getItemThumbnailUrl() can take a portal object instead of request options 1ccd5a30
    • url utils: add a utility fn to build URLs from a host, path, and queryParams b3c33315
    • extent: add function to create an extent from coordinates ee97f502
    • item urls: add fn to get the URL of an item page in the Portal home app de904dd0
    • item urls: add a fn to get the portal rest api end point for an item data 0b0f3af9
    • item urls: add a fn to get the URL for an item portal API endpoint 599ae794
    • request: add hubRequestApi() for making requests to the Hub API bfb9b698

@esri/hub-content

  • New Features
    • content utils: add a function to parse item and layer ids from dataset id f321a40a
    • getContent: add functions for fetching content from portal db56b8cd

@esri/hub-downloads

  • Bug Fixes
    • downloads: fix broken search for previously cached download files with a format-name including whitespace. Keywords actually do not require inclusion of the export-format type, since the search already includes a type; which refers to the export-format.
  • Misc.
    • download metadata: remove duplicate urlBuilder fn feec3220

Other Changes

  • Chores
    • linting: configure husky to run lint-staged on ever commit f4e6cf24 #308
    • linting: add and run scripts to format TS files in each package c50eff30

[6.1.3] - August 12th 2020

@esri/hub-common

  • Bug Fixes
    • cloneObject: fix cloneObject handling of Date properties 81e6b257 #309

Other Changes

  • Bug Fixes
    • search: Revert c/141567 changed Hub Page and Site Page types to Site types from Document 1b4732f8

[6.1.2] - July 30th 2020

  • Bug Fixes
    • hub-surveys: Fixed error that could occur in getSurveyModels method when no Fieldworker or Feature Service are returned. 141783

[6.1.1] - July 30th 2020

  • Bug Fixes
    • hub-surveys: Fixed error that could occur in getSurveyModels method when no Fieldworker or Feature Service are returned. 141783

[6.1.0] - July 23rd 2020

  • New Feature

    • hub-downloads: adds method for
      • getting metadata for a particular dataset download file from Hub API or Portal API (private/enterprise datasets)
      • requesting the export of a dataset to a particular download file format from Hub API or Portal API (private/enterprise datasets)
      • polling the status of download export from Hub API or Portal API (private/enterprise datasets)
  • Changed

    • hub-search Pages moved from Document to Site Types

[6.0.1] - July 20th 2020

  • Changed
    • hub-surveys: Changed setAccess to only change access to survey Form and Fieldworker. 138621

[6.0.0] - July 16th 2020

@esri/hub-sites

  • Breaking Changes

[5.0.0] - July 10th 2020

  • Changed

    • hub-teams: created teams package
  • Bug Fixes

    • hub-sites: fetching app and survey card items as dependencies during templating process
    • hub-sites: not including core team in templated gallery cards (Esri/solution.js#392)

[4.5.1] - July 2nd 2020

  • Documentation
    • hub-surveys: Updated README. 136998

[4.5.0] - July 2nd 2020

  • New Feature

    • hub-common: Added a static logger wrapper class that logs based on the set level 130847
  • Changed

    • hub-surveys: Changed getStakeholderModel to search by Survey2Data relationship for formId. 136998
    • hub-surveys: Improved getSurveyModels performance by parallelizing getStakeholderModel and getInputFeatureServiceModel calls. 136998
    • hub-surveys: Changed getSurveyModels, getGroupSharingDetails, setAccess, shareWithGroup and unshareWithGroup signatures to accept formId: string vs formModel: IForm. 136998
    • hub-surveys: Moved get-* methods from sharing dir into items dir. 136998

[4.4.0] - June 30th 2020

@esri/hub-common

  • New Features
    • added isUpdateGroup, runRevertableTask, and processRevertableTasks utility methods 136998

@esri/hub-surveys

  • New Package
    • Created hub-surveys package 136998
    • Added setAccess, shareWithGroup and unshareWithGroup methods 136998

[4.3.0] - June 25th 2020

@esri/hub-common

  • New Feature
    • hub-common: add doesItemExistWithTitle and getUniqueItemTitle c8a869c
    • hub-common: added batch utility method that allows for serial processing of batches of concurrent tasks 131321

[4.2.2] - June 1st 2020

  • New Feature
    • hub-sites: updateSite and updatePage send clearEmptyFields: true allowing item properties to be cleared fb64477

[4.2.1] - June 1st 2020

  • Bug Fixes
    • hub-sites: allow old site item type in linkSiteAndPage 202c2c1

[4.2.0] - May 27th 2020

@esri/hub-sites

  • New Features
    • hub-sites: added page utils

[4.1.0] - May 21st 2020

[4.0.0] - May 20th 2020

[3.9.3] - May 14th 2020

@esri/hub-common

  • New Features
    • hub-sites: team utils

[3.9.2] - May 11th 2020

@esri/hub-common

  • Bug Fixes
    • hub-common: resolve UMD Build Issues e60ba72
    • hub-common: removing es2017 from the tsconfig lib array 8f13db0

@esri/hub-events

  • Bug Fixes
    • peerDependencies: fix invalid peerDependencies 08fae37 #251

@esri/hub-initiatives

  • Bug Fixes
    • peerDependencies: fix invalid peerDependencies 08fae37 #251

@esri/hub-sites

  • Bug Fixes
    • peerDependencies: fix invalid peerDependencies 08fae37 #251

@esri/hub-solutions

  • Bug Fixes
    • peerDependencies: fix invalid peerDependencies 08fae37 #251

[3.9.1] - May 6th 2020

[3.9.0] - May 6th 2020

@esri/hub-sites and @esri/hub-common

  • New Features

[3.8.0] - May 4th 2020

  • New Features

@esri/hub-common

[3.7.6] - May 2nd 2020

@esri/hub-common

  • Bug Fixes
    • hub-common: add token to resource urls ba72310

Other Changes

  • Bug Fixes
    • hub-common: add token to resource urls bca4e15

[3.7.5] - April 30th 2020

@esri/hub-initiatives

  • Bug Fixes
    • fix hub-initiatives UMD build 6a38816

@esri/hub-common

  • Bug Fixes

[3.7.4] - April 30th 2020

[3.7.3] - April 29th 2020

  • New Features

[3.7.2] - April 28th 2020

@esri/hub-common

[3.7.1] - April 28th 2020

[3.7.0] - April 28th 2020

  • New Features
    • common: add isGuid and other utils b1c2a94

@esri/hub-initiatives

  • Bug Fixes
    • Fixes current initiative schema to be 2.2 so that the 2.2 migration runs: set correct current i bce256c

[3.6.9] - April 23rd 2020

@esri/hub-initiatives

  • Bug Fixes
    • Fixes current initiative schema to be 2.2 so that the 2.2 migration runs: set correct current i bce256c

[3.6.8] - April 13th 2020

@esri/hub-initiatives

  • Bug Fixes
    • udpateModel Drop use of rest-js internal fn determineOwner

[3.6.7] - March 30th 2020

@esri/hub-initiatives

  • Chores
    • Ensure that data.recommendedTemplates will be taken from the template and applied to the resulting model

[3.6.6] - February 27th 2020

@esri/hub-initiatives

  • Chores
    • migrate initiative item to create recommendedTemplates array: migrate initiative item to crea 239649c

[3.6.5] - January 28th 2020

@esri/hub-search

  • Bug Fixes
    • search: all filters should be consistent and default to any

[3.6.4] - January 28th 2020

@esri/hub-search

  • Bug Fixes
    • search: filter out falsey type arrays. Fixes an issue where an unsupported collection is filtered on, resulting in an undefined array of types to iterate over.

[3.6.3] - January 27th 2020

[3.6.2] - January 2nd 2020

[3.6.0] - November 18th 2019

@esri/hub-common

  • New Features
    • support-more-than-3-countFields: support-more-than-3-countFields 7141bb6

@esri/hub-search

  • New Features
    • support-more-than-3-countFields: support-more-than-3-countFields 7141bb6

[3.5.0] - November 8th 2019

@esri/hub-search

  • New Features
    • categories: filter and aggregate by categories e8eb882

[3.4.0] - November 4th 2019

@esri/hub-common

  • New Features
    • filter-between-dates: filter AGO items by modified date a6291f0

@esri/hub-search

  • New Features
    • filter-between-dates: filter AGO items by modified date a6291f0

[3.3.0] - October 23rd 2019

@esri/hub-search

  • New Features
    • support categories and license filter: support categories and license filter 9126679

[3.2.2] - October 15th 2019

@esri/hub-initiatives

  • Bug Fixes
    • bump initiative schema version: bump initiative schema version cb2c267

[3.2.1] - September 17th 2019

  • Bug Fixes
    • common: add Site Page to the type list of the Document category

[3.2.0] - September 10th 2019

@esri/hub-common

  • New Features
    • extend: implement extend in hub-common 5e0ff68

[3.1.0] - September 9th 2019

Other Changes

  • Bug Fixes
    • search: format item extent properly 163250e

[3.0.1] - September 5th 2019

@esri/hub-initiatives

  • Bug Fixes
    • swallow group delete failures on initiative deletion: swallow group delete failures on initiative deletion e11e83d

[3.0.0] - September 4th 2019

  • Changed
    • Migrate to new initiative schema where groupId is now stored as collaborationGroupId
    • Remove progressCallback from activate and remove initiative processes
    • Change activateInitiative and createInitiativeModelFromTemplate to expect a hash of groupIds corresponding to existing groups for the new initiative model

[2.7.1] - August 30th 2019

Other Changes

  • Bug Fixes
    • search: multiple filters should be ANDed together aeeecbc
    • search: multiple filters should be ANDed together b458eae

[2.7.0] - August 29th 2019

  • New Features
    • search: support filters specified implicitly

[2.6.0] - August 20th 2019

[2.5.0] - August 15th 2019

Other Changes

  • New Features
    • search: use restricted option to scope search ce5c823
    • search: use restricted option to scope search d3b699f

[2.4.1] - August 12th 2019

@esri/hub-search

  • Bug Fixes
    • lowercase ago param keys: lowercase ago param keys 708fa9f

[2.4.0] - July 25th 2019

@esri/hub-search

  • New Features
    • enable catalog serialization on orgId and initiativeId: enable catalog serialization on orgId 3316230

[2.3.1] - July 3rd 2019

@esri/hub-initiatives

  • Bug Fixes
    • initiatives: do not create an open-data group when activating an initiative 914f9ac

[2.3.0] - June 25th 2019

@esri/hub-common

  • Added
    • getType and getTypeCategories of an item

[2.2.5] - June 25th 2019

@esri/hub-initiatives

  • Bug Fixes
    • initiatives: removeInitiative detaches and deletes site only if it exists in AGO 2f53e4e

[2.2.4] - June 18th 2019

@esri/hub-annotations

  • Bug Fixes
    • annotation users: pass portal when getting annotation user 458cb21

[2.2.3] - June 12th 2019

@esri/hub-annotations

  • Bug Fixes
    • annotation users: pass auth when getting anno user; handle failed requests d8485d2 #40

[2.2.2] - June 7th 2019

@esri/hub-initiatives

  • Bug Fixes
    • removeInitiative removes initiative followers group

[2.2.1] - June 5th 2019

@esri/hub-initiatives

  • Bug Fixes
    • Follow/unfollow initiative sends authOptions when fetching the initiative

[2.2.0] - June 4th 2019

@esri/hub-search

  • Bug Fixes
    • Fixed a bug wherein a blank string did not construct AGO query properly. Added a check in place for that
    • Removed circular dependency in computeItemsFacets function
  • Chores
    • Developed an algorithm to encode urls cleanly in serialize function

@esri/hub-common

  • Added
    • unique function for identifying if a value is unique in an array (useful for getting unique values in an array)

@esri/hub-initiatives

  • Changed
    • followInitiative and unfollowInitiative to account for initiative followers group

[2.1.0] - May 14th 2019

@esri/hub-search

  • Added
    • new package! 🙏 @pranavkulkarni 🙏

[2.0.0] - May 6th 2019

@esri/hub-domains

  • Breaking Changes
    • this package has been deprecated

@esri/hub-sites

  • Breaking Changes
    • fetchDomain() has been renamed to getDomain()
    • fetchDomains() has been renamed to getDomains()

@esri/hub-initiatives

  • Breaking Changes
    • fetchInitiative() has been renamed to getInitiative()
    • IFollowInitiativeRequestOptions has been renamed IFollowInitiativeOptions

@esri/hub-annotations

  • Breaking Changes

    • addAnnotations and updateAnnotations now expect features (instead of adds or updates).
    • ISearchAnnoRequestOptions has been renamed ISearchAnnoOptions
    • IVoteRequestOptions has been renamed IVoteOptions
  • Bug Fixes

    • it is now possible to call createAnnotationService() when working with a custom portal.

@esri/hub-events

  • Breaking Changes
    • IEventRegisterRequestOptions has been renamed IEventRegisterOptions

Other Changes

  • Bug Fixes

    • Hub.js now depends on ArcGIS REST JS v2.x
    • ArcGIS REST JS packages are now listed as peerDependencies.
  • Documentation

    • book: get doc in sync with rest-js v2.0.0 cc7c49d

[1.11.1] - April 23rd 2019

@esri/hub-common

  • Fixes
    • ensure that undefined is returned by getHubApiUrl() for non-arcgis.com urls.

@esri/hub-domains

  • Fixes
    • centralize logic for returning hub urls.

[1.11.0] - April 11th 2019

@esri/hub-events

@esri/hub-common

  • Bug Fixes
    • export getTypes and getCategories methods 0dfba00

[1.10.0] - March 29th 2019

@esri/hub-*

  • New Features
    • tree: advertise sideEffect free code to webpack 47bcbae

@esri/hub-events

  • New Features
    • new registerForEvent() and unregisterForEvent() methods f4bd391

[1.9.0] - March 21st 2019

@esri/hub-initiatives

  • New Features
    • new methods for users to follow and unfollow initiatives aeef22e

Other Changes

  • Chores
    • changelog: ensure that CHANGELOG script generates valid diff urls bbb82c1

[1.8.1] - March 4th 2019

@esri/hub-auth

  • Fixes
    • ensure pkg.unpkg filename/path is correct 7fb1294

[1.8.0] - February 25th 2019

@esri/hub-common

  • New Features
    • new functions for ArcGIS item category mapping 4407c6a

@esri/hub-events

  • Fixes
    • make sure authentication is passed through and searchItems is used internally when searching events 7785f76
    • short circuit when there are no sites to search 371e642

Other Changes

  • Chores
    • use pkg.unpkg to point the CDN at our UMD instead of browser so that webpack users can utilize the ES6. ee332be
  • more linting (to resolve TS 3.x errors) 61d5a98

[1.7.2] - February 13th 2019

@esri/hub-annotations

  • Fixes
    • ensure that correct summary statistics are generated when searching for annotation votes 169656a

[1.7.1] - February 12th 2019

@esri/hub-annotations

  • Fixes
    • fix incorrect WHERE clause construction 36ea324
    • ensure upvotes/downvotes arent returned by searchAnnotations() 4b76141
    • ensure users can delete their own upvote/downvotes 4b76141
    • use vote as an annotation fieldname (instead of value) 4b76141

[1.7.0] - January 30th 2019

@esri/hub-annotations

  • New Features
    • adds functions to get the number of votes for annotations

[1.6.1] - January 29th 2019

@esri/hub-annotations

  • Changes
    • use OBJECTID as unique identifier for annotations instead of author.

[1.6.0] - January 29th 2019

@esri/hub-common

  • New Features
    • hub-common: new maybePush function 5094699
    • hub-common: new maybeAdd() function cbc0a7d

[1.5.3] - December 20th 2018

@esri/hub-annotations

  • Changes
    • Added voteOnAnnotation() to enable 👍 and 👎 on other user comments.

Other Changes

  • Fixes
    • misc doc improvements for developers and contributors.

[1.5.2] - November 29th 2018

@esri/hub-initiatives

  • Changes
    • Use the owners item url when deleting an initiative item

[1.5.1] - November 21st 2018

@esri/hub-annotations

  • Fixes
    • added support for a new features constructor option on addAnnotations() to keep in sync with rest-js.

Other Changes

  • Fixes
    • fixed malformed SemVer version ranges in multiple packages.

[1.5.0] - November 21st 2018

@esri/hub-events

  • New Features
    • new searchEvents() method.

@esri/hub-annotations

  • Fixes
    • geometry is now passed along by searchAnnotations()
    • annotations from anonymous users are now handled correctly by search

[1.4.0] - October 30th 2018

@esri/hub-annotations

  • New Package!

@esri/hub-events

  • New Package!

Other Changes

  • Chores
    • tooling: add scripts to re-run builds in watch mode for specified packages 5e68ba0 #78
    • ci: retry tests on failure (#92) 9c23992
    • rollup: upgrade to latest rollup and use rollup watch to re-run … 12c22e3
    • ci: only build master branch and PRs a0d41ac
    • rollup: upgrade to latest rollup and rollup-plugin-filesize 796231e
  • Documentation
    • anno search: fix formatting of code snippet on annotations sear… 6be767a

[1.3.0] - September 20th 2018

@esri/hub-sites

  • Misc.
    • sites: rename fetchDomain(s) to getDomain(s) 69dc88e #60

Other Changes

  • Documentation
    • README: replace package name/descriptoin of hub-common-types w/… 4e21d75
  • Chore
    • all: bump ArcGIS REST JS #66

[1.2.0] - September 17th 2018

  • New Features
    • Coarse-grained and fine-grained functions to create/remove Initiatives

[1.1.1] - August 15th 2018

@esri/hub-common

  • New Features
    • findBy(arr, deep.path) now supports deep-dotting into objects inside an array.

[1.1.0] - August 10th 2018

@esri/hub-common

  • Breaking Changes
    • package rename (from @esri/hub-common-types to @esri/hub-common)
  • New Features
    • Functional utility methods for introspecting and manipulating objects and arrays. #46

@esri/hub-solutions

  • New Package!

@esri/hub-auth

  • New Package!

  • New Features

    • wrapper method arcgisHub.completeOAuth2 wraps the underlying rest-js call with additional logic to make newly created community users searchable. #43

@esri/hub-annotations

  • Bug Fixes
    • annotations: fix type errors that prevent running bootstrap and tests 301412f #47

Other Changes

  • Documentation
    • cdn: update cdn sample to show that deps are external 87874dd
    • cdn: update cdn sample to show that deps are external 3304466
  • Bug Fixes
    • annotations: fix type errors that prevent running bootstrap and … 07a0dfc

[1.0.1] - July 12th 2018

@esri/hub-annotations

  • Bug Fixes
    • all: treat arcigs-rest-js packages as external and bump to latest 76ac218

@esri/hub-common-types

  • Bug Fixes
    • all: treat arcigs-rest-js packages as external and bump to latest 76ac218

@esri/hub-initiatives

  • Bug Fixes
    • all: treat arcigs-rest-js packages as external and bump to latest 76ac218

@esri/hub-sites

  • Bug Fixes
    • all: treat arcigs-rest-js packages as external and bump to latest 76ac218

Other Changes

  • Bug Fixes
    • all: treat arcigs-rest-js packages as external and bump to latest dc69b18

[1.0.0] - July 9th 2018

Initial Release

[]: https://github.com/Esri/hub.js/compare/48be7ee38cd92cd342565215304f2a2979b1f822...v "v" [1.0.0]: https://github.com/Esri/hub.js/compare/v...v1.0.0 "v1.0.0" [1.0.1]: https://github.com/Esri/hub.js/compare/v1.0.0...v1.0.1 "v1.0.1" [1.1.0]: https://github.com/Esri/hub.js/compare/v1.0.1...v1.1.0 "v1.1.0" [1.1.1]: https://github.com/Esri/hub.js/compare/v1.1.0...v1.1.1 "v1.1.1" [1.2.0]: https://github.com/Esri/hub.js/compare/v1.1.1...v1.2.0 "v1.2.0" [1.3.0]: https://github.com/Esri/hub.js/compare/v1.2.0...v1.3.0 "v1.3.0" [1.4.0]: https://github.com/Esri/hub.js/compare/v1.3.0...v1.4.0 "v1.4.0" [1.5.0]: https://github.com/Esri/hub.js/compare/v1.4.0...v1.5.0 "v1.5.0" [1.5.1]: https://github.com/Esri/hub.js/compare/v1.5.0...v1.5.1 "v1.5.1" [1.5.2]: https://github.com/Esri/hub.js/compare/v1.5.1...v1.5.2 "v1.5.2" [1.5.3]: https://github.com/Esri/hub.js/compare/v1.5.2...v1.5.3 "v1.5.3" [1.6.0]: https://github.com/Esri/hub.js/compare/v1.5.3...v1.6.0 "v1.6.0" [1.6.1]: https://github.com/Esri/hub.js/compare/v1.6.0...v1.6.1 "v1.6.1" [1.7.0]: https://github.com/Esri/hub.js/compare/v1.6.1...v1.7.0 "v1.7.0" [1.7.1]: https://github.com/Esri/hub.js/compare/v1.7.0...v1.7.1 "v1.7.1" [1.7.2]: https://github.com/Esri/hub.js/compare/v1.7.1...v1.7.2 "v1.7.2" [1.8.0]: https://github.com/Esri/hub.js/compare/v1.7.2...v1.8.0 "v1.8.0" [1.8.1]: https://github.com/Esri/hub.js/compare/v1.8.0...v1.8.1 "v1.8.1" [1.9.0]: https://github.com/Esri/hub.js/compare/v1.8.1...v1.9.0 "v1.9.0" [1.10.0]: https://github.com/Esri/hub.js/compare/v1.9.0...v1.10.0 "v1.10.0" [1.11.0]: https://github.com/Esri/hub.js/compare/v1.10.0...v1.11.0 "v1.11.0" [1.11.1]: https://github.com/Esri/hub.js/compare/v1.11.0...v1.11.1 "v1.11.1" [2.0.0]: https://github.com/Esri/hub.js/compare/v1.11.1...v2.0.0 "v2.0.0" [2.1.0]: https://github.com/Esri/hub.js/compare/v2.0.0...v2.1.0 "v2.1.0" [2.1.1]: https://github.com/Esri/hub.js/compare/v2.1.0...v2.1.1 "v2.1.1" [2.2.0]: https://github.com/Esri/hub.js/compare/v2.1.1...v2.2.0 "v2.2.0" [2.2.1]: https://github.com/Esri/hub.js/compare/v2.2.0...v2.2.1 "v2.2.1" [2.2.2]: https://github.com/Esri/hub.js/compare/v2.2.1...v2.2.2 "v2.2.2" [2.2.3]: https://github.com/Esri/hub.js/compare/v2.2.2...v2.2.3 "v2.2.3" [2.2.4]: https://github.com/Esri/hub.js/compare/v2.2.3...v2.2.4 "v2.2.4" [2.2.5]: https://github.com/Esri/hub.js/compare/v2.2.4...v2.2.5 "v2.2.5" [2.3.0]: https://github.com/Esri/hub.js/compare/v2.2.5...v2.3.0 "v2.3.0" [2.3.1]: https://github.com/Esri/hub.js/compare/v2.3.0...v2.3.1 "v2.3.1" [2.4.0]: https://github.com/Esri/hub.js/compare/v2.3.1...v2.4.0 "v2.4.0" [2.4.1]: https://github.com/Esri/hub.js/compare/v2.4.0...v2.4.1 "v2.4.1" [2.5.0]: https://github.com/Esri/hub.js/compare/v2.4.1...v2.5.0 "v2.5.0" [2.6.0]: https://github.com/Esri/hub.js/compare/v2.5.0...v2.6.0 "v2.6.0" [2.7.0]: https://github.com/Esri/hub.js/compare/v2.6.0...v2.7.0 "v2.7.0" [2.7.1]: https://github.com/Esri/hub.js/compare/v2.7.0...v2.7.1 "v2.7.1" [3.0.0]: https://github.com/Esri/hub.js/compare/v2.7.1...v3.0.0 "v3.0.0" [3.0.1]: https://github.com/Esri/hub.js/compare/v3.0.0...v3.0.1 "v3.0.1" [3.1.0]: https://github.com/Esri/hub.js/compare/v3.0.1...v3.1.0 "v3.1.0" [3.2.0]: https://github.com/Esri/hub.js/compare/v3.1.0...v3.2.0 "v3.2.0" [3.2.1]: https://github.com/Esri/hub.js/compare/v3.2.0...v3.2.1 "v3.2.1" [3.2.2]: https://github.com/Esri/hub.js/compare/v3.2.1...v3.2.2 "v3.2.2" [3.3.0]: https://github.com/Esri/hub.js/compare/v3.2.2...v3.3.0 "v3.3.0" [3.4.0]: https://github.com/Esri/hub.js/compare/v3.3.0...v3.4.0 "v3.4.0" [3.5.0]: https://github.com/Esri/hub.js/compare/v3.4.0...v3.5.0 "v3.5.0" [3.6.0]: https://github.com/Esri/hub.js/compare/v3.5.0...v3.6.0 "v3.6.0" [3.6.1]: https://github.com/Esri/hub.js/compare/v3.6.0...v3.6.1 "v3.6.1" [3.6.2]: https://github.com/Esri/hub.js/compare/v3.6.1...v3.6.2 "v3.6.2" [3.6.3]: https://github.com/Esri/hub.js/compare/v3.6.2...v3.6.3 "v3.6.3" [3.6.4]: https://github.com/Esri/hub.js/compare/v3.6.3...v3.6.4 "v3.6.4" [3.6.5]: https://github.com/Esri/hub.js/compare/v3.6.4...v3.6.5 "v3.6.5" [3.6.6]: https://github.com/Esri/hub.js/compare/v3.6.5...v3.6.6 "v3.6.6" [3.6.7]: https://github.com/Esri/hub.js/compare/v3.6.6...v3.6.7 "v3.6.7" [3.6.8]: https://github.com/Esri/hub.js/compare/v3.6.7...v3.6.8 "v3.6.8" [3.6.9]: https://github.com/Esri/hub.js/compare/v3.6.8...v3.6.9 "v3.6.9" [3.7.0]: https://github.com/Esri/hub.js/compare/v3.6.9...v3.7.0 "v3.7.0" [3.7.1]: https://github.com/Esri/hub.js/compare/v3.7.0...v3.7.1 "v3.7.1" [3.7.2]: https://github.com/Esri/hub.js/compare/v3.7.1...v3.7.2 "v3.7.2" [3.7.3]: https://github.com/Esri/hub.js/compare/v3.7.2...v3.7.3 "v3.7.3" [3.7.4]: https://github.com/Esri/hub.js/compare/v3.7.3...v3.7.4 "v3.7.4" [3.7.5]: https://github.com/Esri/hub.js/compare/v3.7.4...v3.7.5 "v3.7.5" [3.7.6]: https://github.com/Esri/hub.js/compare/v3.7.5...v3.7.6 "v3.7.6" [3.8.0]: https://github.com/Esri/hub.js/compare/v3.7.6...v3.8.0 "v3.8.0" [3.9.0]: https://github.com/Esri/hub.js/compare/v3.8.0...v3.9.0 "v3.9.0" [3.9.1]: https://github.com/Esri/hub.js/compare/v3.9.0...v3.9.1 "v3.9.1" [3.9.2]: https://github.com/Esri/hub.js/compare/v3.9.1...v3.9.2 "v3.9.2" [3.9.3]: https://github.com/Esri/hub.js/compare/v3.9.2...v3.9.3 "v3.9.3" [4.0.0]: https://github.com/Esri/hub.js/compare/v3.9.3...v4.0.0 "v4.0.0" [4.1.0]: https://github.com/Esri/hub.js/compare/v4.0.0...v4.1.0 "v4.1.0" [4.1.1]: https://github.com/Esri/hub.js/compare/v4.1.0...v4.1.1 "v4.1.1" [4.2.0]: https://github.com/Esri/hub.js/compare/v4.1.1...v4.2.0 "v4.2.0" [4.2.1]: https://github.com/Esri/hub.js/compare/v4.2.0...v4.2.1 "v4.2.1" [4.2.2]: https://github.com/Esri/hub.js/compare/v4.2.1...v4.2.2 "v4.2.2" [4.2.3]: https://github.com/Esri/hub.js/compare/v4.2.2...v4.2.3 "v4.2.3" [4.3.0]: https://github.com/Esri/hub.js/compare/v4.2.3...v4.3.0 "v4.3.0" [4.4.0]: https://github.com/Esri/hub.js/compare/v4.3.0...v4.4.0 "v4.4.0" [4.5.0]: https://github.com/Esri/hub.js/compare/v4.4.0...v4.5.0 "v4.5.0" [4.5.1]: https://github.com/Esri/hub.js/compare/v4.5.0...v4.5.1 "v4.5.1" [5.0.0]: https://github.com/Esri/hub.js/compare/v4.5.1...v5.0.0 "v5.0.0" [6.0.0]: https://github.com/Esri/hub.js/compare/v5.0.0...v6.0.0 "v6.0.0" [6.0.1]: https://github.com/Esri/hub.js/compare/v6.0.0...v6.0.1 "v6.0.1" [6.1.0]: https://github.com/Esri/hub.js/compare/v6.0.1...v6.1.0 "v6.1.0" [6.1.1]: https://github.com/Esri/hub.js/compare/v6.1.0...v6.1.1 "v6.1.1" [6.1.2]: https://github.com/Esri/hub.js/compare/v6.1.1...v6.1.2 "v6.1.2" [6.1.3]: https://github.com/Esri/hub.js/compare/v6.1.2...v6.1.3 "v6.1.3" [6.2.0]: https://github.com/Esri/hub.js/compare/v6.1.3...v6.2.0 "v6.2.0" [6.2.1]: https://github.com/Esri/hub.js/compare/v6.2.0...v6.2.1 "v6.2.1" [6.3.0]: https://github.com/Esri/hub.js/compare/v6.2.1...v6.3.0 "v6.3.0" [6.4.0]: https://github.com/Esri/hub.js/compare/v6.3.0...v6.4.0 "v6.4.0" [6.5.0]: https://github.com/Esri/hub.js/compare/v6.4.0...v6.5.0 "v6.5.0" [6.5.1]: https://github.com/Esri/hub.js/compare/v6.5.0...v6.5.1 "v6.5.1" [6.6.0]: https://github.com/Esri/hub.js/compare/v6.5.1...v6.6.0 "v6.6.0" [6.6.1]: https://github.com/Esri/hub.js/compare/v6.6.0...v6.6.1 "v6.6.1" [6.7.0]: https://github.com/Esri/hub.js/compare/v6.6.1...v6.7.0 "v6.7.0" [6.7.1]: https://github.com/Esri/hub.js/compare/v6.7.0...v6.7.1 "v6.7.1" [6.7.2]: https://github.com/Esri/hub.js/compare/v6.7.1...v6.7.2 "v6.7.2" [6.8.0]: https://github.com/Esri/hub.js/compare/v6.7.2...v6.8.0 "v6.8.0" [6.9.0]: https://github.com/Esri/hub.js/compare/v6.8.0...v6.9.0 "v6.9.0" [6.9.1]: https://github.com/Esri/hub.js/compare/v6.9.0...v6.9.1 "v6.9.1" [6.10.0]: https://github.com/Esri/hub.js/compare/v6.9.1...v6.10.0 "v6.10.0" [6.11.0]: https://github.com/Esri/hub.js/compare/v6.10.0...v6.11.0 "v6.11.0" [6.11.1]: https://github.com/Esri/hub.js/compare/v6.11.0...v6.11.1 "v6.11.1" [6.11.2]: https://github.com/Esri/hub.js/compare/v6.11.1...v6.11.2 "v6.11.2" [6.11.3]: https://github.com/Esri/hub.js/compare/v6.11.2...v6.11.3 "v6.11.3" [6.12.0]: https://github.com/Esri/hub.js/compare/v6.11.3...v6.12.0 "v6.12.0" [6.12.1]: https://github.com/Esri/hub.js/compare/v6.12.0...v6.12.1 "v6.12.1" [6.13.0]: https://github.com/Esri/hub.js/compare/v6.12.1...v6.13.0 "v6.13.0" [6.13.1]: https://github.com/Esri/hub.js/compare/v6.13.0...v6.13.1 "v6.13.1" [6.13.2]: https://github.com/Esri/hub.js/compare/v6.13.1...v6.13.2 "v6.13.2" [6.13.3]: https://github.com/Esri/hub.js/compare/v6.13.2...v6.13.3 "v6.13.3" [6.14.0]: https://github.com/Esri/hub.js/compare/v6.13.3...v6.14.0 "v6.14.0" [6.15.0]: https://github.com/Esri/hub.js/compare/v6.14.0...v6.15.0 "v6.15.0" [6.16.0]: https://github.com/Esri/hub.js/compare/v6.15.0...v6.16.0 "v6.16.0" [6.17.0]: https://github.com/Esri/hub.js/compare/v6.16.0...v6.17.0 "v6.17.0" [6.18.0]: https://github.com/Esri/hub.js/compare/v6.17.0...v6.18.0 "v6.18.0" [6.19.0]: https://github.com/Esri/hub.js/compare/v6.18.0...v6.19.0 "v6.19.0" [6.19.1]: https://github.com/Esri/hub.js/compare/v6.19.0...v6.19.1 "v6.19.1" [6.20.0]: https://github.com/Esri/hub.js/compare/v6.19.1...v6.20.0 "v6.20.0" [6.20.1]: https://github.com/Esri/hub.js/compare/v6.20.0...v6.20.1 "v6.20.1" [6.21.0]: https://github.com/Esri/hub.js/compare/v6.20.1...v6.21.0 "v6.21.0" [6.21.1]: https://github.com/Esri/hub.js/compare/v6.21.0...v6.21.1 "v6.21.1" [6.22.0]: https://github.com/Esri/hub.js/compare/v6.21.1...v6.22.0 "v6.22.0" [6.22.1]: https://github.com/Esri/hub.js/compare/v6.22.0...v6.22.1 "v6.22.1" [6.22.2]: https://github.com/Esri/hub.js/compare/v6.22.1...v6.22.2 "v6.22.2" [6.22.3]: https://github.com/Esri/hub.js/compare/v6.22.2...v6.22.3 "v6.22.3" [6.23.0]: https://github.com/Esri/hub.js/compare/v6.22.3...v6.23.0 "v6.23.0" [6.24.0]: https://github.com/Esri/hub.js/compare/v6.23.0...v6.24.0 "v6.24.0" [7.0.0]: https://github.com/Esri/hub.js/compare/v6.24.0...v7.0.0 "v7.0.0" [7.0.1]: https://github.com/Esri/hub.js/compare/v7.0.0...v7.0.1 "v7.0.1" [7.0.2]: https://github.com/Esri/hub.js/compare/v7.0.1...v7.0.2 "v7.0.2" [7.0.3]: https://github.com/Esri/hub.js/compare/v7.0.2...v7.0.3 "v7.0.3" [7.0.4]: https://github.com/Esri/hub.js/compare/v7.0.3...v7.0.4 "v7.0.4" [7.0.5]: https://github.com/Esri/hub.js/compare/v7.0.4...v7.0.5 "v7.0.5" [7.0.6]: https://github.com/Esri/hub.js/compare/v7.0.5...v7.0.6 "v7.0.6" [7.0.7]: https://github.com/Esri/hub.js/compare/v7.0.6...v7.0.7 "v7.0.7" [7.0.8]: https://github.com/Esri/hub.js/compare/v7.0.7...v7.0.8 "v7.0.8" [7.0.9]: https://github.com/Esri/hub.js/compare/v7.0.8...v7.0.9 "v7.0.9" [7.1.0]: https://github.com/Esri/hub.js/compare/v7.0.9...v7.1.0 "v7.1.0" [7.1.1]: https://github.com/Esri/hub.js/compare/v7.1.0...v7.1.1 "v7.1.1" [7.2.0]: https://github.com/Esri/hub.js/compare/v7.1.1...v7.2.0 "v7.2.0" [7.3.0]: https://github.com/Esri/hub.js/compare/v7.2.0...v7.3.0 "v7.3.0" [7.3.1]: https://github.com/Esri/hub.js/compare/v7.3.0...v7.3.1 "v7.3.1" [7.3.2]: https://github.com/Esri/hub.js/compare/v7.3.1...v7.3.2 "v7.3.2" [8.0.0]: https://github.com/Esri/hub.js/compare/v7.3.2...v8.0.0 "v8.0.0" [8.1.0]: https://github.com/Esri/hub.js/compare/v8.0.0...v8.1.0 "v8.1.0" [8.2.0]: https://github.com/Esri/hub.js/compare/v8.1.0...v8.2.0 "v8.2.0" [8.2.1]: https://github.com/Esri/hub.js/compare/v8.2.0...v8.2.1 "v8.2.1" [8.2.2]: https://github.com/Esri/hub.js/compare/v8.2.1...v8.2.2 "v8.2.2" [8.3.0]: https://github.com/Esri/hub.js/compare/v8.2.2...v8.3.0 "v8.3.0" [8.3.1]: https://github.com/Esri/hub.js/compare/v8.3.0...v8.3.1 "v8.3.1" [8.4.0]: https://github.com/Esri/hub.js/compare/v8.3.1...v8.4.0 "v8.4.0" [8.4.1]: https://github.com/Esri/hub.js/compare/v8.4.0...v8.4.1 "v8.4.1" [8.4.2]: https://github.com/Esri/hub.js/compare/v8.4.1...v8.4.2 "v8.4.2" [8.4.3]: https://github.com/Esri/hub.js/compare/v8.4.2...v8.4.3 "v8.4.3" [8.4.4]: https://github.com/Esri/hub.js/compare/v8.4.3...v8.4.4 "v8.4.4" [8.5.0]: https://github.com/Esri/hub.js/compare/v8.4.4...v8.5.0 "v8.5.0" [8.5.1]: https://github.com/Esri/hub.js/compare/v8.5.0...v8.5.1 "v8.5.1" [8.6.0]: https://github.com/Esri/hub.js/compare/v8.5.1...v8.6.0 "v8.6.0" [8.6.1]: https://github.com/Esri/hub.js/compare/v8.6.0...v8.6.1 "v8.6.1" [8.6.2]: https://github.com/Esri/hub.js/compare/v8.6.1...v8.6.2 "v8.6.2" [8.7.0]: https://github.com/Esri/hub.js/compare/v8.6.2...v8.7.0 "v8.7.0" [8.8.0]: https://github.com/Esri/hub.js/compare/v8.7.0...v8.8.0 "v8.8.0" [8.8.1]: https://github.com/Esri/hub.js/compare/v8.8.0...v8.8.1 "v8.8.1" [8.8.2]: https://github.com/Esri/hub.js/compare/v8.8.1...v8.8.2 "v8.8.2" [8.9.0]: https://github.com/Esri/hub.js/compare/v8.8.2...v8.9.0 "v8.9.0" [8.10.0]: https://github.com/Esri/hub.js/compare/v8.9.0...v8.10.0 "v8.10.0" [8.11.0]: https://github.com/Esri/hub.js/compare/v8.10.0...v8.11.0 "v8.11.0" [8.11.1]: https://github.com/Esri/hub.js/compare/v8.11.0...v8.11.1 "v8.11.1" [8.12.0]: https://github.com/Esri/hub.js/compare/v8.11.1...v8.12.0 "v8.12.0" [8.13.0]: https://github.com/Esri/hub.js/compare/v8.12.0...v8.13.0 "v8.13.0" [8.13.1]: https://github.com/Esri/hub.js/compare/v8.13.0...v8.13.1 "v8.13.1" [8.13.2]: https://github.com/Esri/hub.js/compare/v8.13.1...v8.13.2 "v8.13.2" [8.14.0]: https://github.com/Esri/hub.js/compare/v8.13.2...v8.14.0 "v8.14.0" [8.15.0]: https://github.com/Esri/hub.js/compare/v8.14.0...v8.15.0 "v8.15.0" [8.15.1]: https://github.com/Esri/hub.js/compare/v8.15.0...v8.15.1 "v8.15.1" [8.16.0]: https://github.com/Esri/hub.js/compare/v8.15.1...v8.16.0 "v8.16.0" [8.16.1]: https://github.com/Esri/hub.js/compare/v8.16.0...v8.16.1 "v8.16.1" [8.17.0]: https://github.com/Esri/hub.js/compare/v8.16.1...v8.17.0 "v8.17.0" [8.17.1]: https://github.com/Esri/hub.js/compare/v8.17.0...v8.17.1 "v8.17.1" [8.17.2]: https://github.com/Esri/hub.js/compare/v8.17.1...v8.17.2 "v8.17.2" [8.17.3]: https://github.com/Esri/hub.js/compare/v8.17.2...v8.17.3 "v8.17.3" [8.18.0]: https://github.com/Esri/hub.js/compare/v8.17.3...v8.18.0 "v8.18.0" [8.19.0]: https://github.com/Esri/hub.js/compare/v8.18.0...v8.19.0 "v8.19.0" [8.20.0]: https://github.com/Esri/hub.js/compare/v8.19.0...v8.20.0 "v8.20.0" [8.21.0]: https://github.com/Esri/hub.js/compare/v8.20.0...v8.21.0 "v8.21.0" [8.21.1]: https://github.com/Esri/hub.js/compare/v8.21.0...v8.21.1 "v8.21.1" [8.22.0]: https://github.com/Esri/hub.js/compare/v8.21.1...v8.22.0 "v8.22.0" [8.22.1]: https://github.com/Esri/hub.js/compare/v8.22.0...v8.22.1 "v8.22.1" [8.23.0]: https://github.com/Esri/hub.js/compare/v8.22.1...v8.23.0 "v8.23.0" [8.23.1]: https://github.com/Esri/hub.js/compare/v8.23.0...v8.23.1 "v8.23.1" [8.23.2]: https://github.com/Esri/hub.js/compare/v8.23.1...v8.23.2 "v8.23.2" [8.24.0]: https://github.com/Esri/hub.js/compare/v8.23.2...v8.24.0 "v8.24.0" [9]: https://github.com/Esri/hub.js/compare/v8.24.0...v9 "v9" [9.0.0]: https://github.com/Esri/hub.js/compare/v9...v9.0.0 "v9.0.0" [9.0.1]: https://github.com/Esri/hub.js/compare/v9.0.0...v9.0.1 "v9.0.1" [9.1.0]: https://github.com/Esri/hub.js/compare/v9.0.1...v9.1.0 "v9.1.0" [9.1.1]: https://github.com/Esri/hub.js/compare/v9.1.0...v9.1.1 "v9.1.1" [9.1.2]: https://github.com/Esri/hub.js/compare/v9.1.1...v9.1.2 "v9.1.2" [9.1.3]: https://github.com/Esri/hub.js/compare/v9.1.2...v9.1.3 "v9.1.3" [9.1.4]: https://github.com/Esri/hub.js/compare/v9.1.3...v9.1.4 "v9.1.4" [9.2.0]: https://github.com/Esri/hub.js/compare/v9.1.4...v9.2.0 "v9.2.0" [9.3.0]: https://github.com/Esri/hub.js/compare/v9.2.0...v9.3.0 "v9.3.0" [9.4.0]: https://github.com/Esri/hub.js/compare/v9.3.0...v9.4.0 "v9.4.0" [9.4.1]: https://github.com/Esri/hub.js/compare/v9.4.0...v9.4.1 "v9.4.1" [9.5.0]: https://github.com/Esri/hub.js/compare/v9.4.1...v9.5.0 "v9.5.0" [9.6.0]: https://github.com/Esri/hub.js/compare/v9.5.0...v9.6.0 "v9.6.0" [9.6.1]: https://github.com/Esri/hub.js/compare/v9.6.0...v9.6.1 "v9.6.1" [9.6.2]: https://github.com/Esri/hub.js/compare/v9.6.1...v9.6.2 "v9.6.2" [9.7.0]: https://github.com/Esri/hub.js/compare/v9.6.2...v9.7.0 "v9.7.0" [9.7.1]: https://github.com/Esri/hub.js/compare/v9.7.0...v9.7.1 "v9.7.1" [9.7.2]: https://github.com/Esri/hub.js/compare/v9.7.1...v9.7.2 "v9.7.2" [9.8.0]: https://github.com/Esri/hub.js/compare/v9.7.2...v9.8.0 "v9.8.0" [9.8.1]: https://github.com/Esri/hub.js/compare/v9.8.0...v9.8.1 "v9.8.1" [9.9.0]: https://github.com/Esri/hub.js/compare/v9.8.1...v9.9.0 "v9.9.0" [9.10.0]: https://github.com/Esri/hub.js/compare/v9.9.0...v9.10.0 "v9.10.0" [HEAD]: https://github.com/Esri/hub.js/compare/v9.10.0...HEAD "Unreleased Changes"