Skip to content

Commit

Permalink
0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
STRML committed Apr 30, 2015
1 parent bc11f76 commit acc0f3d
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 45 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,8 @@
- Remove react/addons dependency (now depending on `react` directly)
- Add MIT License file
- Fix an issue where browser may be detected as touch-enabled but touch event isn't thrown.

### 0.4.2 (Apr 30, 2015)

- Add `"browser"` config to package.json for browserify imports (fix #45).
- Remove unnecessary `emptyFunction` and `React.addons.classSet` imports.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-draggable",
"version": "0.4.1",
"version": "0.4.2",
"homepage": "https://github.com/mzabriskie/react-draggable",
"authors": [
"Matt Zabriskie"
Expand Down
41 changes: 1 addition & 40 deletions dist/react-draggable.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/react-draggable.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/react-draggable.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit acc0f3d

Please sign in to comment.