All Versions
27
Latest Version
Avg Release Cycle
68 days
Latest Release
657 days ago

Changelog History
Page 1

  • v1.12.0 Changes

    July 21, 2022
    • ๐Ÿ‘ Accessibility fix: Support aria-live for the toast
    • Accessibility fix: Add aria-label for close icon
  • v1.11.2 Changes

    October 06, 2021
    • ๐Ÿ›  Bugfix: Style Options: "backgroundColor" not working! (#81)
    • ๐Ÿ›  Bugfix: "ShadowRoot is undefined" in older browsers (#83)
  • v1.11.1 Changes

    July 15, 2021
    • ๐Ÿ›  Bugfix: IE11 support broke since style option #77
  • v1.11.0 Changes

    April 25, 2021
    • ๐Ÿ†• New property oldestFirst allows to set the order of adding new toasts to page (#70 and #71)
  • v1.10.0 Changes

    March 25, 2021
    • ๐Ÿ‘ 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
  • v1.9.3 Changes

    October 10, 2020
    • Offset IE11 compatibility #64
  • v1.9.2 Changes

    September 24, 2020
    • ๐Ÿ›  Bugfix: Max width problem for firefox browser #61
  • v1.9.1 Changes

    August 13, 2020
    • ๐Ÿ›  Bugfix: Avatar positioning based on toast position
  • v1.9.0 Changes

    July 22, 2020
    • โž• Add support for providing toast offset
    • โšก๏ธ Updated docs: offset
  • v1.8.0 Changes

    May 29, 2020
    • โž• Add option to provide a node instead of text
    • โšก๏ธ Updated docs: permanent toast duration