Skip to content

Commit 491aa71

Browse files
committed
release v2.1.2
1 parent 3e69b8b commit 491aa71

7 files changed

+21
-6
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
### 2.1.2 (Jun 5, 2016)
4+
5+
- Bugfix: Fix `return false` to cancel `onDrag` breaking on both old and new browsers due to missing `typeArg` and/or
6+
unsupported `MouseEventConstructor`. Fixes [#164](https://github.com/mzabriskie/react-draggable/issues/164).
7+
38
### 2.1.1 (May 22, 2016)
49

510
- Bugfix: `<DraggableCore>` wasn't calling back with the DOM node.

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-draggable",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"homepage": "https://github.com/mzabriskie/react-draggable",
55
"authors": [
66
"Matt Zabriskie",

dist/react-draggable.js

+11-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/react-draggable.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/react-draggable.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/react-draggable.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-draggable",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "React draggable component",
55
"main": "dist/react-draggable.js",
66
"browser": "dist/react-draggable.js",

0 commit comments

Comments
 (0)