Skip to content

Commit

Permalink
release v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
STRML committed May 22, 2016
1 parent f68c401 commit 72e14ec
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

### 2.1.1 (May 22, 2016)

- Bugfix: `<DraggableCore>` wasn't calling back with the DOM node.
- Internal: Rework test suite to use power-assert.

### 2.1.0 (May 20, 2016)

- Fix improperly missed `handle` or `cancel` selectors if the event originates from a child of the handle or cancel.
Expand Down
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": "2.1.0",
"version": "2.1.1",
"homepage": "https://github.com/mzabriskie/react-draggable",
"authors": [
"Matt Zabriskie",
Expand Down
4 changes: 2 additions & 2 deletions dist/react-draggable.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/react-draggable.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/react-draggable.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/react-draggable.min.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-draggable",
"version": "2.1.0",
"version": "2.1.1",
"description": "React draggable component",
"main": "dist/react-draggable.js",
"browser": "dist/react-draggable.js",
Expand Down Expand Up @@ -68,4 +68,4 @@
"dependencies": {
"classnames": "^2.2.0"
}
}
}

0 comments on commit 72e14ec

Please sign in to comment.