Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2018-11-28 | 1.5 kB | |
Version 0.5.3 - Bugfixes.tar.gz | 2018-11-28 | 79.9 kB | |
Version 0.5.3 - Bugfixes.zip | 2018-11-28 | 119.0 kB | |
Totals: 3 Items | 200.4 kB | 0 |
Version 0.5.3 - Beta
- Add: The new
.walk()
method on the tailOptions class to "loop" multiple items. - Add: The new internal variable
_query
for the current query. - Update: Changed the RegExp
\b
, because it isn't accurate enough. - Update: The complete
sourceBind
listener function has been renewed / fixed. - Update: The
.enable()
and.disable()
methods allows now a single parameter, which controls the new rendering if the respective DOM Elements. - Update: Support also [{ key: <>, [...] }] array objects.
- Remove: Unused variable
_pos
. - Bugfix: The "(Un)Select All" buttons were not limited to the current query!
- Bugfix: The
.en/disable()
methods doesn't sets the configuration correctly. - Bugfix: The
description
property on theitems
option is required. Thanks to: #15 - Bugfix: Only the last item gets unchecked after pressing "Unselect All" on specific conditions. Thanks to: #16
- Bugfix: When the
sourceBind
option istrue
, the dropdown becomes unusable! Thanks to: #17 - Bugfix: Throws
TypeError
on "(Un)Select All" buttons on Search Queries. Thanks to: #18 - Bugfix: Wrong
.en/disable()
and.config(disabled, true|false)
order. Thanks to: #12