v.1.5.0
3x smaller bundle size and other improvements, thank you for all the contributions!
What's Changed
- fix: apply classnames when using toast[type] by @Kinbaum in #383
- fix: rendering of
ReactNode
descriptions by @peetzweg in #387 - feat(#414): allow individual toasts to opt into richColor styling by @nicksrandall in #415
- export ToasterProps type by @Sam-Apostel in #400
- feat: updates toast action/cancel property type/handlers by @6thpath in #398
- Get history of Toast by @dharanish-v in #266
- Fix tests by @emilkowalski in #424
- Remove dom purify to reduce bundle size by @emilkowalski in #439
- Add hooks to show active toasts by @rizqitsani in #418
- Pause timer if toast appears when the document is hidden by @pytnik23 in #426
- fix(toaster): fix typo by @Willem-Jaap in #368
- chore(docs): include a section about persisting toasts by @zaaakher in #430
- Handle async functions in
toast.promise
results by @ajmnz in #389 - fix build by @emilkowalski in #440
New Contributors
- @peetzweg made their first contribution in #387
- @nicksrandall made their first contribution in #415
- @Sam-Apostel made their first contribution in #400
- @6thpath made their first contribution in #398
- @dharanish-v made their first contribution in #266
- @pytnik23 made their first contribution in #426
- @Willem-Jaap made their first contribution in #368
- @zaaakher made their first contribution in #430
Full Changelog: v.1.4.41...v.1.5.0