Skip to content

Releases: flyingangel/jAutochecklist

1.4.1

13 Apr 15:46
Compare
Choose a tag to compare

Some refactoring. Final release that support jquery 1.7.2

1.4

17 Mar 17:06
Compare
Choose a tag to compare
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

22 Jul 19:40
Compare
Choose a tag to compare
  • fix order alphabet bug
  • all events now use the internal "this" keyword correctly

1.3.1

07 Mar 22:22
Compare
Choose a tag to compare
  • 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

04 Apr 16:53
Compare
Choose a tag to compare

Add widget system

1.2.9

14 Dec 02:49
Compare
Choose a tag to compare
  • add ipad support
  • fix auto width css
  • fix data attribute multiple not work

1.2.8

09 Nov 21:36
Compare
Choose a tag to compare

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