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

Changelog History
Page 2

  • v1.7.0 Changes

    March 01, 2020
    • 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
  • v1.6.2 Changes

    January 03, 2020
    • ๐Ÿ›  Bugfix: Closing the toast when custom close icon from icon fonts are used
  • v1.6.1 Changes

    June 29, 2019
    • ๐Ÿ›  Bugfix: Disabling stopOnFocus
  • v1.6.0 Changes

    June 29, 2019
    • ๐Ÿ—„ Deprecation Warning: Migrating from positionLeft property to position
    • ๐Ÿ‘ Property position to support center as a value along with left and right - Useful for centering toast messages in the page
  • v1.5.0 Changes

    May 30, 2019
    • โž• Added persistant toast option with ability to programatically close it
  • v1.4.0 Changes

    May 12, 2019
    • ๐Ÿ’ฅ Breaking Change: Manually import CSS while using as module in your modern JavaScript applications
    • Ability to pause the toast dismiss timer on hover (Using stopOnFocus property)
  • v1.3.2 Changes

    • โž• Added z-index attribute
  • v1.2.1 Changes

    May 31, 2018
    • โž• Added support for Classes. Now custom classes can be added to the toast while creating it
  • v1.2.0 Changes

    March 05, 2018
    • ๐Ÿ›  Fix issue when destination and close options is used at the same time
  • v1.1.0 Changes

    February 18, 2018
    • ๐Ÿ’ป Browser support extended to IE10+ without any polyfills