This repository was archived by the owner on Nov 19, 2025. It is now read-only.
Commit 701476f
committed
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
2 files changed
+13
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
1 | 11 | | |
2 | 12 | | |
3 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments