angular2-notifications-zth
Version:
> A light and easy to use notifications library for Angular 2. ~~It features both regular page notifications (toasts) and push notifications.~~
50 lines (28 loc) • 845 B
Markdown
# 0.9.5
### Notes
* Notifications now use ChangeDetectionStrategy.OnPush
# 0.9.4
### Features
* Extended position to support "middle" and "center" as options
# 0.9.0
### Notes
* Refactored build system to support AOT and Angular version 5.
### Features
* Title and content now support TemplateRef and HTML
# 0.7.0
### Breaking Changes
* Removed BrowserAnimationModule from SimpleNotificationsModule.
BrowserAnimationsModule now needs to be imported in the projects module to use the library.
# 0.6.0
### Features
* Added warn toast notification type
# 0.5.4
### Notes
* Updated tsconfig to target es5
# 0.5.0
### Notes
* Version 0.5 has had some mayor refactoring
* Update to angular 4.0.1
* Folder structure refactor
* All types are now exported
* A lot of minor bug fixes