Skip to content

Commit

Permalink
fixes #1024
Browse files Browse the repository at this point in the history
  • Loading branch information
claviska committed Nov 23, 2022
1 parent aaa8e4a commit 6579a95
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/resources/changelog.md
Expand Up @@ -8,6 +8,10 @@ New versions of Shoelace are released as-needed and generally occur when a criti

?> During the beta period, these restrictions may be relaxed in the event of a mission-critical bug. 馃悰

## Next

- Fixed a bug that prevented `hoist` from working correctly in `<sl-dropdown>` after updating Floating UI [#1024](https://github.com/shoelace-style/shoelace/issues/1024)

## 2.0.0-beta.84

- 馃毃 BREAKING: Removed the `fieldset` property from `<sl-radio-group>` (use CSS parts if you want to keep the border) [#965](https://github.com/shoelace-style/shoelace/issues/965)
Expand Down
1 change: 1 addition & 0 deletions src/components/dropdown/dropdown.ts
Expand Up @@ -409,6 +409,7 @@ export default class SlDropdown extends ShoelaceElement {
shift
auto-size="vertical"
auto-size-padding="10"
.autoSizeBoundary=${this.hoist ? document.body : undefined}
class=${classMap({
dropdown: true,
'dropdown--open': this.open
Expand Down

0 comments on commit 6579a95

Please sign in to comment.