New to Kendo UI for AngularStart a free 30-day trial

Uploads (Archive)

9.0.4

2022-11-17

Bug Fixes

  • mark as compatible with Angular v15
  • adding @progress/kendo-theme-fluent as devDependency

Supported themes

  • @progress/kendo-theme-bootstrap: ^5.0.0
  • @progress/kendo-theme-default: ^5.0.0
  • @progress/kendo-theme-material: ^5.0.0
  • @progress/kendo-theme-fluent: ^5.8.0

9.0.3

2022-08-03

Bug Fixes

  • update state-related classes

Supported themes

  • @progress/kendo-theme-bootstrap: ^5.0.0
  • @progress/kendo-theme-default: ^5.0.0
  • @progress/kendo-theme-material: ^5.0.0

9.0.2

2022-05-19

Bug Fixes

  • upload: progress event disrupts removal requests

Supported themes

  • @progress/kendo-theme-bootstrap: ^5.0.0
  • @progress/kendo-theme-default: ^5.0.0
  • @progress/kendo-theme-material: ^5.0.0

9.0.1

2022-05-09

Bug Fixes

  • add missing exports

Supported themes

  • @progress/kendo-theme-bootstrap: ^5.0.0
  • @progress/kendo-theme-default: ^5.0.0
  • @progress/kendo-theme-material: ^5.0.0

9.0.0

2022-04-20

Bug Fixes

  • exclude rxjs/operators from CDN bundles

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

8.0.2

2022-03-07

Bug Fixes

  • exclude @angular/common/http from cdn bundle

Supported themes

  • @progress/kendo-theme-bootstrap: ^5.0.0
  • @progress/kendo-theme-default: ^5.0.0
  • @progress/kendo-theme-material: ^5.0.0

8.0.1

2022-03-02

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

8.0.0

2022-01-19

Bug Fixes

  • bump theme dependencies to v5

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

7.1.5

2021-11-22

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

7.1.4

2021-11-03

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

7.1.3

2021-10-13

Bug Fixes

  • UploadModule imported when using ng add

Supported themes

  • @progress/kendo-theme-bootstrap: ^4.19.0
  • @progress/kendo-theme-default: ^4.21.0
  • @progress/kendo-theme-material: ^3.18.0

7.1.2

2021-10-11

Bug Fixes

  • upload: complete event is not fired when some files fail restrictions

Supported themes

  • @progress/kendo-theme-bootstrap: ^4.19.0
  • @progress/kendo-theme-default: ^4.21.0
  • @progress/kendo-theme-material: ^3.18.0

7.1.1

2021-05-05

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

7.1.0

2021-02-01

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

7.0.0

2020-12-16

Bug Fixes

  • add homepage URL

Features

  • drop support for Angular 6 and 7
  • enable licensing

Breaking Changes

Supported themes

  • @progress/kendo-theme-bootstrap: ^4.19.0
  • @progress/kendo-theme-default: ^4.21.0
  • @progress/kendo-theme-material: ^3.18.0

6.1.0

2020-11-11

Bug Fixes

  • add Angular 11 to peer dependencies
  • update release notes

Features

  • upload: provide action buttons layout options

Supported themes

  • @progress/kendo-theme-bootstrap: ^4.19.0
  • @progress/kendo-theme-default: ^4.21.0
  • @progress/kendo-theme-material: ^3.18.0

6.0.2

2020-07-03

Bug Fixes

  • remove special symbols escaping in file names

6.0.1

2020-06-25

Bug Fixes

  • mark as compatible with Angular 10

6.0.0

2020-05-11

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.

5.3.0

2020-05-08

Bug Fixes

  • upload: update header and dropzone rendering

Features

  • file icons redesign

5.2.1

2020-03-12

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

5.2.0

2020-01-15

Bug Fixes

  • mark as compatible with Angular 9.x
  • upload: select files button error with ivy

Features

  • fileselect: Add FileSelect Component
  • upload:
    • Add concurrent property
    • Add Upload Chunking

5.1.0

2019-08-22

Features

  • add clearFiles method

5.0.0

2019-06-21

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

4.3.2

2019-05-30

Bug Fixes

  • mark as compatible with Angular 8

4.3.1

2019-05-08

Bug Fixes

  • fire complete event after canceling upload if needed

4.3.0

2019-04-24

Features

  • add flat ES module bundles

4.2.2

2018-11-19

Bug Fixes

  • use tabindex property binding instead of tabIndex

4.2.1

2018-11-08

Bug Fixes

  • navigation interferes clickable elements in templates

4.2.0

2018-10-19

Features

  • mark as compatible with Angular 7.x

4.1.4

2018-07-20

Bug Fixes

  • ng6 aot build errors

4.1.3

2018-07-03

Bug Fixes

  • stale dependencies in browser bundle

4.1.2

2018-05-23

Bug Fixes

  • render unique id different than host id

4.1.1

2018-05-15

Bug Fixes

  • detach dropzone event listeners on destroy

4.1.0

2018-05-09

Bug Fixes

  • mark module as side-effects free
  • mark as compatible with Angular 6.x, RxJS 6.x

Features

  • Schematics support

4.0.0

2018-04-30

Bug Fixes

  • add missing export for UploadProgressEvent

Features

  • support for dynamic RTL change

Breaking Changes

  • Requires v1.1.0 or above of package

3.0.3

2018-02-27

Bug Fixes

  • flatten metadata

3.0.2

2018-02-14

Bug Fixes

  • bundle metadata and type definitions alongside CommonJS modules
  • serve CDN bundle for UNPKG and jsDelivr
  • build errors when targeting es2015

3.0.1

2018-02-05

Bug Fixes

  • fix ng-cli template checks

3.0.0

2018-01-26

Features

  • use pipeable operators from RxJS 5.5

Breaking Changes

  • Peer dependencies changed; Requires rxjs@^5.5.0

2.1.2

2018-01-26

Bug Fixes

2.1.1

2018-01-12

Bug Fixes

  • Prevent undesired page scrolling when opened via space bar

2.1.0

2017-11-30

Bug Fixes

  • render a unique ID to the focusable element

Features

  • display progress in file template

2.0.2

2017-11-07

Bug Fixes

  • generate metadata compatible with Angular 4

2.0.1

2017-11-07

Bug Fixes

  • bundle content

2.0.0

2017-11-03

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.

1.2.2

2017-11-06

Bug Fixes

  • accept Angular 5.x as a peer dependency

1.2.1

2017-09-06

Bug Fixes

  • allow focusing elements in file templates.

1.2.0

2017-08-29

Bug Fixes

  • add missing imports
  • avoid importing whole RxJS
  • trigger valueChange after changing the value

Features

  • allow setting accept attribute of Upload input element

1.1.1

2017-06-28

Bug Fixes

  • update license

1.1.0

2017-06-15

Bug Fixes

  • bundle build with Angular 4.2

Features

  • Add uploadFiles() method

1.0.1

2017-06-07

Bug Fixes

  • Check subscriptions before unsubscribing

1.0.0

2017-05-04

Features

  • official release

0.20.0

2017-04-05

Features

  • upgrade to Angular 4

0.19.0

2017-03-27

Breaking Changes

  • use RTL token instead of string (breaking change)

0.18.0

2017-03-24

Features

  • add keyboard navigation
  • Add focus/blur methods and events

0.17.0

2017-03-07

Bug Fixes

  • Allow custom properties in initial files

Features

  • show remove button on failed files

0.16.0

2017-03-02

Features

  • use @progress/kendo-angular-l10n for localization

0.15.1

2017-02-28

Bug Fixes

  • update file selection logic.

0.15.0

2017-02-27

Features

  • Add RTL support

0.14.0

2017-02-23

Features

  • localize invalid files message
  • localize file list and header elements
  • localize upload action buttons

Breaking Changes

  • localization property and UploadLocalization class deprecated. Check telerik/kendo-angular#336 for details

0.13.2

2017-02-10

Bug Fixes

  • lock TS version to 2.0.x

0.13.1

2017-01-17

Bug Fixes

  • remove unneeded localization messages

0.13.0

2017-01-16

Features

  • package now uses angular 2.4

0.12.0

2017-01-09

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.
  • Add initial files and templates options.
  • Allow RequestOptions configuration for save and remove actions
  • Add complete and clear events.

0.11.1

2016-12-07

Bug Fixes

  • remove chai reference from typings

0.11.0

2016-12-05

Features

  • add ES module bundle

0.10.5

2016-11-18

Bug Fixes

  • build docs bundle

0.10.4

2016-11-11

Bug Fixes

  • pin typescript to 2.0.x

0.10.3

2016-11-08

Bug Fixes

  • change properties accesssors

0.10.2

2016-11-08

Bug Fixes

  • enhance async settings state

0.10.1

2016-11-03

Bug Fixes

  • correct component behavior when disabled
  • preventing upload event should remove file entry

0.10.0

2016-10-28

Features

  • universal rendering support

0.9.4

2016-10-24

Bug Fixes

  • export directive for aot

0.9.3

2016-10-21

Bug Fixes

  • add aot support

0.9.2

2016-10-13

Bug Fixes

  • broken slugs in api reference

0.9.1

2016-09-28

Bug Fixes

  • make required @angular packages peer dependencies

0.9.0

2016-09-15

Bug Fixes

  • add missing http package

Features

  • upgrade to Angular 2.0 final

0.8.3

2016-09-14

Bug Fixes

  • downgrade TypeScript to 1.8

0.8.2

2016-09-13

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
In this article
9.0.4Bug FixesSupported themes9.0.3Bug FixesSupported themes9.0.2Bug FixesSupported themes9.0.1Bug FixesSupported themes9.0.0Bug FixesFeaturesBreaking ChangesSupported themes8.0.2Bug FixesSupported themes8.0.1Bug FixesSupported themes8.0.0Bug FixesFeaturesBreaking ChangesSupported themes7.1.5Bug FixesSupported themes7.1.4Bug FixesSupported themes7.1.3Bug FixesSupported themes7.1.2Bug FixesSupported themes7.1.1Bug FixesSupported themes7.1.0Bug FixesFeaturesSupported themes7.0.0Bug FixesFeaturesBreaking ChangesSupported themes6.1.0Bug FixesFeaturesSupported themes6.0.2Bug Fixes6.0.1Bug Fixes6.0.0Bug FixesFeaturesBreaking Changes5.3.0Bug FixesFeatures5.2.1Bug Fixes5.2.0Bug FixesFeatures5.1.0Features5.0.0Bug FixesFeaturesBreaking Changes4.3.2Bug Fixes4.3.1Bug Fixes4.3.0Features4.2.2Bug Fixes4.2.1Bug Fixes4.2.0Features4.1.4Bug Fixes4.1.3Bug Fixes4.1.2Bug Fixes4.1.1Bug Fixes4.1.0Bug FixesFeatures4.0.0Bug FixesFeaturesBreaking Changes3.0.3Bug Fixes3.0.2Bug Fixes3.0.1Bug Fixes3.0.0FeaturesBreaking Changes2.1.2Bug Fixes2.1.1Bug Fixes2.1.0Bug FixesFeatures2.0.2Bug Fixes2.0.1Bug Fixes2.0.0Bug FixesFeaturesBreaking Changes1.2.2Bug Fixes1.2.1Bug Fixes1.2.0Bug FixesFeatures1.1.1Bug Fixes1.1.0Bug FixesFeatures1.0.1Bug Fixes1.0.0Features0.20.0Features0.19.0Breaking Changes0.18.0Features0.17.0Bug FixesFeatures0.16.0Features0.15.1Bug Fixes0.15.0Features0.14.0FeaturesBreaking Changes0.13.2Bug Fixes0.13.1Bug Fixes0.13.0Features0.12.0Bug FixesFeatures0.11.1Bug Fixes0.11.0Features0.10.5Bug Fixes0.10.4Bug Fixes0.10.3Bug Fixes0.10.2Bug Fixes0.10.1Bug Fixes0.10.0Features0.9.4Bug Fixes0.9.3Bug Fixes0.9.2Bug Fixes0.9.1Bug Fixes0.9.0Bug FixesFeatures0.8.3Bug Fixes0.8.2
Not finding the help you need?
Contact Support