Releases: Mobius1/Selectable
Releases · Mobius1/Selectable
v0.17.5
Fixes
- Fixed sequential select bug causing all elements from first one to be selected when clicking outside item
v0.17.3
Fixes
- Incorrect selection on elements with
translateX
, translateY
or translate3d
applied.
v0.16.0
Changes
- Add
maxSelectable
option to limit the number of selections.
v0.15.6
Changes
- Allow CSS3 selector string to be passed to
add()
, remove()
and get()
methods.
v0.15.5
Fixes
- Fix auto-scroll not working.
- Fix lasso-limiter not working.
v0.15.3
Changes
- Added keyboard navigation (
ArrowRight
, ArrowLeft
, ArrowUp
, ArrowDown
, PageUp
, PageDown
).
Fixes
- Fixed multiple instance conflicts.
v0.15.0
Breaking Changes
- Method
unselect()
changed to deselect()
Changes
spacebar
will toggle state of active item.
- Method
toggle()
added.
- Optmised refresh so it only caches dimensions and not creates items.
- Use
update()
to collect, recount and create items from scratch.