File tree Expand file tree Collapse file tree 5 files changed +10
-5
lines changed Expand file tree Collapse file tree 5 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 22
33All the changes made to toastify-js library.
44
5+ ## [ 1.9.0] - 2020-07-22
6+
7+ * Add support for providing toast ` offset `
8+ * Updated docs: offset
9+
510## [ 1.8.0] - 2020-05-29
611
712* Add option to provide a node instead of text
Original file line number Diff line number Diff line change 44![ forthebadge] ( https://forthebadge.com/images/badges/made-with-javascript.svg )
55![ forthebadge] ( https://forthebadge.com/images/badges/built-with-love.svg )
66
7- [ ![ toastify-js] ( https://img.shields.io/badge/toastify--js-1.8 .0-brightgreen.svg )] ( https://www.npmjs.com/package/toastify-js )
7+ [ ![ toastify-js] ( https://img.shields.io/badge/toastify--js-1.9 .0-brightgreen.svg )] ( https://www.npmjs.com/package/toastify-js )
88
99Toastify is a lightweight, vanilla JS toast notification library.
1010
Original file line number Diff line number Diff line change 11{
22 "name" : " toastify-js" ,
3- "version" : " 1.8 .0" ,
3+ "version" : " 1.9 .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.8 .0
2+ * Toastify js 1.9 .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.8 .0
2+ * Toastify js 1.9 .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.8 .0" ;
21+ version = "1.9 .0" ;
2222
2323 // Defining the prototype of the object
2424 Toastify . lib = Toastify . prototype = {
You can’t perform that action at this time.
0 commit comments