Skip to content
This repository was archived by the owner on Feb 22, 2021. It is now read-only.

Releases: samvtran/react-sortable-items

v0.0.12

17 Feb 03:17

Choose a tag to compare

No new features. classnames upgraded to a runtime dependency because...well, it is.

0.0.11

07 Dec 00:17

Choose a tag to compare

React 0.14 Update

  • Deprecated cloneWithProps function replaced with cloneElement
  • react-dom and react-addons-update added
  • Barring any major bugs, this will be the last release based on react-anything-sortable. From 1.0 on, this project will be based on react-dnd.
  • Moreover, this will be the last release available on Bower

v0.0.10

16 Oct 14:15

Choose a tag to compare

minDragDistance: A distance in pixels to drag a sortable item before a drag actually starts.

The More Things Change...

15 Oct 13:16

Choose a tag to compare

Basically the same as 0.0.8, but Bower files now allow nesting too and the source files themselves (if you're using the files with JSX in /src directly) will allow nesting too.

v0.0.8

14 Oct 23:38

Choose a tag to compare

Nested Sortables now work properly 🐦

v0.0.4

05 Feb 19:29

Choose a tag to compare

  • Customizable placeholder content with getPlaceholderContent()
  • Customizable sensitivity with sensitivity property on Sortable
  • Plain JS so you don't have to run the components through a JSX compiler first
  • <script>-ready JS files now on Bower. Yay!

Sortable Kittens

04 Feb 17:58

Choose a tag to compare

  • Added horizontal sorting enabled by setting horizontal={true} on <Sortable />
  • Added sinkUndraggables and floatUndraggables properties for modifying undraggable element behavior