Skip to content

v0.95.77

Compare
Choose a tag to compare
@mechanicious mechanicious released this 04 Mar 00:38
· 7 commits to master since this release

This version introduces mostly dragging enhancements and fixes. Beyond that, three new event listeners are introduced and the id property of items has been fixed (#19) and some more specific list merging restriction has been introduced.

changelog

deprecated option group (see option allowListMerging)
option onItemMaxDepth
option onItemSetParent
option onItemUnsetParent
fix item id #19
fix max depth item add child item
fix stuck last child item
fix ghost first movement
fix telepathic child dragging
fix disappearing list when mixing items from multiple instances
feature restrict list merging
feature onItemSetParent event listener
feature onItemSetParent event listener
feature listen for onItemMaxDepth events

fix telepathic child dragging

image
Last and first child items which are removed too far away won't affect the corresponding placeholders. As the child items moves too far away from the list placeholder's opacity begins to decrease and increase if the opposite is true.

fix stuck last child item

image
Last child items are now draggable and arrangeable right after adding them.