Sonner Versions Save

An opinionated toast component for React.

v1.0.0

8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/emilkowalski/sonner/compare/v0.7.0...v1.0.0

v0.7.0

9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/emilkowalski/sonner/compare/v0.6.0...v0.7.0

v0.6.0

11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/emilkowalski/sonner/compare/v0.5.0...v0.6.0

v0.5.0

11 months ago

What's Changed

Full Changelog: https://github.com/emilkowalski/sonner/compare/v0.4.0...v0.5.0

v0.4.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/emilkowalski/sonner/compare/v0.3.0...v0.4.0

v0.3.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/emilkowalski/sonner/compare/v0.2.0...v0.3.0

v0.2.0

1 year ago

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

latest

1 year ago

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

previous

1 year ago

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