Skip to content

Commit

Permalink
chore(release): 15.1.0-next.1 [skip ci]
Browse files Browse the repository at this point in the history
# [15.1.0-next.1](https://github.com/Esri/hub.js/compare/@esri/[email protected]...@esri/[email protected]) (2025-01-22)

### Bug Fixes

* add catalog permission ([#1768](#1768)) ([0212e7b](0212e7b))
* add required type to IChangeEventDetail ([#1760](#1760)) ([1adc7fb](1adc7fb))
* removing extra launch icons on user settings ([#1764](#1764)) ([3a1f607](3a1f607))
* **hub-common:** access is correctly labelled when shared ([#1708](#1708)) ([a0bc7da](a0bc7da))
* **hub-common:** fix event summary validation error ([#1751](#1751)) ([1ceb5ef](1ceb5ef))
* **hub-common:** fix Events 3 create and edit form validations ([#1749](#1749)) ([5a20b99](5a20b99))
* **hub-common:** make getUser optional ([#1722](#1722)) ([b3531bd](b3531bd))
* **hub-common:** modify ISearchCHannels interface orgId => orgIds ([#1762](#1762)) ([56b2131](56b2131))
* **hub-common:** rename "request" method used by Discussions API fns … ([#1742](#1742)) ([72af97d](72af97d))
* **hub-common:** rename hub:event:workspace:attendees permission ([#1737](#1737)) ([a96ecdc](a96ecdc))
* **hub-common:** updated metrics editors  ([#1757](#1757)) ([b0de73f](b0de73f))
* **hub-discussions:** remove files/fns that were duplicated between h… ([#1743](#1743)) ([04a7067](04a7067))
* add new item types from AGO to collections ([#1724](#1724)) ([c87c8ef](c87c8ef))
* add notice to uiSchemas ([#1711](#1711)) ([fbf76fb](fbf76fb))
* ensure site created via HubSite class has correct catalog format ([#1719](#1719)) ([58dffcf](58dffcf))
* expose editor to metric functions ([#1717](#1717)) ([8664170](8664170))
* remove troublesome migration that was not really needed ([#1725](#1725)) ([a075492](a075492))
* update permissions for user event and discussion pane ([#1718](#1718)) ([f5cccc1](f5cccc1))

### Features

* **hub-discussions:** v2 breaking changes ([#1770](#1770)) ([666cf91](666cf91))
* set the aria level for all location pickers ([#1767](#1767)) ([51095fd](51095fd))
* **hub-common:** add allowPost to IChannel ([#1755](#1755)) ([d500a53](d500a53))
* **hub-common:** add allowPost to IChannel and ICreateChannelSettings ([#1761](#1761)) ([4fe3f57](4fe3f57))
* **hub-common:** add csv file name function ([#1748](#1748)) ([1aa14a9](1aa14a9))
* **hub-common:** added dcat us template ([#1736](#1736)) ([651d04c](651d04c))
* **hub-common:** update orval events to include event thumbnail ([#1765](#1765)) ([b94fa14](b94fa14))
* expose item size for content entities ([#1720](#1720)) ([e4e6c86](e4e6c86))
* handle item type combobox with nested selections ([#1726](#1726)) ([6a504f1](6a504f1))
* **hub-common:** add feature flag for site pages via catalog ([#1730](#1730)) ([e459c74](e459c74))
* **hub-common:** add fetchItem and call it from fetchPage ([#1756](#1756)) ([e3fa5af](e3fa5af))
* **hub-common:** add optional includeIdInSlug arg to getItemIdentifier ([#1759](#1759)) ([f54ca6d](f54ca6d)), closes [#1746](#1746)
* add displayConfig in Hub Catalog, update GalleryDisplayConfigSchema ([#1747](#1747)) ([5d1cb18](5d1cb18))
* add executed query length to search response ([#1733](#1733)) ([1388046](1388046))
* add link org settings in user workspace ([#1707](#1707)) ([83ddde5](83ddde5))
* **hub-common:** add IExportPostsParams interface ([#1744](#1744)) ([7fd02ec](7fd02ec))
* **hub-common:** add supported download formats for fgdb job ([#1715](#1715)) ([0a8aade](0a8aade))
* **hub-discussions:** add exportPosts fn to export discussion posts as CSV string ([#1745](#1745)) ([5dba4b4](5dba4b4))
* hub page layoutRelative and workspaceRelative links ([#1740](#1740)) ([0b2a281](0b2a281))
* **hub-discussions:** added enum and parameter for downloading posts as csv ([#1734](#1734)) ([19af95f](19af95f))
* **hub-discussions:** canEditPost is a breaking change until prod migrations are unblocked ([#1731](#1731)) ([4914ee2](4914ee2))
* add create form error validation for site and project entities ([#1691](#1691)) ([43dab51](43dab51))
* collection appearance ([#1703](#1703)) ([bfcfdc2](bfcfdc2))
  • Loading branch information
semantic-release-bot committed Jan 22, 2025
1 parent 05dba21 commit f90e5cc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions packages/events/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# @esri/hub-events [15.1.0-next.1](https://github.com/Esri/hub.js/compare/@esri/[email protected]...@esri/[email protected]) (2025-01-22)





### Dependencies

* **@esri/hub-common:** upgraded to 15.22.0-next.1

# @esri/hub-events [15.0.0](https://github.com/Esri/hub.js/compare/@esri/[email protected]...@esri/[email protected]) (2024-11-01)


Expand Down
6 changes: 3 additions & 3 deletions packages/events/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/hub-events",
"version": "15.0.0",
"version": "15.1.0-next.1",
"description": "Module to interact with ArcGIS Hub Events in Node.js and modern browsers.",
"main": "dist/node/index.js",
"module": "dist/esm/index.js",
Expand All @@ -16,10 +16,10 @@
"@esri/arcgis-rest-portal": "^2.15.0 || 3",
"@esri/arcgis-rest-request": "^2.13.0 || 3",
"@esri/arcgis-rest-types": "^2.13.0 || 3",
"@esri/hub-common": "^15.0.0"
"@esri/hub-common": "^15.22.0-next.1"
},
"devDependencies": {
"@esri/hub-common": "^15.0.0",
"@esri/hub-common": "^15.22.0-next.1",
"typescript": "^3.8.1"
},
"files": [
Expand Down

0 comments on commit f90e5cc

Please sign in to comment.