Change Log
Latest Releasev5.1.020 January 2021
Features
- basic filtering in data binding directives
Supported themes
- @progress/kendo-theme-bootstrap: ^4.19.0
- @progress/kendo-theme-default: ^4.21.0
- @progress/kendo-theme-material: ^3.18.0
Current Devv5.1.0-dev.20201218182518 December 2020
Features
- basic filtering in data binding directives
Supported themes
- @progress/kendo-theme-bootstrap: ^4.19.0
- @progress/kendo-theme-default: ^4.21.0
- @progress/kendo-theme-material: ^3.18.0
v5.0.016 December 2020
Bug Fixes
- add kendo-angular-inputs as peer
- selected item not focused after expand (#141)
- add homepage URL
Features
- drop support for Angular 6 and 7
- enable licensing
Breaking Changes
- Requires @progress/kendo-angular-inputs, @progress/kendo-angular-intl and @progress/kendo-drawing as peer dependencies
- 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
v4.3.211 November 2020
Bug Fixes
- add Angular 11 to peer dependencies
- update release notes (#140)
Supported themes
- @progress/kendo-theme-bootstrap: ^4.19.0
- @progress/kendo-theme-default: ^4.21.0
- @progress/kendo-theme-material: ^3.18.0
v4.3.110 September 2020
Bug Fixes
- child nodes checked state incorrectly toggled when checkParents is disabled
- all child items marked as checked when expanded programmatically
v4.3.025 June 2020
Bug Fixes
- relative stacking context check performed before document.body is ready (#132)
- mark as compatible with Angular 10
Features
- expose rebindChildren method that fetches all child nodes anew
- allow using custom trackBy function for tracking the nodes
v4.1.220 March 2020
Bug Fixes
- input function types produce compile-time errors with strictTemplates (#120)
v4.1.117 March 2020
Bug Fixes
- drag-and-drop not working on touch devices (#117)
- drag clue template variables not updated until drop action changes
- drag-and-drop drag clue positioned incorrectly in fixed container (#113)
v4.1.015 January 2020
Bug Fixes
- mark as compatible with Angular 9.x
Features
- add setValid control method to nodeDrop event (#108)
- drag and drop support (#103)
v4.0.021 June 2019
Features
- Update to RxJS 6
Breaking Changes
- SystemJS config, if used, must be updated to reference dist/npm/index.js
- Adds @progress/kendo-angular-common as peer dependency.
- Angular 4 and 5 are no longer supported
v3.1.015 March 2019
Bug Fixes
- hierarchy binding for nodes with empty children
Features
- add checkOnClick option
- add itemLookup method
v3.0.021 February 2019
Bug Fixes
- don't check disabled children
Features
- add flat ES module bundles
- RTL support
Breaking Changes
- new peer dependency @progress/kendo-angular-l10n
v2.5.020 November 2018
Bug Fixes
- isChecked is not respected if it returns the same value after checkbox change
- error when expand icon is removed on click
Features
- add node double click event
v2.3.020 August 2018
Bug Fixes
- prevent infinite fetch of child nodes
- export NodeClickEvent
- dom events handling
- navigation should not ignore disabled items
- node index is incorrectly parsed durring checkbox selection
- prevent cyclic change detection triggering on checkbox selection
- refresh inner node groups
- stale dependencies in browser bundle
- TreeView: Deactivate any destroyed node improving focusing behavior
Features
- add nodeClick event
v2.2.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)
v2.1.214 February 2018
Bug Fixes
- bundle metadata and type definitions alongside CommonJS modules
- serve CDN bundle for UNPKG and jsDelivr
- build errors when targeting es2015
v2.1.02 February 2018
Features
- check-directive: check dynamically loaded children
- treeview: use ChangeDetectionStrategy.Default to allow property mutations
v2.0.029 January 2018
Features
- use pipeable operators from RxJS 5.5
Breaking Changes
- Peer dependencies changed; Requires rxjs@^5.5.0
v1.1.129 January 2018
Bug Fixes
- require rxjs <5.5 as peer; Upgrade to latest if using rxjs ^5.5; See https://goo
v1.1.025 January 2018
Bug Fixes
- check-directive:
- allow setting custom isChecked function
- hide checkboxes when directive is disabled
- update the TreeView on checkedKeys update
- disable-directive: allow setting custom isDisabled function
- expand-directive:
- allow setting custom isExpanded function
- update the TreeView on expandedKeys change
- group: set selection state to the ItemContent directive
- item-content: update selection on input change
- select-directive:
- allow setting custom isSelected function
- update the TreeView on selectedKeys change
- treeview: select node in IE11
Features
- support focusable elements inside the node template (#16)
v1.0.112 January 2018
Bug Fixes
- export missing interfaces
- treeview: unlink destroyed child node on collapse
v0.2.05 January 2018
Features
- checkboxes (#11)
- change the strategy to onpush
- treeview: Item navigation and selection (#8)
v0.1.023 November 2017
Bug Fixes
- accept Angular 5.x as a peer dependency
- update license
- bundle build with Angular 4.2
- lock TS version to 2.0.x
- downgrade typescript to 2.0.x
- clean-up type references from TS output
- build docs bundle
- pin ts version
- add repo field to enable semantic release
- add rxjs as peer dependency
- ignore aot tsconfig for npm package
- remove pre-commit and pre-publish hooks
- enable ngfactory generation in order to force output of generation errors
- moved @angular packages as peerDependencies
- add publish configuration
- main entry point
- wrong path
- use latest kendo angular tasks
- export module
- add sample api reference
- remove cdn build
- set NPM registry for @progress
- remove obsolete use-strict TSLint rule
- prune typings
- fix e2e tests
- remove default exports
- update e2e test to rc4
- do not force using I for interface naming
- update to rc2
- add codelyzer and corresponding rules
- remove thing obsolete in beta9
- clone theme by https
- correct the class names in the component
- Update the theme dependency
- use correct component name
- examples: add necessary polyfills
- travis:
- expose e2e npm script
- try having a compiler for the NPM packages
- add npm build task proxies
- Silence typings output
Features
- upgrade to Angular 4.0
- package now uses angular 2.4
- add ES module bundle
- support for AoT
- upgrade to Angular 2.0 final
- runnable example in docs
- upgrade to rc6
- upgrade to rc5
- run api-check in CI
- relax lint rules
- upgrade to R.C 4
- upgrade angular to rc1
- upgrade to angular beta.13
- reference component in the demos
- tests work now
- Initial commit
- build: npm lint works