Change Log
Latest Releasev9.0.219 May 2022
Bug Fixes
- upload: progress event disrupts removal requests (#324)
Supported themes
- @progress/kendo-theme-bootstrap: ^5.0.0
- @progress/kendo-theme-default: ^5.0.0
- @progress/kendo-theme-material: ^5.0.0
v9.0.19 May 2022
Bug Fixes
- add missing exports (#320)
Supported themes
- @progress/kendo-theme-bootstrap: ^5.0.0
- @progress/kendo-theme-default: ^5.0.0
- @progress/kendo-theme-material: ^5.0.0
v9.0.020 April 2022
Bug Fixes
- exclude rxjs/operators from CDN bundles (#314)
Features
- update to Angular v12 (#291)
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 Devv9.0.0-dev.20220419113919 April 2022
Bug Fixes
- mark as compatible with Angular v14
- exclude rxjs/operators from CDN bundles (#314)
Features
- update to Angular v12 (#291)
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
v8.0.27 March 2022
Bug Fixes
- exclude @angular/common/http from cdn bundle (#313)
Supported themes
- @progress/kendo-theme-bootstrap: ^5.0.0
- @progress/kendo-theme-default: ^5.0.0
- @progress/kendo-theme-material: ^5.0.0
v8.0.12 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
v8.0.019 January 2022
Bug Fixes
- bump theme dependencies to v5 (#310)
Features
- update upload and fileselect rendering to comply with themes v5
Breaking Changes
- The Kendo UI Uploads received rendering changes, which require updating your Kendo UI Theme to v5 or newer
Supported themes
- @progress/kendo-theme-bootstrap: ^5.0.0
- @progress/kendo-theme-default: ^5.0.0
- @progress/kendo-theme-material: ^5.0.0
v7.1.522 November 2021
Bug Fixes
- upload:
- clicking the file remove button blurs the component
- clicking the action buttons blurs the component
Supported themes
- @progress/kendo-theme-bootstrap: ^4.19.0
- @progress/kendo-theme-default: ^4.21.0
- @progress/kendo-theme-material: ^3.18.0
v7.1.43 November 2021
Bug Fixes
- mark as compatible with Angular 13
- mark as compatible with RxJS 7
- upload:
- uploading unallowed file with concurrent set to false throws error
- cannot select a file twice in Safari
Supported themes
- @progress/kendo-theme-bootstrap: ^4.19.0
- @progress/kendo-theme-default: ^4.21.0
- @progress/kendo-theme-material: ^3.18.0
v7.1.313 October 2021
Bug Fixes
- UploadModule imported when using ng add (#293)
Supported themes
- @progress/kendo-theme-bootstrap: ^4.19.0
- @progress/kendo-theme-default: ^4.21.0
- @progress/kendo-theme-material: ^3.18.0
v7.1.211 October 2021
Bug Fixes
- upload: complete event is not fired when some files fail restrictions (#292)
Supported themes
- @progress/kendo-theme-bootstrap: ^4.19.0
- @progress/kendo-theme-default: ^4.21.0
- @progress/kendo-theme-material: ^3.18.0
v7.1.15 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
v7.1.01 February 2021
Bug Fixes
- internal input element causes accessibility issue
Features
- introduce FileInfoTemplateDirective
Supported themes
- @progress/kendo-theme-bootstrap: ^4.19.0
- @progress/kendo-theme-default: ^4.21.0
- @progress/kendo-theme-material: ^3.18.0
v7.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
v6.1.011 November 2020
Bug Fixes
- add Angular 11 to peer dependencies
- update release notes (#256)
Features
- upload: provide action buttons layout options (#245)
Supported themes
- @progress/kendo-theme-bootstrap: ^4.19.0
- @progress/kendo-theme-default: ^4.21.0
- @progress/kendo-theme-material: ^3.18.0
v6.0.011 May 2020
Bug Fixes
- components redesign
- upload: update cancel icon
Features
- external dropzone component and directive
Breaking Changes
- Upload and FileSelect components were redesigned. An update to the latest version of the currently used Kendo UI Theme will be needed.
v5.3.08 May 2020
Bug Fixes
- upload: update header and dropzone rendering (#235)
Features
- file icons redesign (#219)
v5.2.112 March 2020
Bug Fixes
- Components steal focus when MultiSelect is used in a template
- fileselect:
- unnecessary change detection on document click
- restrictions does not invalidate reactive form
- initial files binding
- initial files have unnecessary k-file-success class
- initial files and single file selection cause error
- upload:
- Initial file list is not displayed when using OnPush
- unnecessary change detection on document click
v5.2.015 January 2020
Bug Fixes
- mark as compatible with Angular 9.x
- upload: select files button error with ivy (#188)
Features
- fileselect: Add FileSelect Component
- upload:
- Add concurrent property
- Add Upload Chunking
v5.0.021 June 2019
Bug Fixes
- Using Label throws error when focusing the Upload
Features
- Update to RxJS 6
Breaking Changes
- SystemJS config, if used, must be updated to reference dist/npm/index.js
- The focus and blur accessors have been renamed to onFocus and onBlur. Event names are not changed when used in templates.
- Adds peer dependency on @progress/kendo-angular-common
- Angular 4 and 5 are no longer supported
v4.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 (#132)
v4.0.030 April 2018
Bug Fixes
- add missing export for UploadProgressEvent
Features
- support for dynamic RTL change (#128)
Breaking Changes
- Requires v1.1.0 or above of package
v3.0.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
v3.0.026 January 2018
Features
- use pipeable operators from RxJS 5.5
Breaking Changes
- Peer dependencies changed; Requires rxjs@^5.5.0
v2.1.226 January 2018
Bug Fixes
- require rxjs <5.5 as peer; Upgrade to latest if using rxjs ^5.5; See https://goo.gl/uvvh8R
v2.1.030 November 2017
Bug Fixes
- render a unique ID to the focusable element
Features
- display progress in file template (#111)
v2.0.03 November 2017
Bug Fixes
- accept Angular 5.x as a peer dependency
Features
- Migrate to HttpClientModule
- Introduce
uploadProgress
event. - Introduce
responseType
property.
Breaking Changes
- HttpModule dependencies have been removed. Upload Component now depends on the HttpClientModule.
v1.2.029 August 2017
Bug Fixes
- add missing imports
- avoid importing whole RxJS
- trigger valueChange after changing the value (#93)
Features
- allow setting accept attribute of Upload input element
v0.19.027 March 2017
Breaking Changes
- use RTL token instead of string (breaking change) . See telerik/kendo-angular#340
v0.17.07 March 2017
Bug Fixes
- Allow custom properties in initial files
Features
- show remove button on failed files
v0.14.023 February 2017
Features
- localize invalid files message
- localize file list and header elements
- localize upload action buttons
Breaking Changes
localization
property andUploadLocalization
class deprecated. Check telerik/kendo-angular#336 for details
v0.12.09 January 2017
Bug Fixes
- run document drag event listeners outside NgZone
Features
- add Forms integration functionality
- Add accessibility for Upload widget according to the WAI ARIA
- add exportAs for the UploadComponent. (09da4678, closes #21)
- Add initial files and templates options. (d90f141a, closes #12, #11)
- Allow RequestOptions configuration for save and remove actions (cbc13ff8, closes #24)
- Add complete and clear events. (361cbab1, closes #7, #14)
v0.10.13 November 2016
Bug Fixes
- correct component behavior when disabled
- preventing upload event should remove file entry
v0.8.213 September 2016
Supported features:
- Asynchronous uploads
- Built-in validation rules for file size, extensions
- Events for select, remove, upload, cancel, success and error
- Drop zone (allows uploading files via drag and drop)
- Localizable messages
- Sending credentials, customizing request headers and form data