We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 696f071 commit 74d4fc8Copy full SHA for 74d4fc8
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
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
8
## Version 1.2.1
9
10
- Remove a nasty console.log from the progress bar (yikes!).
bower.json
@@ -1,6 +1,6 @@
{
"name": "angular-toastr",
- "version": "1.2.1",
+ "version": "1.3.0",
"authors": [
"Jesus Rodriguez <Foxandxss@gmail.com>"
],
package.json
"author": "Jesus Rodriguez <Foxandxss@gmail.com>",
"repository": {
"type": "git",
0 commit comments