New to Kendo UI for Angular? Start a free 30-day trial

Notification (Archive)

4.0.1

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

4.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

3.0.5

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

3.0.4

2022-01-19

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

3.0.3

2021-11-03

Bug Fixes

  • mark as compatible with Angular 13
  • add support for RxJS 7

Supported themes

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

3.0.2

2021-09-14

Bug Fixes

  • update wrapper CSS classes

Supported themes

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

3.0.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

3.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

2.1.3

2020-11-11

Bug Fixes

  • add Angular 11 to peer dependencies

Supported themes

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

2.1.2

2020-09-14

Bug Fixes

  • 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

2.1.1

2020-06-25

Bug Fixes

  • mark as compatible with Angular 10

2.1.0

2020-02-17

Bug Fixes

  • opening notification slide animation
  • ivy: custom component content compilation error

Features

  • allow subscription when notification instance is hidden

2.0.2

2020-01-28

Bug Fixes

  • close button title cannot be localized

2.0.1

2020-01-20

Bug Fixes

  • notificationRef content property is not ComponentRef type
  • mark as compatible with Angular 9.x
  • ivy: address ivy errors

2.0.0

2019-06-21

Bug Fixes

  • service not respecting different or multiple appendTo containers
  • notification animation not ended if appendTo container is destroyed

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

1.3.0

2019-05-30

Bug Fixes

  • mark as compatible with Angular 8
  • creating notifications in life-cycle hooks throws

Features

  • add flat ES module bundles

1.2.0

2019-01-03

Bug Fixes

  • circular dependencies when injecting NotificationService

Features

  • apply notification cssClass through NotificationSettings
  • implement appendTo Notification to a specific container

1.1.1

2018-11-29

Bug Fixes

  • export missing notification models

1.1.0

2018-11-21

Features

  • append Notification to injected NOTIFICATION_CONTAINER provider

1.0.1

2018-11-08

Bug Fixes

  • fix demo errors due to missing export of NotificationRef type

1.0.0

2018-10-19

Features

  • official release

Breaking Changes

  • none, bump to 1.0 release

0.3.0

2018-10-19

Bug Fixes

  • angular animations version range

Features

  • mark as compatible with Angular 7.x

0.2.1

2018-10-04

Bug Fixes

  • notificationRef content property not linked in docs

0.2.0

2018-09-11

Bug Fixes

  • AoT compilation error
  • hideAfter property not respected when given through settings
  • hiding with animation from content component not destroying the component

Features

  • add rtl support
  • add notification container component with flex layout
  • add position relative to passed container element
  • add animations for notification
  • allow custom component rendered in notification content
  • add closable notification
  • add autoHide property
  • notification service show method with settings passed

0.1.0

2018-06-27

  • Initial release