Skip to content

Releases: code-forge-io/remix-toast

v1.1.0

18 Nov 10:53

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

Choose a tag to compare

Initial release of Remix Toast!