All Versions
63
Latest Version
Avg Release Cycle
35 days
Latest Release
1132 days ago

Changelog History
Page 1

  • v2.0.0 Changes

    March 18, 2021

    πŸ› Bug Fixes

    • πŸ›  Fixed React strict mode warnings by upgrading to new React context API and removing legacy refs (#624). Since the new context API was introduced in React 16.3.0, the peer dependencies had to be upgraded accordingly.
    • 0️⃣ Check if event is cancellable before calling event.preventDefault() #752.
    • πŸ›  Fix touch events being lost by listening to event.target on mobile #586.
    • βž• Added disableAutoscroll prop to PropType definitions #755.

    Dependencies

    • ⚑️ Updated minimum peer dependencies for react and react-dom to 16.3.0. Added 17.0.0 to list of supported peer dependencies.
  • v1.11.0 Changes

    August 22, 2019

    πŸ› Bug Fixes

    πŸ”‹ Features

    • βž• Add CSS Grid grid-gap support (#657) (4efcaa2)
  • v1.10.1 Changes

    August 22, 2019

    πŸ› Bug Fixes

    • PropType definition for keyCodes was incorrect (eaf5070)
  • v1.10.0 Changes

    April 24, 2019

    πŸ› Bug Fixes

    • don't spread the keysToOmit parameter in omit util (#563) (1c69772)
    • πŸ›  Fix broken UMD build (#587) (6cb7750)
    • βœ‚ remove browser field with umd bundle (#541) (d3b30fd

    πŸ”‹ Features

    • βž• Add keyCodes prop to configure the keyboard shortcuts (#588) (4c6d8dd)
  • v1.9.1 Changes

    April 24, 2019

    πŸ› Bug Fixes

    • do not copy canvas context if it has neither width nor height (#530) (3808437)
    • ⚑️ pass isKeySorting to onSortOver and updateBeforeSortStart handler props (#531) (763fd33
  • v1.9.0 Changes

    April 23, 2019

    πŸ› Bug Fixes

    • issue with radio input name collision when cloning helper (5337c97)

    πŸ”‹ Features

    • βž• add support for keyboard sorting (#501) (439b92f)
    • prevent sort start on contentEditable target (d64c8cf)
  • v1.8.3 Changes

    March 20, 2019

    πŸ› Bug Fixes

    • 🌐 issue with windowAsScrollContainer and translation offsets (0391e62)

    πŸ”‹ Features

    • βž• Add disableAutoscroll prop (#484) (7845e76)
    • βž• added helperContainer prop (286eff4)
    • πŸ‘ allow helperContainer prop to be a function returning an HTMLElement (#489) (f4a9b4a)
    • Detect scroll container automatically (#507) (6572921)
  • v1.8.2 Changes

    March 19, 2019

    πŸ› Bug Fixes

    • πŸ’… issue with getComputedStyle and getScrollingParent (b104249)
  • v1.8.1 Changes

    March 18, 2019

    πŸ› Bug Fixes

    • issue with cloning canvas context of dragged items (#512) (4df34ad)
  • v1.8.0 Changes

    March 18, 2019

    πŸ› Bug Fixes

    • βž• added prop-types to peerDependencies (0e855c5)
    • πŸ‘― copy canvas content into cloned node (43ad122)
    • ⚑️ get updated index after updateBeforeSortStart (4471a0a)
    • helperContainer PropType definition broke server-side rendering (#471) (c0eef97)
    • invalid helperContainer PropType definition (#493) (dc1d18f)
    • πŸ”’ lock axis story should not use lockToContainerEdges (db1d3a9)
    • omit disableAutoscroll prop (#502) (e994e73)
    • omit spreading helperContainer prop (#497) (12bafdf)
    • overflow bug while dragging an item upwards in a grid (1a2c87e)
    • πŸ— replace process.env.NODE_ENV in UMD builds (16135df)
    • ⚑️ update helperContainer prop type definition (#491) (fd30383)
    • ⚑️ updated the behaviour of disabled elements (bd3d041)
    • virtualized collection grid bug (a57975c)

    πŸ”‹ Features

    • βž• Add disableAutoscroll prop (#484) (7845e76)
    • βž• added helperContainer prop (286eff4)
    • πŸ‘ allow helperContainer prop to be a function returning an HTMLElement (#489) (f4a9b4a)
    • Detect scroll container automatically (#507) (6572921)