File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Version 1.5.0
4+
5+ - Fix an issue where ` maxOpened ` with 2 or more was conflicting with ` autoDismiss ` .
6+ - Fix that when you try to close an undefined toast it won't close them all.
7+ - Toasts should be now more accessible.
8+ - You can now pass custom data to templates, useful for custom templates
9+ - New callback, ` onTap ` which is called when you click a toast (doesn't have to be closed for it to work).
10+ - Fix ` onHidden ` to have the ` wasClicked ` parameter to true when using a toast close button.
11+
312## Version 1.4.1
413
514- Fix a typo on the toastr.less file that prevented some automated tools to work.
Original file line number Diff line number Diff line change 11{
22 "name" : " angular-toastr" ,
3- "version" : " 1.4.1 " ,
3+ "version" : " 1.5.0 " ,
44 "authors" : [
55 " Jesus Rodriguez <Foxandxss@gmail.com>"
66 ],
Original file line number Diff line number Diff line change 11{
22 "name" : " angular-toastr" ,
3- "version" : " 1.4.1 " ,
3+ "version" : " 1.5.0 " ,
44 "author" : " Jesus Rodriguez <Foxandxss@gmail.com>" ,
55 "repository" : {
66 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments