Skip to content

Commit

Permalink
Release 1.0.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxandxss committed Feb 13, 2015
1 parent a81654a commit 4549f0c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## Version 1.0.0-beta.3

- Be able to specify a concrete target for container.
- Using $injector internally to avoid circular dependencies.
- onHidden receives a parameter to see whether a toast was closed by timeout or click.
- Fix an issue with toasts not closing up.

## Version 1.0.0-beta.2

- Fix maxOpened. Now toasts are queued when the max is reached.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ You can also install `angular-toastr` from bower:
$ bower install angular-toastr
```

**NOTE**: Angular-toastr 1.0.0-beta.1 is out, check it out with:
**NOTE**: Angular-toastr 1.0.0-beta.3 is out, check it out with:

```
$ bower install angular-toastr#1.0.0-beta.1
$ bower install angular-toastr#1.0.0-beta.3
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-toastr",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"authors": [
"Jesus Rodriguez <Foxandxss@gmail.com>"
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-toastr",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"repository": {
"type": "git",
"url": "https://github.com/Foxandxss/angular-toastr.git"
Expand Down

0 comments on commit 4549f0c

Please sign in to comment.