Skip to content

Commit 24a1ff0

Browse files
committed
Release 1.6.0
1 parent dff5e6a commit 24a1ff0

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

3+
## Version 1.6.0
4+
5+
- onTap callback receives the whole toast as the first parameter.
6+
- onShown callback receives the whole toast as the first parameter.
7+
- onHidden callback receives the whole toast as the second parameter.
8+
39
## Version 1.5.0
410

511
- Fix an issue where `maxOpened` with 2 or more was conflicting with `autoDismiss`.

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.5.0",
3+
"version": "1.6.0",
44
"authors": [
55
"Jesus Rodriguez <[email protected]>"
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.5.0",
3+
"version": "1.6.0",
44
"author": "Jesus Rodriguez <[email protected]>",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)