🎉 Features & stability
Features:
- thanks to @mfeherpataky the events have a much set of data, check out the readme for the changes
- you can now set a custom DragImage
Improvements:
- @jmuzsik added an npm script
npm run tsc
for checking typescript and started creating interfaces and fixing typescript issues - thanks to @jmuzsik we the tests are now much better separated
- a new
store
class was added and will replace the data on the elements to have a cleaner storage and make extracting into modules easier - even more parts of the sortable are extracted into small modules & have dedicates unit tests
Bugfixes:
- sortupdate now fires correctly and the index is fixed
- thanks to @mfeherpataky when dragging an item, the hoever class will not be added to items
⚠️ Deprecations:
The IEfix
as well as connectWith
(which was replace with acceptFrom
) is now considered deprecated.