File tree Expand file tree Collapse file tree 6 files changed +12
-7
lines changed Expand file tree Collapse file tree 6 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All the changes made to toastify-js library.
4
4
5
+ ## [ 1.11.2] - 2021-10-06
6
+
7
+ * Bugfix: Style Options: "backgroundColor" not working! (#81 )
8
+ * Bugfix: "ShadowRoot is undefined" in older browsers (#83 )
9
+
5
10
## [ 1.11.1] - 2021-07-15
6
11
7
12
* Bugfix: IE11 support broke since style option #77
Original file line number Diff line number Diff line change 3
3
4
4
![ Built with JavaScript] ( https://img.shields.io/badge/Built%20with-JavaScript-red?style=for-the-badge&logo=javascript )
5
5
6
- [ ![ toastify-js] ( https://img.shields.io/badge/toastify--js-1.11.1 -brightgreen.svg )] ( https://www.npmjs.com/package/toastify-js )
6
+ [ ![ toastify-js] ( https://img.shields.io/badge/toastify--js-1.11.2 -brightgreen.svg )] ( https://www.npmjs.com/package/toastify-js )
7
7
![ MIT License] ( https://img.shields.io/npm/l/toastify-js )
8
8
9
9
Toastify is a lightweight, vanilla JS toast notification library.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " toastify-js" ,
3
- "version" : " 1.11.1 " ,
3
+ "version" : " 1.11.2 " ,
4
4
"description" :
5
5
" Toastify is a lightweight, vanilla JS toast notification library." ,
6
6
"main" : " ./src/toastify.js" ,
Original file line number Diff line number Diff line change 1
1
/*!
2
- * Toastify js 1.11.1
2
+ * Toastify js 1.11.2
3
3
* https://github.com/apvarun/toastify-js
4
4
* @license MIT licensed
5
5
*
@@ -61,7 +61,7 @@ class Toastify {
61
61
* @type {string }
62
62
* @public
63
63
*/
64
- this . version = "1.11.1 " ;
64
+ this . version = "1.11.2 " ;
65
65
66
66
/**
67
67
* The configuration object to configure Toastify
Original file line number Diff line number Diff line change 1
1
/*!
2
- * Toastify js 1.11.1
2
+ * Toastify js 1.11.2
3
3
* https://github.com/apvarun/toastify-js
4
4
* @license MIT licensed
5
5
*
Original file line number Diff line number Diff line change 1
1
/*!
2
- * Toastify js 1.11.1
2
+ * Toastify js 1.11.2
3
3
* https://github.com/apvarun/toastify-js
4
4
* @license MIT licensed
5
5
*
18
18
return new Toastify . lib . init ( options ) ;
19
19
} ,
20
20
// Library version
21
- version = "1.11.1 " ;
21
+ version = "1.11.2 " ;
22
22
23
23
// Set the default global options
24
24
Toastify . defaults = {
You can’t perform that action at this time.
0 commit comments