Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(hub-common): make getUser optional #1722

Merged
merged 2 commits into from
Nov 8, 2024

Conversation

juliannaeapicella
Copy link
Contributor

  1. Description: Makes getUser call optional when converting an event to search result to improve loading times.

  2. Instructions for testing:

  3. Closes Issues: #11752

  4. Updated meaningful TSDoc to methods including Parameters and Returns, see Documentation Guide

  5. used semantic commit messages

  6. PR title follows semantic commit format (CRITICAL if the title is not in a semantic format, the release automation will not run!)

  7. updated peerDependencies as needed. CRITICAL our automated release system can not be counted on to update peerDependencies so we must do it manually in our PRs when needed. See the updating peerDependencies section of the release instructions for more details.

Copy link
Contributor

@rweber-esri rweber-esri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks for making this update. Verified this change against your opendata-ui PR and it seems to noticeably improve the performance of events loading here as juliana_pa

@juliannaeapicella juliannaeapicella merged commit b3531bd into master Nov 8, 2024
5 checks passed
@juliannaeapicella juliannaeapicella deleted the 11752/event-collections-loading branch November 8, 2024 15:53
esri-dcdev-2 pushed a commit that referenced this pull request Nov 8, 2024
## @esri/hub-common [15.3.6](https://github.com/Esri/hub.js/compare/@esri/[email protected]...@esri/[email protected]) (2024-11-08)

### Bug Fixes

* **hub-common:** make getUser optional ([#1722](#1722)) ([b3531bd](b3531bd))
esri-dcdev-2 pushed a commit that referenced this pull request Jan 22, 2025
# [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))
esri-dcdev-2 pushed a commit that referenced this pull request Jan 22, 2025
# [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))
esri-dcdev-2 pushed a commit that referenced this pull request Jan 22, 2025
# [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))
esri-dcdev-2 pushed a commit that referenced this pull request Jan 22, 2025
# [16.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))
esri-dcdev-2 pushed a commit that referenced this pull request Jan 22, 2025
# [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))
esri-dcdev-2 pushed a commit that referenced this pull request Jan 22, 2025
# [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))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants