Skip to content

v1.2.0

Compare
Choose a tag to compare
@AlemTuzlak AlemTuzlak released this 18 Feb 13:42
· 19 commits to main since this release
c46f4be

Description field

Now you can pass in optional description field to all the utilities alongside with the message by passing in an object instead of a string as the second parameter, still works with a string as well

Session configuration

Custom utilities

Now you can create a custom session storage and pass it into createToastUtilsWithCustomSession to create all the utilities used by remix-toast with your custom session. Refer to the README for details.

Global session configuration

Thanks to Raphael there is a new setToastCookieOptions function that allows you to configure your toast session values globally

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.2.0