Skip to content

Releases: desandro/draggabilly

v3.0.0 - ES2018, drop IE10

29 Dec 16:00
Compare
Choose a tag to compare
  • ❌ BREAKING - Drop AMD / RequireJS support
  • ❌ BREAKING - Drop IE10 & IE11 support
  • 🛠 Update JS code to ES2018.
  • 📦 Use Unidragger v3. Remove Unipointer
  • 🔔 Set handle to Element or Array or NodeList. #166 #209
  • 🐞 Allow to scroll on element when dragging is disabled. Fix bug #189
  • 🛠 Check for window for server-size rendering environments. #167 #154
  • 🛠 Allow to trigger dragEnd to stop dragging. #177

v2.4.1 - resolve iOS 15

19 Dec 16:31
Compare
Choose a tag to compare

🐞 Fixed bug for dragging on iOS 15

v2.3.0 - Switch to npm & npm scripts

16 May 17:41
Compare
Choose a tag to compare
  • 🐞 fix Safari 9 drag bug.
  • Deploy to Netlify
  • Switch to npm for front-end dependencies, off of Bower
  • Switch to vanilla node for scripts, remove Gulp
  • Add linting with ESLint
  • Add CI with GitHub actions

v2.2.0

27 Mar 15:37
Compare
Choose a tag to compare

🔔 Added setPosition method. #147
🐞 Fixed contain top down, not bottom-up. #185
🐞 Enabled clicks in text inputs. #181
🐞 Disabled preventDefault when disabled. #165
⬆️ Updated dependencies Unipointer 2.3, Unidragger 2.3
🛠 Breaking change. Drop vendor prefixes. Drop support for Android 4

v2.1.1

10 Jun 13:35
Compare
Choose a tag to compare
  • 🛠 allow fixed positioning. Fixed #134
  • 🐞 Fixed Firefox % position, not-in-DOM bug. Fixed #131

v2.1.0 - use ev-emitter

17 Jan 02:36
Compare
Choose a tag to compare
  • ↔️ use ev-emitter instead of EventEmitter
  • 🪲 Fixed Safari percent position bug. Fixed #75

v2.0.1 - Fix AMD and pkgd.js

04 Jan 23:02
Compare
Choose a tag to compare

Updated getSize to v2.0.2, which includes a fix for its AMD module definition. Also fixes bug with pkgd.js files.

v2.0.0 - remove IE8 & 9 support

04 Jan 23:01
Compare
Choose a tag to compare
  • Removed IE8 & 9 Support
  • Removed helper packages: classie and getStyleProperty
  • Fixed iOS scrolling window bug
  • contain will now contain dragged elemen inside the container element's border
  • Updated dependencies: jQuery Bridget v2.0.0, Unidragger v2.0.0
  • Removed .travis.yml, never liked it

v1.2.4 - Removed named RequireJS module

23 Dec 20:43
Compare
Choose a tag to compare

Removed named RequireJS module. Fixed #87

v1.2.3 - update draggabilly.pkgd.min.js

23 Dec 20:43
Compare
Choose a tag to compare

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