Skip to content

Latest commit

 

History

History
279 lines (143 loc) · 11.4 KB

CHANGELOG.md

File metadata and controls

279 lines (143 loc) · 11.4 KB

Changelog

Also see GitHub releases.


12.0.0 (2022-09-13)

Features

  • Upgrade to Angular 14 (#235)

BREAKING CHANGES

  • The upgrade to Angular 14 breaks compatibility with Angular 13.

11.0.0 (2022-02-20)

Features

  • Upgrade to Angular 13, enable partial-Ivy compilation (#235)

BREAKING CHANGES

  • The upgrade to Angular 13 breaks compatibility with Angular 12. The library is now published as partial-Ivy code.

10.0.0 (2022-02-20)

Features

  • Upgrade to Angular 12 (#232)

BREAKING CHANGES

  • The upgrade to Angular 12 breaks compatibility with Angular 11.

9.1.0 (2021-07-13)

Features

  • Expose actionStream on NotifierService (#214)

9.0.1 (2021-03-12)

Styles

  • Remove unnecessary white space around notifier-container (#204)

9.0.0 (2021-03-12)

Features

  • Upgrade to Angular 11 (#203)

BREAKING CHANGES

  • The upgrade to Angular 11 breaks compatibility with Angular 10.

8.0.0 (2021-03-11)

Features

  • Upgrade to Angular 10 (#202)

BREAKING CHANGES

  • The upgrade to Angular 10 breaks compatibility with Angular 9.

7.0.0 (2021-03-11)

Features

  • Upgrade to Angular 9 (#201)

BREAKING CHANGES

  • The upgrade to Angular 9 breaks compatibility with Angular 8.

6.0.2 (2021-03-11)

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 (2019-10-20)

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 (2019-10-19)

Features

BREAKING CHANGES

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

5.0.0 (2019-10-19)

Features

BREAKING CHANGES

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

4.1.2 (2019-10-18)

Bug Fixes

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

4.1.1 (2018-08-09)

Bug Fixes


4.1.0 (2018-08-08)

Features

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

Documentation

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

4.0.0 (2018-07-04)

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 (2018-01-18)

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 (2017-05-11)

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.

1.0.6 (2017-04-04)

Styles

  • type-colors: Use bootstrap colors for notification types (18eb1d2), closes #11

1.0.5 (2017-04-03)

Bug Fixes

  • notification-container: Fix wrong ngFor trackby implementation (f086ae4), closes #12

1.0.4 (2017-03-21)

Bug Fixes

  • aot: Fixed Angular AoT compilation issue (e5ed9bb), closes #7

1.0.3 (2017-02-05)

Bug Fixes

  • aot: Fixed error occuring when using NotifierModule.forRoot with (a501f40), closes #5

1.0.2 (2016-12-21)

Bug Fixes

  • config: Fixed broken configuration merge (9793773)

1.0.1 (2016-12-05)

Bug Fixes

  • dependencies: Fixed wrong type dependencies in definition files (#2) (a986e66), closes #1
  • gulp: Fixed broken release task (#3) (cdee2d8)

1.0.0 (2016-12-04)

Initial release!