3.1.0
Feature and bug fix release (with minor breaking changes)
Breaking Changes
- Repeater-List: this plugin has had substantial changes made for better resizing & horizontal scrolling performance.
- Markup changes
.repeater-list-headerand.repeater-list-itemstables have been removed, replaced with a single unclassed table- column headers are now in DIVs classed
.repeater-list-heading
- API changes
clearSelectedItems,getSelectedItems, andsetSelectedItemsmethods renamedlist_clearSelectedItems,list_getSelectedItems, andlist_setSelectedItems, respectively.itemSelected.fu.repeateranditemDeselected.fu.repeaterevents renamedselected.fu.repeaterListanddeselected.fu.repeaterList, respectively
- Markup changes
- Tree:
dataAttributesobject renamed toattrin dataSource
Enhancements/New Features
#721 - Event handlers added [repeater]
#719 - Allow selection of thumbnails [repeater (thumbnails)]
#718 - Allow jQuery data to be associated with items [pillbox]
#717 - Support for Bootstrap input group add-on [radio/checkbox]
#714 - Repeater list improvements (markup and API changes) [repeater (list)]
#700 - deselected and selected events added [tree]
#699 - Deny tab focus to restricted dates [datepicker]
#698 - Added dateClick event when day is clicked on calendar [datepicker]
#696 - Add data-attribute support to pillbox [pillbox]
Bug fixes
#704 - Keyboard suggestion attr support [pillbox]
#705 - Add clarity to index.js [documentation]
#701 - dataAttributes object renamed to attr in dataSource [tree]
#688 - onAdd adds "undefined" to control instead of pill [pillbox]
#685 - Selected item bug when child element of clicked [selectlist]
#684 - Compatibility with Bootstrap .form-horizontal [CSS]
#680 - Bugfixes, re-organization, and clarity improvements [documentation]