Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 993 Bytes

CHANGELOG.md

File metadata and controls

42 lines (24 loc) · 993 Bytes

Changelog

Version 0.5.1

  • newestOnTop, with that you can choose whether to add new toasts on the top or bottom. Top by default.

Version 0.5.0

  • Angular 1.3.x support

Version 0.4.0

  • You can add HTML on the toastr titles.
  • You can now override the toast's template.
  • Fix issue using toastr with ionic.

Version 0.3.0

  • Now the toasts supports a close button.
  • Be able to disable to close on click.

Version 0.2.4

  • Fixes #2 where a toast could remain open for all eternity.

Version 0.2.0

  • You can make an sticky toast if you set the timeOut to 0. If you also set extendedTimeOut to 0 the sticky won't go away until you click on them.
  • Toasts accept custom HTML into them!

Version 0.1.2

  • Animations are now optional
  • Removed the possibility to add the toast container where you want to (that will be back in a future)

Version 0.1.1

  • The close method has been renamed to clear to match the original API

Version 0.1.0

  • Initial release