Skip to content
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.

Commit

Permalink
bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rkusa committed Jun 19, 2014
1 parent 3b3e2e3 commit 1ce0338
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Advanced touch-compatible Drag'n'Drop library providing Draggable, Droppable and Sortable for Zepto.js and jQuery (for Zepto, you have to include its `data` module).

[![NPM](https://badge.fury.io/js/touch-dnd.svg)](https://npmjs.org/package/touch-dnd)
[![NPM](http://img.shields.io/npm/v/touch-dnd.svg?style=flat)](https://npmjs.org/package/touch-dnd)


**Status:** Tested with current version of Chrome (Mac & Android), Safari (Mac & iOS), Opera Next, Firefox and IE
Expand All @@ -12,10 +12,11 @@ Advanced touch-compatible Drag'n'Drop library providing Draggable, Droppable and

This library is a derivative of [zepto-dnd](https://github.com/rkusa/zepto-dnd), which reached the limits of the native HTML5 Drag'n'Drop API, especially in terms of dragging helper accessibility and - most important - in terms of compatiblity with touch devices.

#### Goals
#### Features

* Draggable, Droppable & Sortable
* **touch compatibility**
* utilize CSS3 [`transform`](http://www.w3schools.com/cssref/css3_pr_transform.asp) and [`transition`](http://www.w3schools.com/css/css3_transitions.asp) property to move draggables around
* utilizes CSS3 [`transform`](http://www.w3schools.com/cssref/css3_pr_transform.asp) and [`transition`](http://www.w3schools.com/css/css3_transitions.asp) property for moving draggables around
* [Zepto.js](http://zeptojs.com/) compatibility

## MIT License
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "Markus Ast",
"email": "[email protected]"
},
"version": "0.3.0",
"version": "0.4.0",
"homepage": "http://ma.rkusa.st/touch-dnd/",
"devDependencies": {
"uglify-js": "2.x.x"
Expand Down

0 comments on commit 1ce0338

Please sign in to comment.