Change Log
Latest Releasev4.0.13 August 2022
Bug Fixes
- use correct expand icon rendering (#134)
- update state-related classes (#136)
Supported themes
- @progress/kendo-theme-bootstrap: ^5.0.0
- @progress/kendo-theme-default: ^5.0.0
- @progress/kendo-theme-material: ^5.0.0
Current Devv4.0.1-dev.20220729114729 July 2022
Bug Fixes
- use correct expand icon rendering (#134)
- update state-related classes (#136)
Supported themes
- @progress/kendo-theme-bootstrap: ^5.0.0
- @progress/kendo-theme-default: ^5.0.0
- @progress/kendo-theme-material: ^5.0.0
v4.0.020 April 2022
Features
- update to Angular v12
- mark as compatible with Angular v14
Breaking Changes
- No longer compatible with Angular v8 - 11
Supported themes
- @progress/kendo-theme-bootstrap: ^5.0.0
- @progress/kendo-theme-default: ^5.0.0
- @progress/kendo-theme-material: ^5.0.0
v3.0.615 March 2022
Bug Fixes
- item arrows not aligned. outdated markup.
Supported themes
- @progress/kendo-theme-bootstrap: ^5.0.0
- @progress/kendo-theme-default: ^5.0.0
- @progress/kendo-theme-material: ^5.0.0
v3.0.52 March 2022
Bug Fixes
- cdn bundles global imports
Supported themes
- @progress/kendo-theme-bootstrap: ^5.0.0
- @progress/kendo-theme-default: ^5.0.0
- @progress/kendo-theme-material: ^5.0.0
v3.0.419 January 2022
Bug Fixes
- bump theme dependencies to v5 (#121)
Supported themes
- @progress/kendo-theme-bootstrap: ^5.0.0
- @progress/kendo-theme-default: ^5.0.0
- @progress/kendo-theme-material: ^5.0.0
v3.0.33 November 2021
Bug Fixes
- add support for RxJS 7
- mark as compatible with Angular 13
Supported themes
- @progress/kendo-theme-bootstrap: ^4.19.0
- @progress/kendo-theme-default: ^4.21.0
- @progress/kendo-theme-material: ^3.18.0
v3.0.25 May 2021
Bug Fixes
- update ng-add schema
- mark as compatible with Angular v12
Supported themes
- @progress/kendo-theme-bootstrap: ^4.19.0
- @progress/kendo-theme-default: ^4.21.0
- @progress/kendo-theme-material: ^3.18.0
v3.0.119 March 2021
Bug Fixes
- menu: menu not closed on blur (iOS)
Supported themes
- @progress/kendo-theme-bootstrap: ^4.19.0
- @progress/kendo-theme-default: ^4.21.0
- @progress/kendo-theme-material: ^3.18.0
v3.0.016 December 2020
Bug Fixes
- add homepage URL
Features
- drop support for Angular 6 and 7
- enable licensing
Breaking Changes
- Requires Angular 8.x and TypeScript 3.4.x
- Requires an active license. See https://www.telerik.com/kendo-angular-ui/my-license
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.511 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.410 September 2020
Bug Fixes
- update release notes (#90)
- javascript error thrown when filtering the items collection (#87)
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.220 February 2020
Bug Fixes
- menu items have correct number of children in Angular 9 (#81)
- contextmenu: add k-menu-popup class
v2.0.16 December 2019
Bug Fixes
- mark as compatible with Angular 9.x
- context menu is shown behind window
- menu: error when opening the children with ivy
v2.0.021 June 2019
Bug Fixes
- contextmenu: error with alignToAnchor if the menu is shown again before closed
Features
- update to RxJS 6
Breaking Changes
- SystemJS config, if used, must be updated to reference dist/npm/index.js
- New peer dependencies @progress/kendo-angular-common @progress/kendo-angular-popup.
- Angular 4 and 5 are no longer supported
v1.1.029 August 2018
Bug Fixes
- keyboard navigation in Firefox
- prevent default on keydown
- shift + f10 does not prevent the browser contextmenu in FF
- return focus to target on item selection
- incorrect navigation with more than ten siblings
Features
- support for separators
- add context menu component
v0.5.02 July 2018
Bug Fixes
- click does not close siblings when there is hover delay
- error when hovering other parent and then child
- stale dependencies in browser bundle
- item is closed on content element click
Features
- add originalEvent to select event argument
- openonclick toggle modes
v0.4.023 May 2018
Bug Fixes
- fix ListComponent clean-up
- error on focus if the active item is removed
- error in angular universal
Features
- support for link template
v0.3.09 May 2018
Bug Fixes
- mark module as side-effects free
- mark as compatible with Angular 6.x, RxJS 6.x
Features
- Schematics support (#59)