- newestOnTop, with that you can choose whether to add new toasts on the top or bottom. Top by default.
- Angular 1.3.x support
- You can add HTML on the toastr titles.
- You can now override the toast's template.
- Fix issue using toastr with ionic.
- Now the toasts supports a close button.
- Be able to disable to close on click.
- Fixes #2 where a toast could remain open for all eternity.
- You can make an sticky toast if you set the
timeOut
to 0. If you also setextendedTimeOut
to 0 the sticky won't go away until you click on them. - Toasts accept custom HTML into them!
- Animations are now optional
- Removed the possibility to add the toast container where you want to (that will be back in a future)
- The
close
method has been renamed toclear
to match the original API
- Initial release