react-toastify v5.2.0 Release Notes

Release Date: 2019-05-29 // almost 5 years ago
  • ๐Ÿ”„ Changelog

    ๐Ÿฑ ๐Ÿš€ Features

    • ๐Ÿ‘ Allow user to override default ARIA role #348. Thanks to @ameem91
    • Prevent duplicate toast when same id is used

    ๐Ÿ›  ๐Ÿž Bugfix

    • ๐Ÿฑ Prevent duplicate toast when same id is used FOR REAL ๐Ÿ˜ญ
    • โšก๏ธ toast.update({progress: 1}) will close the toast a la nprogress. #347

    ๐Ÿฑ ๐Ÿ’ฅ Breaking Changes

    • It's no more possible to define the progress percentage when calling toast.done. This was inconsistent