diff --git a/README.md b/README.md index c6e9f47..9d3c162 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/jsconfig.json b/jsconfig.json new file mode 100644 index 0000000..f408cac --- /dev/null +++ b/jsconfig.json @@ -0,0 +1 @@ +{"compilerOptions":{"target":"es6","experimentalDecorators":true},"exclude":["node_modules","bower_components","tmp","vendor",".git","dist"]} \ No newline at end of file diff --git a/package.json b/package.json index 9de3de2..ab8abf2 100644 --- a/package.json +++ b/package.json @@ -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",