File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 66
77### 0.1.1 (Jul 26, 2014)
88
9- - Fixing dragging not stopping on mouseup in some cases
9+ - Fixing dragging not stopping on mouseup in some cases
10+
11+ ### 0.2.0 (Sep 10, 2014)
12+
13+ - Adding support for snapping to a grid
14+ - Adding support for specifying start position
15+ - Ensure event handlers are destroyed on unmount
16+ - Adding browserify support
17+ - Adding bower support
Original file line number Diff line number Diff line change 11{
22 "name" : " react-draggable" ,
3- "version" : " 0.1.1 " ,
3+ "version" : " 0.2.0 " ,
44 "homepage" : " https://github.com/mzabriskie/react-draggable" ,
55 "authors" : [
66 " Matt Zabriskie"
Original file line number Diff line number Diff line change 11{
22 "name" : " react-draggable" ,
3- "version" : " 0.1.1 " ,
3+ "version" : " 0.2.0 " ,
44 "description" : " React draggable component" ,
55 "main" : " index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments