This repository was archived by the owner on Nov 19, 2025. It is now read-only.
v6.2.0
@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
- types: add common Hub types needed for getContent()
@esri/hub-content
- New Features
@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.
- 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
- Misc.
- download metadata: remove duplicate urlBuilder fn
feec3220
- download metadata: remove duplicate urlBuilder fn