Fixes
- If you had a scrollbar on the cross axis of a
Droppable
then a user would be unable to auto scroll backwards through the list. Scrollbars, am I right? Anyway, we now account for this #628. Thanks @SimchaShats for raising this one - Fixing incorrect
invariant
condition which was preventing dynamic updates toDroppable > isDropDisabled
#617. Thanks @ntelkedzhiev for your persistance with this one
Engineering health
- Wider use of
prettier
#629 - Refactor of
Draggable
to save about 20 lines 😊 #627 - Breaking massive
drag-handle.spec.js
file into lots of spec files #627 - Upgrading
babel
androllup
#624. Thanks @TrySound! - Moving
puppeteer
browser test to non-headless withxvfb
to reduce build flakes #630. Thanks @MarshallOfSound!!