This repository was archived by the owner on Feb 22, 2021. It is now read-only.
Releases: samvtran/react-sortable-items
Releases · samvtran/react-sortable-items
v0.0.12
0.0.11
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
The More Things Change...
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
v0.0.4
Sortable Kittens
- Added horizontal sorting enabled by setting
horizontal={true}on<Sortable /> - Added
sinkUndraggablesandfloatUndraggablesproperties for modifying undraggable element behavior