Sotsera.blazor.toaster Versions Save

A Toastr.js port to Blazor in pure .Net.

v0.6.1

5 years ago

0.8.0-preview-1

5 years ago

0.8.0-preview-2

5 years ago

This release contains the new transitions logic which is now based on CSS animations and removes most of the System.Threading.Timer calls. There are a few breaking changes:

  • the IToaster service is now registered as scoped instead of singleton
  • some configuration options used by the old c# transitions have been removed
    • ShowStepDuration
    • HideStepDuration
    • ProgressBarStepDuration

Issues closed:

  • closes #15