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

repeater breaking changes and enhancement from 3.0.0 to 3.15.0

Stephen W. Williams edited this page Nov 15, 2016 · 2 revisions

#3.1.0 https://github.com/ExactTarget/fuelux/releases/tag/3.1.0

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

#3.2.0 https://github.com/ExactTarget/fuelux/releases/tag/3.2.0

#769 - Added option to highlight sorted columns [repeater (list)]

#3.3.0 https://github.com/ExactTarget/fuelux/releases/tag/3.3.0

#858 - Allow inline-block footer/header controls to not have a space between them [repeater]
#852 - Selected text to a gray instead of the previous light blue [tree, datepicker, repeater]
#845 - Allow multiple views of the same type (2 list views, 2 thumbnail views, etc) [repeater]
#850 - Use .selectable class instead of .repeater-thumbnail [repeater]

#3.4.0 https://github.com/ExactTarget/fuelux/releases/tag/3.4.0

#904 - Enables render function to preserve dataSourceOptions [repeater]
#901 - Enables dataSourceOptions to be passed to render function [repeater]

#3.5.0 https://github.com/ExactTarget/fuelux/releases/tag/3.5.0

#933 - Set thumbnail_alignment to left instead of justify. [repeater-thumbnail]

#3.7.0 https://github.com/ExactTarget/fuelux/releases/tag/3.7.0

#1235 - Repeater disable methods and auto disable when loading
#1223 - Add frozen column support to repeater list view. This feature is in beta. The implementation may change, but the API will be maintained.

#3.9.0 https://github.com/ExactTarget/fuelux/releases/tag/3.9.0

#1340 - Enable frozen columns on right side [repeater]. This is an undocumented feature. No documentation is provided and this feature should be considered experimental.

#3.10.0 https://github.com/ExactTarget/fuelux/releases/tag/3.10.0

#1374 - Disable repeater pagination if 0 or 1 pages returned [repeater]

#3.11.0 https://github.com/ExactTarget/fuelux/releases/tag/3.11.0

#1407 - Add checkbox support for multi-select [repeater]
#1409 - Support multiple item table actions [repeater]
#1437 - Repeater support for smarter messaging around data source errors [repeater]
#1419 - Updated documentation to reflect all new repeater updates and options
#1733 Add ability to cancel repeater search