Skip to content

Releases: dominique-mueller/angular-notifier

6.0.2

10 Mar 23:03
Compare
Choose a tag to compare

Bug Fixes

  • Fix "sideEffects" property in package.json causing issues when importing styles (#186), closes #183

Styles

  • Fix layout falling apart when message becomes multi-line (#200), closes #149

6.0.1

20 Oct 15:09
Compare
Choose a tag to compare

Bug Fixes

  • notifier-container: Setup notifier-container as early as possible (#144) (17b5953), closes #119

Documentation

  • README: Add version information to README (#143) (f838719)

6.0.0

20 Oct 15:09
Compare
Choose a tag to compare

Features

BREAKING CHANGES

  • The upgrade to Angular 8 breaks compatibility with Angular 7 (and previous versions).

5.0.0

20 Oct 15:09
Compare
Choose a tag to compare

Features

BREAKING CHANGES

  • The upgrade to Angular 7 breaks compatibility with Angular 6 (and previous versions).

4.1.2

20 Oct 15:09
Compare
Choose a tag to compare

Bug Fixes

  • notifier: Fix circular dependency issues of injection tokens (#124) (139d43c)

4.1.1

20 Oct 15:09
Compare
Choose a tag to compare

Bug Fixes

4.1.0

20 Oct 15:09
Compare
Choose a tag to compare

Features

  • notification: Allow templateRef as notification content (#95) (d705180)

Documentation

  • README: Update demo to Stackblitz example (#93) (1e26507)

4.0.0

20 Oct 15:09
Compare
Choose a tag to compare

Features

  • Upgrade to Angular 6, fix breaking changes (#83) (aae723d), closes #82

BREAKING CHANGES

  • The upgrade to Angular 6 breaks compatibility with Angular 5.

3.0.0

20 Oct 15:09
Compare
Choose a tag to compare

Features

Documentation

  • README: Add Angular compatibility details, cleanup (#40) (9286920)
  • README: Fix wrong notifier container selector (#32) (7b82d35), closes #30

BREAKING CHANGES

  • angular: The upgrade to Angular 5 breaks compatibility with Angular 4.

2.0.0

20 Oct 15:09
Compare
Choose a tag to compare

Features

  • angular: Upgrade to Angular 4 and its new APIs (#19) (0a0be99)

Bug Fixes

  • notifier-config: Fix notifier config injection error, refactor notifier module (#22) (67f09f5), closes #17

Documentation

  • preview: Update animated GIF preview showing the new colors (#18) (571b098)
  • README, MIGRATION: Update README, add MIGRATION-GUIDE (#28) (f2c7781)

Refactoring

  • animations: Refactor usage of Web Animations API, add typings (#27) (d34f9f3), closes #6 #10
  • naming: Refactor namings to no longer use the "x-" prefix (#26) (d2158bd)

BREAKING CHANGES

  • naming: Compontent selectors and class name no longer have the "x-" prefix (see MIGRATION GUIDE).
  • notifier-config: The forRoot() method of the NotifierModule is now called withConfig() (see MIGRATION GUIDE).
  • angular: The upgrade to Angular 4 and its APIs breaks compatibility with all Angular 2 based applications.