Releases: fkhadra/react-toastify
Releases Β· fkhadra/react-toastify
v5.4.1
Changelog
π Bugfix
π Misc
- Add a monospace font stack and slightly modified styles for the code blocks
- bump dependencies
Before:
After:
Special thanks to @kennethormandy and @seanparmelee for this release
v5.4.0
v5.3.2
v5.3.1
v5.3.0
Changelog
π Features
- Include the bare minimun stylesheet. #359
- Add onClick event handler to toast and ToastContainer #253
π Bugfix
- Ensure only one container is mounted when using lazy mounting #364
- Make toast.update with multi-containers #362
Special thanks to @alexluong, @ramospedro and @nicolasletoublon for this release
v5.2.1
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