Skip to content

Latest commit

 

History

History
50 lines (28 loc) · 796 Bytes

CHANGELOG.md

File metadata and controls

50 lines (28 loc) · 796 Bytes

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