Skip to content

Commit 4549f0c

Browse files
committed
Release 1.0.0-beta.3
1 parent a81654a commit 4549f0c

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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"

0 commit comments

Comments
 (0)