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

Commit 701476f

Browse files
chore(release): 18.0.0 [skip ci]
# [18.0.0](https://github.com/Esri/hub.js/compare/@esri/[email protected]...@esri/[email protected]) (2025-06-18) ### Bug Fixes * workspace permission update ([#1919](#1919)) ([d1a8761](d1a8761)) * **hub-common:** events have migrated catalog ([#1918](#1918)) ([8d08638](8d08638)) * **hub-common:** events thumbnail not set by default ([#1912](#1912)) ([1df3702](1df3702)) * **hub-common:** fixed reference to hub page icon ([#1916](#1916)) ([0b64e6a](0b64e6a)) * always hide isSharedUpdate toggle ([#1907](#1907)) ([68925db](68925db)) * change group capabilities toggles to inline and add tooltips in group creation ([#1909](#1909)) ([3f14664](3f14664)) * **hub-common:** gates user workspace events pane ([#1905](#1905)) ([fdeaa7b](fdeaa7b)) * configuration editor now allows an empty value for the slug field ([#1901](#1901)) ([3ed5725](3ed5725)) * guard against undefined data.values when setting bannerImage in upgradeToOneDotOne fn ([#1894](#1894)) ([786fe30](786fe30)) * page slugs ([#1895](#1895)) ([99d2abb](99d2abb)) ### Features * **hub-common:** remove IHubSearchOptions.site, refactor IHubSearchOptions.api to take either 'portal' | 'hub' ([#1925](#1925)) ([211fde5](211fde5)) * update permissions and slugs ([#1923](#1923)) ([0458fbc](0458fbc)) * **hub-common:** add interface IChannelAclUpdateDefinition ([#1893](#1893)) ([9913e5a](9913e5a)) * **hub-common:** add notIds to interface ISearchEvents ([#1911](#1911)) ([e4057fd](e4057fd)) * **hub-common:** add searchAssociatedContent() function and permissions ([#1873](#1873)) ([f829bb4](f829bb4)) * **hub-common:** consistent UI schemas ([#1882](#1882)) ([592b2a8](592b2a8)) * **hub-common:** context.hubHomeUrl works in enterprise ([#1922](#1922)) ([f728613](f728613)) * **hub-common:** deprecate GET /events ([#1892](#1892)) ([04c8827](04c8827)) * **hub-common:** hub assistant data model ([#1913](#1913)) ([4566e7f](4566e7f)) * **hub-common:** modernize hubSearchItems() with well-known predicate support and unneeded feature removal ([#1906](#1906)) ([64bf450](64bf450)) * **hub-common:** swap group settings ui schema to use a tile select instead of a radio group ([#1779](#1779)) ([189793b](189793b)) * **hub-common:** ungate events ([#1915](#1915)) ([07aeedc](07aeedc)) * force release of hub-common ([2eb12dd](2eb12dd)) * **hub-common:** ungate events from alpha ([#1902](#1902)) ([836ddef](836ddef)) * log checkpermission failures with Logger ([#1900](#1900)) ([44ef8dd](44ef8dd)) * **hub-common:** ungate the hub:site:workspace:catalog permission, remove deprecated hub:site:workspace:content permission ([#1896](#1896)) ([d4b3d26](d4b3d26)) * **hub-common:** ungate the user workspace permission on prod for workspace users ([#1888](#1888)) ([01eb439](01eb439)) * additions to gallery display config interface & schema ([#1886](#1886)) ([f7063c0](f7063c0)) * **hub-common:** update event edit uischema ([#1891](#1891)) ([8c56e5e](8c56e5e)) ### BREAKING CHANGES * **hub-common:** IHubSearchOptions.site has been removed, use IHubSearchOptions.api = 'hub' to target the OGC api via hubSearch() instead Note that hubSearch() was refactored so it doesn't need IHubSearchOptions.api to be an API definition object to function. Based on the string value of IHubSearchOptions.api, each delegate calculates the result url from the passed in request options.
1 parent a3c7130 commit 701476f

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

packages/surveys/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# @esri/hub-surveys [18.0.0](https://github.com/Esri/hub.js/compare/@esri/[email protected]...@esri/[email protected]) (2025-06-18)
2+
3+
4+
5+
6+
7+
### Dependencies
8+
9+
* **@esri/hub-common:** upgraded to 18.0.0
10+
111
# @esri/hub-surveys [17.1.0](https://github.com/Esri/hub.js/compare/@esri/[email protected]...@esri/[email protected]) (2025-05-01)
212

313

packages/surveys/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@esri/hub-surveys",
3-
"version": "17.1.0",
3+
"version": "18.0.0",
44
"description": "Module to interact with ArcGIS Hub Surveys in Node.js and modern browsers.",
55
"main": "dist/node/index.js",
66
"module": "dist/esm/index.js",
@@ -14,10 +14,10 @@
1414
"@esri/arcgis-rest-feature-service": "^4.0.0",
1515
"@esri/arcgis-rest-portal": "^4.0.0",
1616
"@esri/arcgis-rest-request": "^4.0.0",
17-
"@esri/hub-common": "^17.0.0"
17+
"@esri/hub-common": "^18.0.0"
1818
},
1919
"devDependencies": {
20-
"@esri/hub-common": "^17.0.0",
20+
"@esri/hub-common": "^18.0.0",
2121
"typescript": "^3.8.1"
2222
},
2323
"files": [

0 commit comments

Comments
 (0)