You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Cleanup and refactor build process ([#39](https://github.com/dominique-mueller/angular-notifier.git/issues/39)) ([26992ac](https://github.com/dominique-mueller/angular-notifier/commit/26992ac))
12
-
* Upgrade dev dependencies, fix build & tests ([#33](https://github.com/dominique-mueller/angular-notifier.git/issues/33)) ([7bf905f](https://github.com/dominique-mueller/angular-notifier/commit/7bf905f))
13
-
***jest:** Fix jest config path ([#34](https://github.com/dominique-mueller/angular-notifier.git/issues/34)) ([1b8019f](https://github.com/dominique-mueller/angular-notifier/commit/1b8019f))
***angular:**Upgrade to Angular 4 and its new APIs ([#19](https://github.com/dominique-mueller/angular-notifier.git/issues/19)) ([0a0be99](https://github.com/dominique-mueller/angular-notifier/commit/0a0be99))
35
41
36
-
### Chores
42
+
### Bug Fixes
37
43
38
-
***build:** Upgrade build process ([#21](https://github.com/dominique-mueller/angular-notifier.git/issues/21)) ([37ea7c9](https://github.com/dominique-mueller/angular-notifier/commit/37ea7c9))
***release:** Update automatic release process ([#20](https://github.com/dominique-mueller/angular-notifier.git/issues/20)) ([e494fe3](https://github.com/dominique-mueller/angular-notifier/commit/e494fe3))
41
-
***travis:** Fix post automatic-release deploy ([#29](https://github.com/dominique-mueller/angular-notifier.git/issues/29)) ([a286b9c](https://github.com/dominique-mueller/angular-notifier/commit/a286b9c))
42
-
***tslint:** Add tslint language service & update dependencies ([#23](https://github.com/dominique-mueller/angular-notifier.git/issues/23)) ([47c0e57](https://github.com/dominique-mueller/angular-notifier/commit/47c0e57))
***angular:** Upgrade to Angular 4 and its new APIs ([#19](https://github.com/dominique-mueller/angular-notifier.git/issues/19)) ([0a0be99](https://github.com/dominique-mueller/angular-notifier/commit/0a0be99))
52
-
53
51
### Refactoring
54
52
55
-
***animations:** Refactor usage of Web Animations API, add typings ([#27](https://github.com/dominique-mueller/angular-notifier.git/issues/27)) ([d34f9f3](https://github.com/dominique-mueller/angular-notifier/commit/d34f9f3))
53
+
***animations:** Refactor usage of Web Animations API, add typings ([#27](https://github.com/dominique-mueller/angular-notifier.git/issues/27)) ([d34f9f3](https://github.com/dominique-mueller/angular-notifier/commit/d34f9f3)), closes [#6](https://github.com/dominique-mueller/angular-notifier/issues/6)[#10](https://github.com/dominique-mueller/angular-notifier/issues/10)
56
54
***naming:** Refactor namings to no longer use the "x-" prefix ([#26](https://github.com/dominique-mueller/angular-notifier.git/issues/26)) ([d2158bd](https://github.com/dominique-mueller/angular-notifier/commit/d2158bd))
57
55
58
56
### BREAKING CHANGES
59
57
60
58
***naming:** Compontent selectors and class name no longer have the "x-" prefix (see MIGRATION GUIDE).
61
59
***notifier-config:** The forRoot() method of the NotifierModule is now called withConfig() (see MIGRATION GUIDE).
62
-
***build:** Change paths & names of build output files (see MIGRATION GUIDE).
63
60
***angular:** The upgrade to Angular 4 and its APIs breaks compatibility with all Angular 2 based applications.
64
61
65
62
<br>
@@ -78,10 +75,6 @@ Also see the **[release page](https://github.com/dominique-mueller/angular-notif
@@ -98,11 +91,6 @@ Also see the **[release page](https://github.com/dominique-mueller/angular-notif
98
91
99
92
***aot:** Fixed error occuring when using NotifierModule.forRoot with ([a501f40](https://github.com/dominique-mueller/angular-notifier/commit/a501f40)), closes [#5](https://github.com/dominique-mueller/angular-notifier/issues/5)
100
93
101
-
### Chores
102
-
103
-
***dependencies:** Updated dev dependencies, fixed SystemJS config ([85051b9](https://github.com/dominique-mueller/angular-notifier/commit/85051b9))
0 commit comments