Skip to content

Commit 6028341

Browse files
committed
release v2.1.0
1 parent a6b4789 commit 6028341

7 files changed

+29
-6
lines changed

CHANGELOG.md

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

3+
### 2.1.0 (May 20, 2016)
4+
5+
- Fix improperly missed `handle` or `cancel` selectors if the event originates from a child of the handle or cancel.
6+
- Fixes a longstanding issue, [#88](https://github.com/mzabriskie/react-draggable/pull/88)
7+
- This was pushed to a minor release as there may be edge cases (perhaps workarounds) where this changes behavior.
8+
39
### 2.0.2 (May 19, 2016)
410

511
- Fix `cannot access clientX of undefined` on some touch-enabled platforms.

bower.json

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

dist/react-draggable.js

+18-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.0.2",
3+
"version": "2.1.0",
44
"description": "React draggable component",
55
"main": "dist/react-draggable.js",
66
"browser": "dist/react-draggable.js",

0 commit comments

Comments
 (0)