All Versions
14
Latest Version
Avg Release Cycle
49 days
Latest Release
872 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.15.3 Changes
December 09, 2018๐ Changes
- โ Added keyboard navigation (
ArrowRight
,ArrowLeft
,ArrowUp
,ArrowDown
,PageUp
,PageDown
).
๐ Fixes
- ๐ Fixed multiple instance conflicts.
- โ Added keyboard navigation (
-
v0.15.1 Changes
December 06, 2018๐ Hotfix
-
v0.15.0 Changes
December 06, 2018๐ฅ Breaking Changes
- Method
unselect()
changed todeselect()
๐ 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.
- Method
-
v0.14.1 Changes
December 05, 2018๐ Changes
๐ Changed event names:
selectable.init
=>init
- โก๏ธ
selectable.update
=>update
selectable.refresh
=>refresh
selectable.start
=>start
selectable.drag
=>drag
selectable.end
=>end
selectable.select
=>selecteditem
selectable.deselect
=>deselecteditem
selectable.state
=>state
selectable.enable
=>enable
selectable.disable
=>disable
๐ The old event names are deprecated and will be removed in
v0.16.0
.โ Added events:
selectable.addeditem
- fires when an item is added to the instance.- ๐
selectable.removeditem
- fires when an item is removed from the instance.