All the changes made to toastify-js library.
- Added z-index attribute.
- Added support for Classes. Now custom classes can be added to the toast while creating it.
- Fix issue when
destination
andclose
options is used at the same time
- Browser support extended to IE10+ without any polyfills
- Support for modules
- Support for changing background [Options]
- Optimized toast positioning logic
- Added changelog for library update tracking
- Support for toast messages on mobile screens
- Tweaked close icon
- Support for positioning of toasts on the page
- Close buton for toasts [Options]
- Option to add on-click link for toasts
- Updated comments for code readability
- Initial Release
- Added Preview page
- Optimized function structure