Skip to content

Added ability to programatically close a specific toastr

Compare
Choose a tag to compare
@pruhsert pruhsert released this 06 Oct 13:38
· 65 commits to master since this release
517ba53

In version 1.1.3 we

  • added an optional "toastrId" parameter to all toastr message type calls
  • added a "clearToastr(toastrId)" method to clear the toastr with the given toastrId (SVYX-92)
  • added a convenience method "createToastrOptions" to create toastrOptions to not having to type an object to CustomType<webnotificationsToastr.toastrOptions>