Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

3.1.0

Compare
Choose a tag to compare
@interactivellama interactivellama released this 10 Oct 21:54
· 1679 commits to master since this release

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-header and .repeater-list-items tables have been removed, replaced with a single unclassed table
      • column headers are now in DIVs classed .repeater-list-heading
    • API changes
      • clearSelectedItems, getSelectedItems, and setSelectedItems methods renamed list_clearSelectedItems, list_getSelectedItems, and list_setSelectedItems, respectively.
      • itemSelected.fu.repeater and itemDeselected.fu.repeater events renamed selected.fu.repeaterList and deselected.fu.repeaterList, respectively
  • Tree: dataAttributes object renamed to attr in 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]