Skip to content

Commit 96c9f74

Browse files
committed
release v0.7.4
1 parent 14860b3 commit 96c9f74

File tree

7 files changed

+11
-6
lines changed

7 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,8 @@
8282

8383
- Removed a `moveOnStartChange` optimization that was causing problems when attempting to move a `<Draggable>` back
8484
to its initial position. See https://github.com/STRML/react-grid-layout/issues/56
85+
86+
### 0.7.4 (May 18, 2015)
87+
88+
- Fix a bug where a quick drag out of bounds to `0,0` would cause the element to remain in an inaccurate position,
89+
because the translation was removed from the CSS. See #55.

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

dist/react-draggable.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.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.7.3",
3+
"version": "0.7.4",
44
"description": "React draggable component",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)