File tree Expand file tree Collapse file tree 5 files changed +9
-5
lines changed Expand file tree Collapse file tree 5 files changed +9
-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.1] - 2020-08-13
6+
7+ * Bugfix: Avatar positioning based on toast position
8+
59## [ 1.9.0] - 2020-07-22
610
711* Add support for providing toast ` offset `
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.9.0 -brightgreen.svg )] ( https://www.npmjs.com/package/toastify-js )
7+ [ ![ toastify-js] ( https://img.shields.io/badge/toastify--js-1.9.1 -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.9.0 " ,
3+ "version" : " 1.9.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.9.0
2+ * Toastify js 1.9.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.9.0
2+ * Toastify js 1.9.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.9.0 " ;
21+ version = "1.9.1 " ;
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