Skip to content

Commit

Permalink
Add interface from react-beautiful-dnd (#4903)
Browse files Browse the repository at this point in the history
* Add interface from react-beautiful-dnd

This PR adds an interface to the list of exports from 'react-beautiful-dnd' for use by consumers, without the need to export them from 'react-beautiful-dnd’.

See elastic/kibana#102689

* Update changelog
  • Loading branch information
scottybollinger authored Jun 21, 2021
1 parent b64396f commit e4f8ae0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
- Added display of number of selected options in `EuiSearchBar` filters when `numActiveFilters` exists ([#4748](https://github.com/elastic/eui/pull/4748))
- Reverted `z-index: 1` on `EuiPageBody` ([#4892](https://github.com/elastic/eui/pull/4892))
- Added `updateButtonProps` to `EuiSuperDatePicker` to provide more control over the update/refresh button ([#4895](https://github.com/elastic/eui/pull/4895))
- Added `DraggableProvidedDragHandleProps` interface from 'react-beautiful-dnd' ([#4903](https://github.com/elastic/eui/pull/4903))

**Bug fixes**

Expand Down
1 change: 1 addition & 0 deletions src/components/drag_and_drop/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export {
export {
DraggableLocation,
DraggableProps,
DraggableProvidedDragHandleProps,
DragDropContextProps,
DragStart,
DroppableProps,
Expand Down

0 comments on commit e4f8ae0

Please sign in to comment.