Skip to content

Commit 60482f7

Browse files
committed
release v1.3.5
1 parent 3c5d204 commit 60482f7

File tree

7 files changed

+47
-30
lines changed

7 files changed

+47
-30
lines changed

CHANGELOG.md

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

3+
### 1.3.5 (Apr 8, 2016)
4+
5+
- Add React v15 to devDeps. `<Draggable>` supports both `v0.14` and `v15`.
6+
- Enhancement: Clean up usage of browser prefixes; modern browsers will no longer use them.
7+
- This also removes the duplicated `user-select` style that is created on the `<body>` while dragging.
8+
- Internal: Test fixes.
9+
310
### 1.3.4 (Mar 5, 2016)
411

512
- Bugfix: Scrolling while dragging caused items to move unpredictably.

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

dist/react-draggable.js

Lines changed: 34 additions & 24 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.4",
3+
"version": "1.3.5",
44
"description": "React draggable component",
55
"main": "dist/react-draggable.js",
66
"browser": "dist/react-draggable.js",
@@ -63,4 +63,4 @@
6363
"dependencies": {
6464
"classnames": "^2.2.0"
6565
}
66-
}
66+
}

0 commit comments

Comments
 (0)