Releases: desandro/draggabilly
Releases · desandro/draggabilly
v3.0.0 - ES2018, drop IE10
- ❌ 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
🐞 Fixed bug for dragging on iOS 15
v2.3.0 - Switch to npm & npm scripts
- 🐞 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
v2.1.1
v2.1.0 - use ev-emitter
↔️ use ev-emitter instead of EventEmitter- 🪲 Fixed Safari percent position bug. Fixed #75
v2.0.1 - Fix AMD and pkgd.js
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
- 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
Removed named RequireJS module. Fixed #87
v1.2.3 - update draggabilly.pkgd.min.js
Updated draggabilly.pkgd.min.js
, botched in v1.2.2