diff --git a/docs/resources/changelog.md b/docs/resources/changelog.md index d7615eb4..30d8a965 100644 --- a/docs/resources/changelog.md +++ b/docs/resources/changelog.md @@ -8,6 +8,8 @@ _During the beta period, these restrictions may be relaxed in the event of a mis ## Next +- Moved `role` from the shadow root to the host element in `` +- Removed redundant `role="menu"` in `` - Slightly faster animations for showing and hiding `` ## 2.0.0-beta.60 diff --git a/src/components/dropdown/dropdown.ts b/src/components/dropdown/dropdown.ts index 7528acec..0c38b5fd 100644 --- a/src/components/dropdown/dropdown.ts +++ b/src/components/dropdown/dropdown.ts @@ -425,7 +425,6 @@ export default class SlDropdown extends LitElement {