When dragging around the edge of a container, it will now automatically scroll left/right/up/down based on drag location. (Play around with src/App8.vue)
Added tap vibration feedback on mobile browsers which support it (Drag prop vibration, default disabled)
Added DropList prop default-slot-class which will bind classes to the outer div wrapping the default and empty slots. This somewhat solves https://github.com/rlemaigre/Easy-DnD/issues/36 as you can now add classes the outer div, however I could not efficiently remove this outer div without it breaking with transition-group or relying on keys.
G'day again!
Got some further improvements:
vibration
, default disabled)default-slot-class
which will bind classes to the outer div wrapping thedefault
andempty
slots. This somewhat solves https://github.com/rlemaigre/Easy-DnD/issues/36 as you can now add classes the outer div, however I could not efficiently remove this outer div without it breaking with transition-group or relying on keys.