github atlassian/react-beautiful-dnd v2.5.0
2.5.0

latest releases: v13.1.1, v13.1.0, v13.0.0...
6 years ago

Improvements

Droppables now accept an ignoreContainerClipping prop. From the docs:

When a Droppable is inside a scrollable container its area is constrained so that you can only drop on the part of the Droppable that you can see. Setting this prop opts out of this behaviour, allowing you to drop anywhere on a Droppable even if it's visually hidden by a scrollable parent. The default behaviour is suitable for most cases so odds are you'll never need to use this prop, but it can be useful if you've got very long Draggables inside a short scroll container. Keep in mind that it might cause some unexpected behaviour if you have multiple Droppables inside scroll containers on the same page.

This caused the minor version bump ✨

Fixes

Don't miss a new react-beautiful-dnd release

NewReleases is sending notifications on new releases.