Skip to content
This repository has been archived by the owner on Mar 26, 2022. It is now read-only.

Latest commit

 

History

History
56 lines (31 loc) · 853 Bytes

CHANGELOG.md

File metadata and controls

56 lines (31 loc) · 853 Bytes

2.0.0

Notes

  • Added template context management

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