Skip to content

Commit 3fd5cc2

Browse files
committed
release v0.8.4
1 parent 7807a68 commit 3fd5cc2

File tree

7 files changed

+54
-19
lines changed

7 files changed

+54
-19
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,3 +108,7 @@
108108
### 0.8.3 (Oct 12, 2015)
109109

110110
- Bugfix: Short-circuiting drag throws due to `e.changedTouches` check.
111+
112+
### 0.8.4 (Oct 15, 2015)
113+
114+
- Bugfix: SVG elements now properly use `transform` attribute instead of `style`. Thanks @martinRoss

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

dist/react-draggable.js

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

dist/react-draggable.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.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-draggable",
3-
"version": "0.8.3",
3+
"version": "0.8.4",
44
"description": "React draggable component",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)