This repository was archived by the owner on Sep 5, 2024. It is now read-only.
Releases: sotsera/sotsera.blazor.toaster
Releases · sotsera/sotsera.blazor.toaster
register IToaster as scoped service
Toast transitions based on CSS Animations
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