Skip to content

Commit

Permalink
chore: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mgadewoll committed Sep 30, 2024
1 parent 5fa1195 commit 4828d33
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions packages/eui/changelogs/upcoming/8048.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
**Bug fixes**
- Updated `EuiDraggable` with a new `usePortal` prop.
- This prop portals the dragged element to the body, allowing it to escape stacking contexts which prevents buggy drag positioning in e.g. popovers, modals, and flyouts.

- Fixed disappearing `EuiDraggable` items while dragging inside `EuiFlyout` or `EuiModal`
- added `usePortal` prop on `EuiDraggable`
**Deprecations**

- Deprecated `EuiPopover`'s `hasDragDrop` prop. Use `EuiDraggable`'s new `usePortal` prop instead.

0 comments on commit 4828d33

Please sign in to comment.