Skip to content

Commit d876152

Browse files
committed
Prepping for release - 0.2.0
1 parent 2c9549f commit d876152

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,12 @@
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

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

0 commit comments

Comments
 (0)