Skip to content

Latest commit

 

History

History
77 lines (43 loc) · 1.95 KB

changelog.md

File metadata and controls

77 lines (43 loc) · 1.95 KB

Changelog

v1.2.3

  • Updated draggabilly.pkgd.min.js, botched in v1.2.2

v1.2.2

Fixed bug with AMD/RequireJS, missing return factory. Fixed #82

v1.2.1

  • Fixed bug not removing is-pointer-down class
  • Fixed bug to ignore dragMove or dragEnd when disabled

v1.2.0

  • 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. Fixes #72

v1.1.1

  • Add packaged files in dist/. Fixes #55
  • Add CommonJS support for npm and Browserify

v1.1.0

Add support for IE10, IE11, Microsoft Surface

v1.0.9

Add axis option. Fixes #31

v1.0.8

Add grid option. Fixes #20

v1.0.7

Dismiss right-button clicks. Fixes #29

v1.0.6

Fix IE8 bug with double-bound events. Fixes #38

v1.0.5

Fix AMD dependencies

v1.0.4

Bind touchcancel event. Fixes #18

v1.0.3

Fix IE8 bug, dragging images. Fixes #22

v1.0.2

Add AMD support. Fixes #6

v1.0.1

Refactor isElement

v1.0.0

Initial public release