Skip to content

Releases: desandro/draggabilly

v1.2.2 - Fix AMD/RequireJS bug

23 Dec 20:42
Compare
Choose a tag to compare
  • Fixed bug with AMD/RequireJS, missing return factory. Fixed #82

v1.2.1

23 Dec 20:42
Compare
Choose a tag to compare
  • Fixed bug not removing is-pointer-down class
  • Fixed bug to ignore dragMove or dragEnd when disabled

v1.2.0 - Unidragger; jQuery plugin

23 Dec 20:41
Compare
Choose a tag to compare
  • Integrated Unidragger
    • Changed dragStart to trigger when dragging starts, rather than on pointer down. Fixed #13
    • Add staticClick event. Fixed #19
  • 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

23 Dec 20:40
Compare
Choose a tag to compare
  • Added destroy method. Fixed #72
  • Added CommonJS exports in dist/pkgd files
  • Added changelog

v1.1.1 - CommonJS, npm, Browserify; dist files

23 Dec 20:38
Compare
Choose a tag to compare
  • Added packaged files in dist/. Fixed #55
  • Added CommonJS support for npm and Browserify
  • Added Grunt task
  • dragStart on first drag, rather than on pointer down. Similar to jQuery UI Draggable. For #13

v1.1.0 - Add touch support for IE10, IE11, MS Surface

23 Dec 20:36
Compare
Choose a tag to compare

Added support for IE10, IE11, Microsoft Surface. For #25

v1.0.9 - Add axis option

23 Dec 20:34
Compare
Choose a tag to compare

Added axis option. Fixed #31

v1.0.8 - Add grid option

23 Dec 20:33
Compare
Choose a tag to compare
  • Added grid option. Fixed #20
  • querySelect string for `new Draggabilly('.selector')
  • Added RequireJS docs

v1.0.7 - Dismiss right-button clicks

23 Dec 20:32
Compare
Choose a tag to compare

Dismiss right-button clicks. Fixed #29

v1.0.6 - Fix IE8 double-bound events

23 Dec 20:30
Compare
Choose a tag to compare
  • Fix IE8 bug with double-bound events. Fixed #38
  • Require get-size v1.1.4. Fixed #32
  • add back handle example on README