From 24a1ff0f65680759ffbc616428931df649e87f55 Mon Sep 17 00:00:00 2001 From: Foxandxss Date: Thu, 12 Nov 2015 14:55:31 +0100 Subject: [PATCH] Release 1.6.0 --- CHANGELOG.md | 6 ++++++ bower.json | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) 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",