Skip to content

Commit 4ac181c

Browse files
committed
Release 1.5.0
1 parent c353cc4 commit 4ac181c

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

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

3+
## Version 1.5.0
4+
5+
- Fix an issue where `maxOpened` with 2 or more was conflicting with `autoDismiss`.
6+
- Fix that when you try to close an undefined toast it won't close them all.
7+
- Toasts should be now more accessible.
8+
- You can now pass custom data to templates, useful for custom templates
9+
- New callback, `onTap` which is called when you click a toast (doesn't have to be closed for it to work).
10+
- Fix `onHidden` to have the `wasClicked` parameter to true when using a toast close button.
11+
312
## Version 1.4.1
413

514
- Fix a typo on the toastr.less file that prevented some automated tools to work.

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

0 commit comments

Comments
 (0)