Skip to content

Release 1.10.0

Compare
Choose a tag to compare
@apvarun apvarun released this 25 Mar 17:42
· 29 commits to master since this release
01492b1
  • 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. Use style.background instead