Skip to content

Releases: forge42dev/remix-toast

v1.2.2

19 Sep 08:10
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.1...v1.2.2

v1.2.1

31 Jul 08:16
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.0...v1.2.1

v1.2.0

18 Feb 13:42
c46f4be
Compare
Choose a tag to compare

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

v1.1.0

18 Nov 10:53
Compare
Choose a tag to compare

jsonWith utilities added

If you don't want to redirect the user but return some info to the current page with the toast data you can do so with the following utilities:

  • jsonWithSuccess
  • jsonWithError
  • jsonWithInfo
  • jsonWithWarning

Thanks to @Erij-Maherzia-BEN-BRAHIM For working on this feature!

What's Changed

New Contributors

Full Changelog: v1.0.2...v1.1.0

v1.0.2

06 Oct 12:59
Compare
Choose a tag to compare

Initial release of Remix Toast!