Releases: Mobius1/Selectable
Releases · Mobius1/Selectable
v0.2.0
- Add method
getSelectedItems()
- Add method
getSelectedNodes()
v0.1.2
- Toggle container class when enabling / disabling
v0.1.1
- Add IE9 support (
classList
shim)
v0.1.0
- Default set-up (no options) will look for nodes with the
.ui-selectable
class.
v0.0.12
- Keep lasso hidden on
mousedown
and show only during mousemove
- Streamlined consecutive groups selection when holding
SHIFT
- Detect document offsets when calculating bounding rects of items.
v0.0.10
v0.0.11, fix infinite loop
v0.0.9
Changes
- added method
selectItem()
- added method
deselectItem()
- added method
selectAll()
- added method
clear()
- added method
enable()
- added method
disable()
- changed method
update()
to recalculate()
- changed method
refresh()
to update()
v0.0.8
- Fixed default
appendTo
value