diff --git a/CHANGELOG.md b/CHANGELOG.md index 69d7938..8dbedc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## Version 1.6.0 + +- onTap callback receives the whole toast as the first parameter. +- onShown callback receives the whole toast as the first parameter. +- onHidden callback receives the whole toast as the second parameter. + ## Version 1.5.0 - Fix an issue where `maxOpened` with 2 or more was conflicting with `autoDismiss`. diff --git a/bower.json b/bower.json index d1dca22..0c1102e 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "angular-toastr", - "version": "1.5.0", + "version": "1.6.0", "authors": [ "Jesus Rodriguez " ], diff --git a/package.json b/package.json index 37d61d3..393c81e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-toastr", - "version": "1.5.0", + "version": "1.6.0", "author": "Jesus Rodriguez ", "repository": { "type": "git",