v1.4.41
What's Changed
- [Docs]: Render toast on page load by @luis-viegas in #363
- fix: unmount custom loading icon correctly by @wbsdickson in #365
- HTML content sanitization and parsing for html tags inside toast by @borisadamyan in #350
- feat: add classNames for content/icon elements by @Kinbaum in #372
- fix: dynamic mobile width based on
--mobile-offset
by @atsixian in #371 - Decrease specificity by @emilkowalski in #377
- fix: toast not displaying when
Toaster.duration
is set to Infinity by @atsixian in #373 - fix:
Toaster.gap
doesn't work by @atsixian in #375 - allow to pass jsx to actions by @emilkowalski in #379
New Contributors
- @luis-viegas made their first contribution in #363
- @wbsdickson made their first contribution in #365
- @borisadamyan made their first contribution in #350
- @Kinbaum made their first contribution in #372
- @atsixian made their first contribution in #371
Full Changelog: v1.4.3...v.1.4.41