Releases: apvarun/toastify-js
Releases · apvarun/toastify-js
Release 1.12.0
Release 1.11.2
Release 1.11.1
Bugfix: IE11 support broke since style option #77
Release 1.11.0
Release 1.10.0
selector
now supports a DOM Node, along with ID string (#65)- New property -
escapeMarkup
- Toggle the default behavior of escaping HTML markup - New property -
style
- Use the HTML DOM Style properties to add any style directly to toast - Adds
toastify-es.js
, to be used from node_modules until there are no compatibility issues
Deprecations:
backgroundColor
is deprecated. Usestyle.background
instead
Release 1.9.3
- Offset IE11 compatibility #64
Release 1.9.2
- Bugfix: Max width problem for firefox browser #61
Release 1.9.1
- Add support for providing toast
offset
- Updated docs: offset
- Bugfix: Avatar positioning based on toast position
Release 1.8.0
- Add option to provide a node instead of text
- Updated docs: permanent toast duration
Release 1.7.0
- To be able to set stopOnFocus for toasts without close icon
- Bugfix: duration can be infinite by setting as 0
- Bugfix: Prevent errors when parent node is removed from DOM while using frameworks
- Bugfix: IE 9/10 compatibility fix