Releases: apvarun/toastify-js
Releases · apvarun/toastify-js
Release 1.6.1
- Deprecation Warning: Migrating from positionLeft property to position - positionLeft is still supported but may be removed in future versions
- Property position to support center as a value along with left and right - Useful for centering toast messages in the page
- Bugfix: Disabling stopOnFocus
Release 1.5.0
- Added support for persistent toast, and ability to dismiss the toast programatically.
Release 1.4.0
- Breaking Change: Manually import CSS while using as module in your modern JavaScript applications.
- Ability to pause the toast dismiss timer on hover (Using stopOnFocus property)
Release 1.3.1
- Fix issue when destination and close options is used at the same time
- Added support for Classes. Now custom classes can be added to the toast while creating it
Release 1.1.0
- Browser support for IE10+, Edge, Chrome, Safari, Firefox
Stable
Initial Release
- Initial Toast
- Example usage file
- Support for Customizing text and duration
- Function chaining