Toastify Js Versions Save

Pure JavaScript library for better notification messages

1.12.0

1 year ago
  • Accessibility fix: Support aria-live for the toast
  • Accessibility fix: Add aria-label for close icon

1.11.2

2 years ago
  • Bugfix: Style Options: backgroundColor not working! (#81)
  • Bugfix: ShadowRoot is undefined in older browsers (#83)

1.11.1

2 years ago

Bugfix: IE11 support broke since style option #77

1.11.0

3 years ago
  • New property oldestFirst allows to set the order of adding new toasts to page (#70 and #71)

1.10.0

3 years ago
  • 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

1.9.3

3 years ago
  • Offset IE11 compatibility #64

1.9.2

3 years ago
  • Bugfix: Max width problem for firefox browser #61

1.9.1

3 years ago
  • Add support for providing toast offset
  • Updated docs: offset
  • Bugfix: Avatar positioning based on toast position

1.8.0

3 years ago
  • Add option to provide a node instead of text
  • Updated docs: permanent toast duration

1.7.0

4 years ago
  • 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