Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxandxss committed Apr 6, 2015
1 parent 52296f4 commit 27acd2c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## Version 1.2.0

- Support for a progress bar
- A config option to change the path of the templates.

**BREAKING CHANGE:**

If you were using a custom template using the default path, it changed from:

`templates/toastr/toastr.html`

to

`directives/toast/toast.html`

## Version 1.1.0

- Now you can prevent the last toast from being duplicated setting `preventDuplicates` to true.
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-toastr",
"version": "1.1.0",
"version": "1.2.0",
"authors": [
"Jesus Rodriguez <Foxandxss@gmail.com>"
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-toastr",
"version": "1.1.0",
"version": "1.2.0",
"author": "Jesus Rodriguez <Foxandxss@gmail.com>",
"repository": {
"type": "git",
Expand Down

0 comments on commit 27acd2c

Please sign in to comment.