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