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 22
33All the changes made to toastify-js library.
44
5+ ## [ 1.12.0] - 2022-07-21
6+
7+ * Accessibility fix: Support aria-live for the toast
8+ * Accessibility fix: Add aria-label for close icon
9+
510## [ 1.11.2] - 2021-10-06
611
712* Bugfix: Style Options: "backgroundColor" not working! (#81 )
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.2 -brightgreen.svg )] ( https://www.npmjs.com/package/toastify-js )
6+ [ ![ toastify-js] ( https://img.shields.io/badge/toastify--js-1.12.0 -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.2 " ,
3+ "version" : " 1.12.0 " ,
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.2
2+ * Toastify js 1.12.0
33 * https://github.com/apvarun/toastify-js
44 * @license MIT licensed
55 *
@@ -63,7 +63,7 @@ class Toastify {
6363 * @type {string }
6464 * @public
6565 */
66- this . version = "1.11.2 " ;
66+ this . version = "1.12.0 " ;
6767
6868 /**
6969 * The configuration object to configure Toastify
Original file line number Diff line number Diff line change 11/*!
2- * Toastify js 1.11.2
2+ * Toastify js 1.12.0
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.2
2+ * Toastify js 1.12.0
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.2 " ;
21+ version = "1.12.0 " ;
2222
2323 // Set the default global options
2424 Toastify . defaults = {
You can’t perform that action at this time.
0 commit comments