Skip to content

Releases: DataDog/react-sortable-hoc

Canvas fix, update to eslint

24 Apr 14:58
Compare
Choose a tag to compare

Fix to avoid copying empty canvas elements

v1.8.4

26 Mar 10:39
Compare
Choose a tag to compare
Various bugfixes from upstream, syncing with upcoming version of reac…

Fix for distance prop

23 Nov 14:03
Compare
Choose a tag to compare
v0.9.10

Fix for distance prop

Update to fix issues with scrolling and dynamic height lists

12 Nov 15:31
Compare
Choose a tag to compare
  • Scrolling while DND did not work as expected
  • Changes in the height of the target list was causing issues

Add option to disable animation of nodes

24 Oct 09:01
Compare
Choose a tag to compare

This adds a new prop animateNodes that can be set to false to disable the node animation during a dnd. Default value is true

Improvements to DND performance

23 Oct 16:13
Compare
Choose a tag to compare

This merges two PRs which add

  1. requestAnimationFrame to improve performance of DND
  2. removing unnecessary setState in SortableContainer to prevent extraneous renders

Add classList polyfill

23 Oct 13:16
Compare
Choose a tag to compare

Adds a classList polyfill for IE11 compatibility, fixes small typescript problem

Updating typescript types

22 Oct 10:10
Compare
Choose a tag to compare

Restoring changes to Typescript types that were lost during the formatting changes

Update to package.json & yarn.lock

22 Oct 09:47
Compare
Choose a tag to compare

I forgot to update the version number in the package.json for the last release - this corrects that error, and makes sure that yarn.lock is up to date too

Formatting Improvements & Scroll Bug Fixes

22 Oct 09:16
Compare
Choose a tag to compare

Matching formatting more closely to the parent library, fixing DND scroll errors