Skip to content

Commit

Permalink
Prepping for release - 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mzabriskie committed Sep 10, 2014
1 parent 2c9549f commit d876152
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,12 @@

### 0.1.1 (Jul 26, 2014)

- Fixing dragging not stopping on mouseup in some cases
- Fixing dragging not stopping on mouseup in some cases

### 0.2.0 (Sep 10, 2014)

- Adding support for snapping to a grid
- Adding support for specifying start position
- Ensure event handlers are destroyed on unmount
- Adding browserify support
- Adding bower support
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-draggable",
"version": "0.1.1",
"version": "0.2.0",
"homepage": "https://github.com/mzabriskie/react-draggable",
"authors": [
"Matt Zabriskie"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-draggable",
"version": "0.1.1",
"version": "0.2.0",
"description": "React draggable component",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit d876152

Please sign in to comment.