Skip to content

Commit acc0f3d

Browse files
committed
0.4.2
1 parent bc11f76 commit acc0f3d

File tree

7 files changed

+11
-45
lines changed

7 files changed

+11
-45
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,8 @@
3737
- Remove react/addons dependency (now depending on `react` directly)
3838
- Add MIT License file
3939
- Fix an issue where browser may be detected as touch-enabled but touch event isn't thrown.
40+
41+
### 0.4.2 (Apr 30, 2015)
42+
43+
- Add `"browser"` config to package.json for browserify imports (fix #45).
44+
- Remove unnecessary `emptyFunction` and `React.addons.classSet` imports.

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

dist/react-draggable.js

Lines changed: 1 addition & 40 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.

0 commit comments

Comments
 (0)