v5.2.0
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