Skip to content

Commit 96e561a

Browse files
committed
release v1.3.1
1 parent ee223f2 commit 96e561a

File tree

7 files changed

+511
-600
lines changed

7 files changed

+511
-600
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
### 1.3.1 (Feb 10, 2015)
4+
5+
- Internal: Babel 6 and Flow definitions
6+
- Bugfix: 1.3.0 broke string bounds ('parent', selectors, etc.).
7+
- Bugfix: 1.3.0 wasn't updating deltaX and deltaY on a bounds hit.
8+
39
### 1.3.0 (Feb 10, 2015)
410

511
- Possibly breaking change: bounds are calculated before `<Draggable>` fires `drag` events, as they should have been.

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": "1.3.0",
3+
"version": "1.3.1",
44
"homepage": "https://github.com/mzabriskie/react-draggable",
55
"authors": [
66
"Matt Zabriskie"

dist/react-draggable.js

Lines changed: 499 additions & 594 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/react-draggable.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/react-draggable.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/react-draggable.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-draggable",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "React draggable component",
55
"main": "dist/react-draggable.js",
66
"browser": "dist/react-draggable.js",
@@ -64,4 +64,4 @@
6464
"classnames": "^2.2.0",
6565
"object-assign": "^4.0.1"
6666
}
67-
}
67+
}

0 commit comments

Comments
 (0)