Removed named RequireJS module. Fixed #87
- Updated
draggabilly.pkgd.min.js
, botched in v1.2.2
Fixed bug with AMD/RequireJS, missing return factory
. Fixed #82
- Fixed bug not removing
is-pointer-down
class - Fixed bug to ignore
dragMove
ordragEnd
when disabled
- Integrated Unidragger
- Added jQuery plugin support. Fixed #73.
- Removed
draggieInstance
first argument from event callbacks - Added
is-pointer-down
class - Added tests
Add destroy
method. Fixes #72
- Add packaged files in
dist/
. Fixes #55 - Add CommonJS support for npm and Browserify
Add support for IE10, IE11, Microsoft Surface
Add axis
option. Fixes #31
Add grid
option. Fixes #20
Dismiss right-button clicks. Fixes #29
Fix IE8 bug with double-bound events. Fixes #38
Fix AMD dependencies
Bind touchcancel
event. Fixes #18
Fix IE8 bug, dragging images. Fixes #22
Add AMD support. Fixes #6
Refactor isElement
Initial public release