Skip to content

Releases: apvarun/toastify-js

Release 1.12.0

21 Jul 05:45
a907853
Compare
Choose a tag to compare
  • Accessibility fix: Support aria-live for the toast
  • Accessibility fix: Add aria-label for close icon

Release 1.11.2

06 Oct 17:38
d88cfbb
Compare
Choose a tag to compare
  • Bugfix: Style Options: backgroundColor not working! (#81)
  • Bugfix: ShadowRoot is undefined in older browsers (#83)

Release 1.11.1

15 Jul 07:03
be5d33d
Compare
Choose a tag to compare

Bugfix: IE11 support broke since style option #77

Release 1.11.0

25 Apr 06:34
c8f56d8
Compare
Choose a tag to compare
  • New property oldestFirst allows to set the order of adding new toasts to page (#70 and #71)

Release 1.10.0

25 Mar 17:42
01492b1
Compare
Choose a tag to compare
  • 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

Release 1.9.3

10 Oct 04:47
493e898
Compare
Choose a tag to compare
  • Offset IE11 compatibility #64

Release 1.9.2

10 Oct 04:46
dfd17fc
Compare
Choose a tag to compare
  • Bugfix: Max width problem for firefox browser #61

Release 1.9.1

13 Aug 19:33
0e25082
Compare
Choose a tag to compare
  • Add support for providing toast offset
  • Updated docs: offset
  • Bugfix: Avatar positioning based on toast position

Release 1.8.0

12 Jun 12:39
Compare
Choose a tag to compare
  • Add option to provide a node instead of text
  • Updated docs: permanent toast duration

Release 1.7.0

01 Mar 22:31
Compare
Choose a tag to compare
  • 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