Skip to content

Commit f978c0a

Browse files
committed
Release 1.2.1
1 parent 7a70efc commit f978c0a

File tree

8 files changed

+12
-10
lines changed

8 files changed

+12
-10
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Changelog
22

3+
## Version 1.2.1
4+
5+
- Remove a nasty console.log from the progress bar (yikes!).
6+
37
## Version 1.2.0
48

5-
- Support for a progress bar
9+
- Support for a progress bar.
610
- A config option to change the path of the templates.
711

812
**BREAKING CHANGE:**

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.2.0",
3+
"version": "1.2.1",
44
"authors": [
55
"Jesus Rodriguez <Foxandxss@gmail.com>"
66
],

dist/angular-toastr.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,6 @@
323323
};
324324

325325
function updateProgress() {
326-
console.log('update');
327326
var percentage = ((hideTime - (new Date().getTime())) / currentTimeOut) * 100;
328327
element.css('width', percentage + '%');
329328
}

dist/angular-toastr.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)