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

Releases: tameraydin/ngToast

2.0.0

13 Mar 22:58
Compare
Choose a tag to compare
  • Introduced newestOnTop option: from now on new toast messages will appear on top of old ones as default.
  • Introduced onDismiss: a callback that will be triggered whenever a toast message is dismissed.
  • Package updates:
    • Angular 1.5 support
    • Removed angular-animate as dependeny
    • Updated documentation
    • Improved development dependencies & tasks.

1.5.6

18 Sep 23:13
Compare
Choose a tag to compare

Directive templates are now configurable via $templateCache (#60)

1.5.5

04 Aug 15:26
Compare
Choose a tag to compare

Bugfix:

1.5.3

18 May 21:23
Compare
Choose a tag to compare
  • Introduced toast counter (#48) and pause functionality (#47).

1.5.2

02 May 20:19
Compare
Choose a tag to compare
  • Introduced shortcut methods: warning, info, danger and success (#45)
  • Added data-message-id to toast messages (#46)

1.5.1

28 Apr 21:03
Compare
Choose a tag to compare
  • Improved compileContent (more)

1.5.0

01 Mar 17:00
Compare
Choose a tag to compare

1.4.0

29 Jan 17:36
Compare
Choose a tag to compare
  • IE8 improvements:
    • class setting property is updated as className
    • Support for initializing ngToast via attribute
  • Sync to latest Bootstrap version: Updated class name Alerts component.

1.3.0

20 Dec 00:17
Compare
Choose a tag to compare
  • Added compileContent option

1.2.1

07 Dec 20:14
Compare
Choose a tag to compare
  • Changed directive name from ng-toast to toast since ng- prefix is reserved for core directives.