Change Log
Latest Releasev4.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
Current Devv4.0.0-dev.20220413184713 April 2022
Features
- update to Angular v12
Breaking Changes
- No longer compatible with Angular v8 - 11
v3.0.42 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.319 January 2022
Bug Fixes
- install kendo-theme-default v5 using ng add
- bump theme dependencies to v5
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.23 November 2021
Bug Fixes
- mark as compatible with Angular 13
- add support for RxJS 7
Supported themes
- @progress/kendo-theme-bootstrap: ^4.25.0
- @progress/kendo-theme-default: ^4.27.0
- @progress/kendo-theme-material: ^3.23.0
v3.0.15 May 2021
Bug Fixes
- update ng-add schema
- mark as compatible with Angular v12
Supported themes
- @progress/kendo-theme-bootstrap: ^4.25.0
- @progress/kendo-theme-default: ^4.27.0
- @progress/kendo-theme-material: ^3.23.0
v3.0.016 December 2020
Bug Fixes
- attach events outside the Angular zone (#69)
- 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.25.0
- @progress/kendo-theme-default: ^4.27.0
- @progress/kendo-theme-material: ^3.23.0
v2.0.311 November 2020
Bug Fixes
- add Angular 11 to peer dependencies
- update release notes
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.021 June 2019
Features
- update to RxJS 6
Breaking Changes
- SystemJS config, if used, must be updated to reference dist/npm/index.js
- New peer dependency @progress/kendo-angular-common.
- Angular 4 and 5 are no longer supported
v1.0.26 July 2018
Bug Fixes
- ripple blob offset is wrong in Safari 11
- stale dependencies in browser bundle
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)
v0.2.523 March 2018
Bug Fixes
- add missing es2015 bundle
- ink blobs on unexpected elements in IE
- properly remove global event handlers
- exclude only top-level json files
v0.2.28 February 2018
Bug Fixes
- serve CDN bundle for UNPKG and jsDelivr
- build errors when targeting es2015
v0.2.129 December 2017
Bug Fixes
- rename k-no-focus class to k-ripple-target
- enable ripple on popup items
- do not activate ripple for multiselect items
v0.1.14 September 2017
Bug Fixes
- enable development channel
- constrain ripple to container element
- 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