Skip to content

2.3.0

Compare
Choose a tag to compare
@alexreardon alexreardon released this 20 Sep 02:10
· 754 commits to master since this release

Improvements

  • Pressing the spacebar space while dragging with a mouse will now scroll the window #102 . We no longer prevent the browser default in this case. Previously we had the restriction in place to keep things simple. However, now that we correctly handle window scrolling there is no need to keep this restriction in place - so it has been removed! (caused the minor version bump ✨)
  • Adding documentation about natural keyboard cross list movement #104
  • Major refactor and simplification of the get-drag-impact function #92

Fixes

  • Dropping a Draggable with a keyboard inside of a nested list will no longer cause the parent to lift #102. Thanks @seancurtis for raising this