Releases: Blazored/Toast
Releases · Blazored/Toast
v4.2.1
v4.2.0
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
- (#249) Updated everything to .NET 8 - Thanks to @chrissainty
📖 Documentation
- (#250) Updates to readme - Thanks to @chrissainty
- (#245) Corrected typo in ReadMe.md - Thanks to @glenHeyvaert
v4.1.0
What's Changed
🚀 Features
- (#208) Toast position for instance #159 - Thanks to @Cvijo
- (#203) Pause on hover feature #148 - Thanks to @Cvijo
- (#206) Adds new DisableTimeout setting - Thanks to @chrissainty
🐛 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
- (#192) Fixed example showing old API - Thanks to @chrissainty
v4.0.0
What's Changed
- (#176) Implemented and tested ClearQueue (Issue #175) - Thanks to @Flatscha
- (#173) Update README.md - Thanks to @mikemassa84
- (#164) Updated to net6.0 and minor updates - Thanks to @daniel-rck
🚀 Features
- (#181) New default UI for toasts - Thanks to @chrissainty
🧰 Maintenance
- (#182) Added Net7 TFM - Thanks to @chrissainty
- (#169) Added scoped CSS for Toast components - Thanks to @chrissainty
- (#168) Fixes null reference errors introduced in the .NET 6 move - Thanks to @chrissainty
v3.2.2
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
What's Changed
- (#121) Added possibility to define custom close icon - Thanks to @linkdotnet
- (#90) Update README.md - Thanks to @AskYous
🚀 Features
- (#137) Adds ability to clear all toasts or all toast types - Thanks to @OliverBack
- (#104) Add parameter for MaxToastCount - Thanks to @Mijalski
- (#126) Added custom toast component, samples, + unit tests - Thanks to @OliverBack
- (#117) Added bUnit extention and test examples to Toast - Thanks to @OliverBack
- (#106) On click handler - Thanks to @Mijalski
🐛 Bug Fixes
- (#136) Smoothed out progress bar and removed hard coded colours - Thanks to @chrissainty
- (#134) Fix #133 (long urls overflow) - Thanks to @koskila
🧰 Maintenance
- (#87) Move to GitHub Actions for CI - Thanks to @chrissainty
- (#73) Removed bundleconfig from build and bumped versions - Thanks to @chrissainty
v3.2.0
What's Changed
- (#121) Added possibility to define custom close icon - Thanks to @linkdotnet
- (#90) Update README.md - Thanks to @AskYous
🚀 Features
- (#137) Adds ability to clear all toasts or all toast types - Thanks to @OliverBack
- (#104) Add parameter for MaxToastCount - Thanks to @Mijalski
- (#126) Added custom toast component, samples, + unit tests - Thanks to @OliverBack
- (#117) Added bUnit extention and test examples to Toast - Thanks to @OliverBack
- (#106) On click handler - Thanks to @Mijalski
🐛 Bug Fixes
- (#136) Smoothed out progress bar and removed hard coded colours - Thanks to @chrissainty
- (#134) Fix #133 (long urls overflow) - Thanks to @koskila
🧰 Maintenance
- (#87) Move to GitHub Actions for CI - Thanks to @chrissainty
- (#73) Removed bundleconfig from build and bumped versions - Thanks to @chrissainty
v3.1.1
v3.1.0
What's Changed
🚀 Features
- (#66) Ship minified css - Thanks to @chrissainty
- (#65) Added ability to display progress bar on toasts - Thanks to @chrissainty
- (#64) Added ability to remove toasts on navigation - Thanks to @chrissainty
🧰 Maintenance
- (#63) Moved the toast timer to the toast instance - Thanks to @chrissainty
v3.0.0
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