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 6
6
7
7
### 0.1.1 (Jul 26, 2014)
8
8
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 1
1
{
2
2
"name" : " react-draggable" ,
3
- "version" : " 0.1.1 " ,
3
+ "version" : " 0.2.0 " ,
4
4
"homepage" : " https://github.com/mzabriskie/react-draggable" ,
5
5
"authors" : [
6
6
" Matt Zabriskie"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-draggable" ,
3
- "version" : " 0.1.1 " ,
3
+ "version" : " 0.2.0 " ,
4
4
"description" : " React draggable component" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments