File tree Expand file tree Collapse file tree 6 files changed +11
-7
lines changed
Expand file tree Collapse file tree 6 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 22
33All the changes made to toastify-js library.
44
5+ ## [ 1.11.1] - 2021-07-15
6+
7+ * Bugfix: IE11 support broke since style option #77
8+
59## [ 1.11.0] - 2021-04-25
610
711* New property ` oldestFirst ` allows to set the order of adding new toasts to page (#70 and #71 )
Original file line number Diff line number Diff line change 33
44![ Built with JavaScript] ( https://img.shields.io/badge/Built%20with-JavaScript-red?style=for-the-badge&logo=javascript )
55
6- [ ![ toastify-js] ( https://img.shields.io/badge/toastify--js-1.11.0 -brightgreen.svg )] ( https://www.npmjs.com/package/toastify-js )
6+ [ ![ toastify-js] ( https://img.shields.io/badge/toastify--js-1.11.1 -brightgreen.svg )] ( https://www.npmjs.com/package/toastify-js )
77![ MIT License] ( https://img.shields.io/npm/l/toastify-js )
88
99Toastify is a lightweight, vanilla JS toast notification library.
Original file line number Diff line number Diff line change 11{
22 "name" : " toastify-js" ,
3- "version" : " 1.11.0 " ,
3+ "version" : " 1.11.1 " ,
44 "description" :
55 " Toastify is a lightweight, vanilla JS toast notification library." ,
66 "main" : " ./src/toastify.js" ,
Original file line number Diff line number Diff line change 11/*!
2- * Toastify js 1.11.0
2+ * Toastify js 1.11.1
33 * https://github.com/apvarun/toastify-js
44 * @license MIT licensed
55 *
@@ -61,7 +61,7 @@ class Toastify {
6161 * @type {string }
6262 * @public
6363 */
64- this . version = "1.11.0 " ;
64+ this . version = "1.11.1 " ;
6565
6666 /**
6767 * The configuration object to configure Toastify
Original file line number Diff line number Diff line change 11/*!
2- * Toastify js 1.11.0
2+ * Toastify js 1.11.1
33 * https://github.com/apvarun/toastify-js
44 * @license MIT licensed
55 *
Original file line number Diff line number Diff line change 11/*!
2- * Toastify js 1.11.0
2+ * Toastify js 1.11.1
33 * https://github.com/apvarun/toastify-js
44 * @license MIT licensed
55 *
1818 return new Toastify . lib . init ( options ) ;
1919 } ,
2020 // Library version
21- version = "1.11.0 " ;
21+ version = "1.11.1 " ;
2222
2323 // Set the default global options
2424 Toastify . defaults = {
You can’t perform that action at this time.
0 commit comments