Releases: desandro/draggabilly
Releases · desandro/draggabilly
v1.2.2 - Fix AMD/RequireJS bug
- Fixed bug with AMD/RequireJS, missing
return factory
. Fixed #82
v1.2.1
v1.2.0 - Unidragger; jQuery plugin
- Integrated Unidragger
- Added jQuery plugin support. Fixed #73
- Removed
draggieInstance
first argument from event callbacks - Added
is-pointer-down
class - Added tests
v1.1.2 - Add destroy method
- Added
destroy
method. Fixed #72 - Added CommonJS exports in dist/pkgd files
- Added changelog
v1.1.1 - CommonJS, npm, Browserify; dist files
v1.1.0 - Add touch support for IE10, IE11, MS Surface
Added support for IE10, IE11, Microsoft Surface. For #25
v1.0.9 - Add axis option
Added axis
option. Fixed #31
v1.0.8 - Add grid option
- Added
grid
option. Fixed #20 - querySelect string for `new Draggabilly('.selector')
- Added RequireJS docs
v1.0.7 - Dismiss right-button clicks
Dismiss right-button clicks. Fixed #29