Skip to content

Commit 35711c3

Browse files
committed
Release 1.1.0
1 parent 2ac9255 commit 35711c3

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.1.0
4+
5+
- Now you can prevent the last toast from being duplicated setting `preventDuplicates` to true.
6+
- Fix toasts options not working if the title parameter is set to null.
7+
- Prevent toasts to override global options.
8+
39
## Version 1.0.2
410

511
- Fixed an issue where it wouldn't work anymore without `ngAnimate`.

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.0.2",
3+
"version": "1.1.0",
44
"authors": [
55
"Jesus Rodriguez <Foxandxss@gmail.com>"
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.0.2",
3+
"version": "1.1.0",
44
"author": "Jesus Rodriguez <Foxandxss@gmail.com>",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)