sonner

An opinionated toast component for React.

MIT License

Downloads
4.1M
Stars
8.4K
sonner - v.1.5.0 Latest Release

Published by emilkowalski 5 months ago

3x smaller bundle size and other improvements, thank you for all the contributions!

What's Changed

New Contributors

Full Changelog: https://github.com/emilkowalski/sonner/compare/v.1.4.41...v.1.5.0

sonner - v1.4.41

Published by emilkowalski 7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/emilkowalski/sonner/compare/v1.4.3...v.1.4.41

sonner - v1.4.3

Published by emilkowalski 8 months ago

What's Changed

Full Changelog: https://github.com/emilkowalski/sonner/compare/v1.4.1...v1.4.3

sonner - v1.4.1

Published by emilkowalski 8 months ago

What's Changed

You can now customize icons from <Toaster />, this was announced in the previous version, but was reverted afterwards. Sorry about that!

New Contributors

Full Changelog: https://github.com/emilkowalski/sonner/compare/v1.4.0...v1.4.1

sonner - v1.4.0

Published by emilkowalski 9 months ago

What's Changed

New Contributors

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

sonner - v1.3.0

Published by emilkowalski 10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/emilkowalski/sonner/compare/v1.2.4...v1.3.0

sonner - v1.2.4

Published by emilkowalski 11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/emilkowalski/sonner/compare/v1.2.3...v1.2.4

sonner - v1.2.3

Published by emilkowalski 11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/emilkowalski/sonner/compare/v1.2.1...v1.2.3

sonner - v1.2.1

Published by emilkowalski 11 months ago

Styling

Styling customization, especially with Tailwind should be much easier now. I created a new page in the documentation with more details - https://sonner.emilkowal.ski/styling.

What's Changed

New Contributors

Full Changelog: https://github.com/emilkowalski/sonner/compare/v1.2.0...v1.2.1

sonner - v1.2.0

Published by emilkowalski 12 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/emilkowalski/sonner/compare/v1.1.0...v1.2.0

sonner - v1.1.0

Published by emilkowalski 12 months ago

What's Changed

New Contributors

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

sonner - v1.0.0

Published by emilkowalski about 1 year ago

What's Changed

New Contributors

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

sonner - v0.7.0

Published by emilkowalski about 1 year ago

What's Changed

New Contributors

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

sonner - v0.6.0

Published by emilkowalski over 1 year ago

What's Changed

New Contributors

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

sonner - v0.5.0

Published by emilkowalski over 1 year ago

What's Changed

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

sonner - v0.4.0

Published by emilkowalski over 1 year ago

What's Changed

New Contributors

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

sonner - v0.3.0

Published by emilkowalski over 1 year ago

What's Changed

New Contributors

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

sonner - v0.2.0

Published by emilkowalski over 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
sonner - v0.1.6

Published by emilkowalski over 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
sonner - v0.1.1

Published by emilkowalski over 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