Releases: emilkowalski/sonner
Releases · emilkowalski/sonner
v0.2.0
What's Changed
- Fix batch updates by @emilkowalski in #28
- Export toast types and allow function to the success/error messages to incorporate the result/error of the promise @emilkowalski in #26
v0.1.1
What's Changed
- Fix height while expanded in by @joaom00 in #7
- Add a prefix to prevent overriding keyframmes by @lirbre in #11
- Avoid setting hover to false when swiping out to top by @joaom00 in #9
- Allow passing a Promise to toast without wrapper function by @skoshx in #6
- docs(website): match types copy to readme.md by @rafegoldberg in #13
v0.1.6
What's Changed
- Add ability to add classnames to description by @danjohnson95 in #15
- Add the ability to programmatically remove a toast by @emilkowalski in #18
- Add fully custom, unstyled toast + allow to pass jsx as first argument in the toast by @emilkowalski in #19
- fix: Pass toast props correctly when using it as a promise by @emilkowalski in #20