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

feat: set the aria level for all location pickers #1767

Merged
merged 2 commits into from
Jan 2, 2025

Conversation

abp6318
Copy link
Contributor

@abp6318 abp6318 commented Dec 19, 2024

  1. Description: Set heading level for notice titles within location pickers + update tests

  2. Instructions for testing: See opendata-ui PR for testing instructions

  3. Closes Issues: https://devtopia.esri.com/dc/hub/issues/11181

  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.

@abp6318 abp6318 added the enhancement New feature or request label Dec 19, 2024
@abp6318 abp6318 self-assigned this Dec 19, 2024
Copy link
Contributor

@sonofflynn89 sonofflynn89 left a comment

Choose a reason for hiding this comment

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

Approved! Just check if you want to rename the option re: my comment.

Copy link

There hasn't been any activity on this pull request in the past 3 days, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 7 days. If you want this PR to never become stale, please apply the "Draft" label.

@github-actions github-actions bot added the Stale Stale issue - update or it will be closed label Dec 23, 2024
@github-actions github-actions bot closed this Dec 31, 2024
@abp6318 abp6318 reopened this Dec 31, 2024
@abp6318
Copy link
Contributor Author

abp6318 commented Dec 31, 2024

Waiting for req review on this -- silly bot closing the PR on me

@github-actions github-actions bot removed the Stale Stale issue - update or it will be closed label Jan 1, 2025
@abp6318 abp6318 merged commit 51095fd into master Jan 2, 2025
5 checks passed
@abp6318 abp6318 deleted the t/11181-location-picker-heading-level-hubjs branch January 2, 2025 21:51
esri-dcdev-2 pushed a commit that referenced this pull request Jan 2, 2025
# @esri/hub-common [15.21.0](https://github.com/Esri/hub.js/compare/@esri/[email protected]...@esri/[email protected]) (2025-01-02)

### Features

* set the aria level for all location pickers ([#1767](#1767)) ([51095fd](51095fd))
esri-dcdev-2 pushed a commit that referenced this pull request Jan 22, 2025
# [29.5.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:** modify ISearchCHannels interface orgId => orgIds ([#1762](#1762)) ([56b2131](56b2131))
* **hub-common:** updated metrics editors  ([#1757](#1757)) ([b0de73f](b0de73f))

### Features

* **hub-discussions:** v2 breaking changes ([#1770](#1770)) ([666cf91](666cf91))
* set the aria level for all location pickers ([#1767](#1767)) ([51095fd](51095fd))
* **hub-common:** update orval events to include event thumbnail ([#1765](#1765)) ([b94fa14](b94fa14))
* handle item type combobox with nested selections ([#1726](#1726)) ([6a504f1](6a504f1))
* **hub-common:** add optional includeIdInSlug arg to getItemIdentifier ([#1759](#1759)) ([f54ca6d](f54ca6d)), closes [#1746](#1746)
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
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants