Releases: adopted-ember-addons/ember-sortable
Releases · adopted-ember-addons/ember-sortable
1.9.4
- #137 Add distance attribute to specify after what distance sorting should start @mupkoo
1.9.3
In version 1.9.2, the fix introduced for Chrome touch events was a bit over-zealous, and broke support for Firefox/Safari touch handling 😅. This version ensures touch events work in all browsers.
1.9.2
This release contains improvements in dragging performance using throttling, and a fix for touch events on devices using Chrome 56.
1.9.1
This release contains a bugfix for the autoscrolling feature introduced in 1.9.0, as well as support for the data-test-selector
attribute and better action handling via ember-invoke-action.
1.9.0
This release includes a number of dependency updates, as well as fixes to the test suite and the new autoscrolling feature 🎉