Changelog
[Unreleased]
16.2.49 (2018-08-21)
ListView
Bug Fixes
- Issue in
select
event arguments ofListView
template rendering fixed.
16.2.46 (2018-07-30)
ListView
Bug Fixes
- Fixed
select
event returnsundefined
arguments while loading with numericdataSource
.
16.2.41 (2018-06-25)
ListView
New Features
- UI-Virtualization implemented to render only viewable list items in a view port on loading large number of data.
Breaking Changes
- The following API namings are renamed.
Existing API Name | New API Name |
---|---|
unCheckAllItem | uncheckAllItems |
unCheckItem | uncheckItem |
checkAllItem | checkAllItems |
16.1.42 (2018-05-15)
ListView
Bug Fixes
- Now
select
event will be triggered oncheckbox
interactions.
16.1.38 (2018-05-02)
ListView
Bug Fixes
- Fixed
collapsible
icon alignment issue.
16.1.37 (2018-04-24)
ListView
Bug Fixes
- Provided
checkbox
support forNestedList
.
16.1.35 (2018-04-17)
ListView
Bug Fixes
- The issue, 'The list items sorted in ascending order by default when the grouping is enabled', has been fixed.
16.1.34 (2018-04-10)
ListView
Bug Fixes
- Provided option to
findItem
from given list element.
16.1.32 (2018-03-29)
ListView
Bug Fixes
- The
addItem
public method withoutFieldSettings
not properly working issue resolved.
16.1.28 (2018-03-09)
Common
Bug Fixes
boolean
data is not supported in list generation issue has been fixed.
16.1.24 (2018-02-22)
ListView
New Features
- The
checklist
feature implemented, which is used to select multiple items in ListView.
15.4.26-preview (2018-01-23)
ListView
Bug Fixes
- Tab key is not focusing
ListView
properly issue has been fixed.
15.4.24-preview (2018-01-10)
Common
Bug Fixes
data-value
not updated properly for array of string or number inputs bug fixed.
15.4.23-preview (2017-12-27)
Common
New Features
- Added typing file for ES5 global scripts
(dist/global/index.d.ts)
.
Breaking Changes
- Modified the module bundle file name for ES6 bundling.
ListView
Bug Fixes
SelectItem
method is not working with option which only have text field.- Complex
dataSource
binding support for ListViewfields
.
15.4.22-preview (2017-12-14)
ListView
New Features
- Provided text binding support from complex
dataSource
.
Bug Fixes
- Empty
dataSource
not working properly on dynamic data issue fixed. removeItem
method properly handled for dynamicdataSource
.
15.4.20-preview (2017-12-01)
ListView
New Features
- Upgraded TypeScript version to 2.6.2
15.4.17-preview (2017-11-13)
ListView
ListView component represent data in interactive hierarchical structure interface across different layouts or views, which also has features of data-binding, template and grouping.
- Data binding - Supports data binding to display the list of items from the local or server-side data source.
- Grouping - Provides support to group the logically related items under a category.
- Nested list - Displays a set of nested list items in different layout.
- Customizing templates - Allows you to customize the list item, header and category group header.
- Accessibility - Provides built-in accessibility support which helps to access all the ListView component features through the keyboard, on-screen readers, or other assistive technology devices.
16.2.47 (2018-08-07)
ListView
Bug Fixes
- Provided renderer support.