Skip to content

Releases: sotsera/sotsera.blazor.toaster

register IToaster as scoped service

12 Feb 21:20
Compare
Choose a tag to compare

Toast transitions based on CSS Animations

10 Feb 19:55
Compare
Choose a tag to compare

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:

upgrade to blazor 0.8.0 (0.8.0-preview-19104-04)

10 Feb 19:57
Compare
Choose a tag to compare