Skip to content
This repository was archived by the owner on Nov 19, 2025. It is now read-only.

v6.2.0

Choose a tag to compare

@tomwayson tomwayson released this 13 Aug 16:58

@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