Releases: flyingangel/jAutochecklist
Releases · flyingangel/jAutochecklist
1.4.1
1.4
- add public method trigger to trigger an event
- add event onSmartChange, trigger when list close and on remove all
- add warning if 2 list of the same name exist on the page
- add "expandOnSearch" option
- add "expandSelected" option control visibility and expand state of an item
- add "valueAsHTML" option allow to display selected item using original html
- remove "dynamicPosition" option because the effect will now be applied globally depends on where the list is on the page
- feature autoselect item using keyboard up/down if the list is a simple list
- fix bug when destroying the list and add argument "keepOriginal"
1.3.2
- fix order alphabet bug
- all events now use the internal "this" keyword correctly
1.3.1
- add delay to reduce lag when searching from a large number of items
- prevent remote request from being executed if the last one is empty, also add an option to force the request and clear the cache
- add option autoCollapse and autoExpand
- add originalObject to the settings
- add option to support accessibility
- add logo and info data
1.3.0
Add widget system
1.2.9
- add ipad support
- fix auto width css
- fix data attribute multiple not work
1.2.8
Plugin related
- fix return type value bug if the initial list is empty
- add a parameter to the method enable/disable to enable/disable a list of item (instead of the whole list)
- listWidth option can now take the value "auto" to have a fullsize width
- add method "widget" that return an object containing all elements of the list
- add autocomplete style
- optimization for tablets, now on tablets will display the same as in smartphone
- change the color of the hovered list item to make less confusion with selected item
- copy all data attributes from original list items
Other
- add grunt task for fast compiling the source code