Change Log
Latest Releasev5.0.020 April 2022
Features
- update to Angular v12
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 Devv5.0.0-dev.20220413190713 April 2022
Features
- update to Angular v12
Breaking Changes
- No longer compatible with Angular v8 - 11
v4.1.32 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
v4.1.219 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
v4.1.13 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
v4.1.05 May 2021
Bug Fixes
- update ng-add schema
- mark as compatible with Angular v12
Features
- add circular gauge
Supported themes
- @progress/kendo-theme-bootstrap: ^4.19.0
- @progress/kendo-theme-default: ^4.21.0
- @progress/kendo-theme-material: ^3.18.0
v4.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
v3.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
v3.0.021 June 2019
Bug Fixes
- peer dependencies
- don't provide CldrIntlService by default
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.
v2.4.120 November 2018
Bug Fixes
- update resize-sensor
- the gauges are initialized asynchronously
- reduce style recalculations with multiple components
- explicitly set position relative to the arc gauge
- gauge size when initialized outside of the DOM by ng-content
- ArcGauge resize does not reposition label
v2.3.117 July 2018
Bug Fixes
- intl change in not unsubscribed on destroy
- stale dependencies in browser bundle
v2.2.023 May 2018
Bug Fixes
- add vertical option to linear scale interface and component
- labels leave space for the ticks if they are not visible
Features
- support for setting the arcgauge ranges lineCap
v2.1.09 May 2018
Bug Fixes
- mark module as side-effects free
- mark as compatible with Angular 6.x, RxJS 6.x
Features
- Schematics support (#29)
v2.0.04 May 2018
Features
- support for dynamic locale and rtl changes
Breaking Changes
- Requires v1.4.0 or above of the @progress/kendo-angular-intl package and v1.1.0 or above of the @progress/kendo-angular-l10n package.
v1.0.18 February 2018
Bug Fixes
- serve CDN bundle for UNPKG and jsDelivr
- build errors when targeting es2015
- remove unused import
v1.0.013 December 2017
Bug Fixes
- update dependencies of official packages (#7)
- prevent resize on initialization and options change
Features
- official release
- official release (#10)
Breaking Changes
- Official v1.0 release
v0.1.06 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
- add Arc, Linear, Radial gauge components
- 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