File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 22
33All the changes made to toastify-js library.
44
5- ## [ 1.4] - 2019-05-12
5+ ## [ 1.4.0 ] - 2019-05-12
66
77* ** Breaking Change** : Manually import CSS while using as module in your modern JavaScript applications.
88* Ability to pause the toast dismiss timer on hover (Using ` stopOnFocus ` property)
Original file line number Diff line number Diff line change 33![ forthebadge] ( https://forthebadge.com/images/badges/made-with-javascript.svg )
44![ forthebadge] ( https://forthebadge.com/images/badges/built-with-love.svg )
55
6- [ ![ toastify-js] ( https://img.shields.io/badge/toastify--js-1.4-brightgreen.svg )] ( https://www.npmjs.com/package/toastify-js )
6+ [ ![ toastify-js] ( https://img.shields.io/badge/toastify--js-1.4.0 -brightgreen.svg )] ( https://www.npmjs.com/package/toastify-js )
77
88Toastify is a lightweight, vanilla JS toast notification library.
99
Original file line number Diff line number Diff line change 11{
22 "name" : " toastify-js" ,
3- "version" : " 1.4" ,
3+ "version" : " 1.4.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.4
2+ * Toastify js 1.4.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.4
2+ * Toastify js 1.4.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.4" ;
21+ version = "1.4.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