Skip to content
This repository was archived by the owner on Dec 26, 2025. It is now read-only.

Releases: Blazored/Toast

v4.2.1

19 Mar 16:41
6e2959a

Choose a tag to compare

What's Changed

  • (#255) 251 - Fix null reference exception in OnInitializedAsync - Thanks to @gracefaz

v4.2.0

19 Feb 20:45
21a1fa5

Choose a tag to compare

What's Changed

🚀 Features

  • (#248) 228 - Adds toast parameters to InMemoryToast to enable better testing - Thanks to @TheoWakelin

🐛 Bug Fixes

  • (#222) Restore Use of Configuration Toast Level-Specific Css Classes - Thanks to @taylorchasewhite
  • (#226) Fix settings to allow instance settings to override global settings - Thanks to @chrissainty
  • (#224) Removed media query disabling styles at lower screen sizes - Thanks to @chrissainty
  • (#223) Reset top border for custom toasts - Thanks to @chrissainty

🧰 Maintenance

📖 Documentation

v4.1.0

23 Feb 22:49

Choose a tag to compare

What's Changed

🚀 Features

🐛 Bug Fixes

  • (#207) Fixed: Now passes additional CSS classes to toast instance - Thanks to @Cvijo
  • (#202) Fix: Correctly passes timeout per toast instance - Thanks to @Cvijo

📖 Documentation

v4.0.0

04 Jan 23:06
3d4da2f

Choose a tag to compare

What's Changed

🚀 Features

🧰 Maintenance

v3.2.2

08 Oct 20:13

Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • (#138) Added try catch block to swallow exception due to CalculateProgress being async void - Thanks to @chrissainty

🧰 Maintenance

  • (#140) Updated TextExtensions project metadata and removed dependancy on bUnit from Toast - Thanks to @chrissainty

v3.2.1

08 Oct 16:27
6ebc1a8

Choose a tag to compare

What's Changed

🚀 Features

🐛 Bug Fixes

🧰 Maintenance

v3.2.0

08 Oct 16:22
6ebc1a8

Choose a tag to compare

What's Changed

🚀 Features

🐛 Bug Fixes

🧰 Maintenance

v3.1.1

11 May 14:58
22a03b8

Choose a tag to compare

What's Changed

🧰 Maintenance

v3.1.0

08 May 15:10
64d2b63

Choose a tag to compare

What's Changed

🚀 Features

🧰 Maintenance

  • (#63) Moved the toast timer to the toast instance - Thanks to @chrissainty

v3.0.0

04 May 07:38
0783ffa

Choose a tag to compare

What's Changed

🚀 Features

  • (#59) 2020-03-26 MaterialIcons proposed implementation - Thanks to @MarkStega
  • (#54) added RenderFragment as option for toast messages - Thanks to @thoemmi

🧰 Maintenance

  • (#60) Rename sample to be inline with other Blazored solutions - Thanks to @chrissainty