Components- Buttons
- Charts
- Conversational UI
- Data Query
- Date Inputs
- Date Math
- Dialogs
- Drawing
- Dropdowns
- Editor
- Excel Export
- File Saver
- Gauges
- Grid
- Icons
- Indicators
- Inputs
- Labels
- Layout
- ListView
- Menus
- Navigation
- Notification
- Pager
- PDF Export
- Popup
- ProgressBars
- Ripple
- Scheduler
- ScrollView
- Sortable
- ToolBar
- Tooltip
- TreeList
- TreeView
- Uploads
Styling & Themes
Common Features
Project Setup
Change Log
Latest Release
v3.0.219 January 2021
Bug Fixes
- unnecessary responsive pager classes are added (#109)
Supported themes
- @progress/kendo-theme-bootstrap: ^4.27.0
- @progress/kendo-theme-default: ^4.29.0
- @progress/kendo-theme-material: ^3.25.0
v3.0.1
17 December 2020
Bug Fixes
- remove unused peer dependencies
Supported themes
- @progress/kendo-theme-bootstrap: ^4.27.0
- @progress/kendo-theme-default: ^4.29.0
- @progress/kendo-theme-material: ^3.25.0
Bug Fixes
- remove unused peer dependencies
Supported themes
- @progress/kendo-theme-bootstrap: ^4.27.0
- @progress/kendo-theme-default: ^4.29.0
- @progress/kendo-theme-material: ^3.25.0
v3.0.0
16 December 2020
Bug Fixes
- use styled checkbox in default boolean editor (#105)
- bump themes versions
- sorting icon not visible when header text overflows
- add support for multiline toolbar
- add homepage URL
Features
- add treelist spacer component (#101)
- responsive pager
- drop support for Angular 6 and 7
- enable licensing
Breaking Changes
- improved column header rendering to allow sorting icon to be always visible.
- k-header class renamed to k-toolbar in TreeList toolbar
- Requires Angular 8.x and TypeScript 3.4.x
- The pager is now responsive by default. Set
PagerSettings.responsive
to false
to override. - Requires an active license. See https://www.telerik.com/kendo-angular-ui/my-license
Supported themes
- @progress/kendo-theme-bootstrap: ^4.27.0
- @progress/kendo-theme-default: ^4.29.0
- @progress/kendo-theme-material: ^3.25.0
v2.0.1
11 November 2020
Bug Fixes
- add Angular 11 to peer dependencies
Supported themes
- @progress/kendo-theme-bootstrap: ^4.19.0
- @progress/kendo-theme-default: ^4.21.0
- @progress/kendo-theme-material: ^3.18.0
v2.0.0
14 September 2020
Bug Fixes
- update release notes
- prefix filter components with kendo-treelist
Breaking Changes
- All kendo-filter-* components are now available as
kendo-treelist-filter to avoid a clash with the Grid counterparts.
Supported themes
- @progress/kendo-theme-bootstrap: ^4.19.0
- @progress/kendo-theme-default: ^4.21.0
- @progress/kendo-theme-material: ^3.18.0
v1.0.5
2 September 2020
Bug Fixes
- pager input missing an accessible label
Bug Fixes
- mark as compatible with Angular 10
- virtual collumns resizing
- autoFitColumns with hidden columns
- error if calling autoFitColumns with no columns
- update table width after auto-fit
- column resizing with virtual columns
- do not trigger selectedChange when clicking on the same item
- do not wrap text in expandable column
- keep focus when closing editor (Firefox)
Bug Fixes
- first child of a column group is not rendered in ng 9
- error on initialization with virtual columns in angular 9
- add @angular/platform-browser as peer
- error on column drag in ng 9
- string filtering with ng9
- deep import warnings
Bug Fixes
- update view on expanded keys change
Bug Fixes
- mark as compatible with Angular 9.x
- add parent field to save and remove event arguments
Features
- official release
- show page number in pager info
Breaking Changes
Bug Fixes
Features
- checkbox selection
- selection
- prefix pager selectors with kendo-treelist
- switch to first page if there are no records on current
v0.2.0
7 February 2020
Bug Fixes
- expandBy callback return type set to boolean
- exportAs directives
Features
- virtual scrolling
- support for expandable span column
- add hierarchy fields to cell template context
- move expanded state outside the treelist
Was this article helpful?