Skip to content

Commit 74d4fc8

Browse files
committed
Release 1.3.0
1 parent 696f071 commit 74d4fc8

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## Version 1.3.0
4+
5+
- An `autoDismiss` option to be used with `maxOpened` to dismiss the oldest toast.
6+
- Every toast has now an `isOpened` property to see whether they are opened or not.
7+
38
## Version 1.2.1
49

510
- Remove a nasty console.log from the progress bar (yikes!).

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.2.1",
3+
"version": "1.3.0",
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.2.1",
3+
"version": "1.3.0",
44
"author": "Jesus Rodriguez <Foxandxss@gmail.com>",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)