Skip to content

Commit

Permalink
Adds instructions for mobile on 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dgavey committed May 29, 2017
1 parent a47f02d commit a9a490b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ Huge thanks to [ic-droppable](https://github.com/instructure/ic-droppable), from
* [Live simple demos](http://mharris717.github.io/ember-drag-drop/)
* [Classify Posts](#classify-posts)

## Mobile and touch events

As of version 0.4.4 you can install the [ember-drag-drop-polyfill](https://github.com/aboveproperty/ember-drag-drop-polyfill) to enable drag and drop actions on mobile devices. It is my intention to make mobile a first class citizen in this addon, but hopefully this can fill the gaps for now.



Expand Down
1 change: 1 addition & 0 deletions jsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"compilerOptions":{"target":"es6","experimentalDecorators":true},"exclude":["node_modules","bower_components","tmp","vendor",".git","dist"]}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-drag-drop",
"version": "0.4.3",
"version": "0.4.4",
"description": "Addon for Ember CLI to do drag and drop",
"directories": {
"doc": "doc",
Expand Down

0 comments on commit a9a490b

Please sign in to comment.