Skip to content

8.0.3

Compare
Choose a tag to compare
@alexreardon alexreardon released this 11 Jul 01:39
· 533 commits to master since this release

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 to Droppable > 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 and rollup #624. Thanks @TrySound!
  • Moving puppeteer browser test to non-headless with xvfb to reduce build flakes #630. Thanks @MarshallOfSound!!