File tree Expand file tree Collapse file tree 4 files changed +11
-4
lines changed
Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Version 1.0.0-beta.3
4+
5+ - Be able to specify a concrete target for container.
6+ - Using $injector internally to avoid circular dependencies.
7+ - onHidden receives a parameter to see whether a toast was closed by timeout or click.
8+ - Fix an issue with toasts not closing up.
9+
310## Version 1.0.0-beta.2
411
512- Fix maxOpened. Now toasts are queued when the max is reached.
Original file line number Diff line number Diff line change @@ -35,10 +35,10 @@ You can also install `angular-toastr` from bower:
3535$ bower install angular-toastr
3636```
3737
38- ** NOTE** : Angular-toastr 1.0.0-beta.1 is out, check it out with:
38+ ** NOTE** : Angular-toastr 1.0.0-beta.3 is out, check it out with:
3939
4040```
41- $ bower install angular-toastr#1.0.0-beta.1
41+ $ bower install angular-toastr#1.0.0-beta.3
4242```
4343
4444## Usage
Original file line number Diff line number Diff line change 11{
22 "name" : " angular-toastr" ,
3- "version" : " 1.0.0-beta.2 " ,
3+ "version" : " 1.0.0-beta.3 " ,
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.0.0-beta.2 " ,
3+ "version" : " 1.0.0-beta.3 " ,
44 "repository" : {
55 "type" : " git" ,
66 "url" : " https://github.com/Foxandxss/angular-toastr.git"
You can’t perform that action at this time.
0 commit comments