1.5.12
This first release of 2022 includes one fix and four additions. A huge thank you to Steven Giesel (@linkdotnet) and Denis Ekart (@denisekart) for their contributions to this release.
Also a big shout out to bUnit's sponsors who helped make this release happen.
The higher tier sponsors are:
Other sponsors are:
- Hassan Rezk Habib (@hassanhabib)
- Jonny Larsson (@Garderoben)
- Domn Werner (@domn1995)
- Mladen Macanović (@stsrki)
- @ChristopheDEBOVE
- Steven Giesel (@linkdotnet)
Added
- Added
FakeSignOutSessionStateManagetype in Blazor, that makes it easy to test components that use theSignOutSessionStateManagetype. By @linkdotnet. - Added a validation to
AddChildContentmethod inComponentParameterCollectionBuilderthat will throw an exception if the component'sChildContentis a generic type. By @denisekart. - Added more optional arguments for
ClickandDoubleClickextensions which were introduced in .NET 5 and .NET 6. By @linkdotnet. - Added template support for
NunitandMSTestunit test frameworks. By @denisekart.
Fixed
- Changed
GetDispatchEventTasksfor bubbling events such that handled exceptions are not rethrown later from theWaitFor...helpers methods. Reported by @AndrewStrickland. Fixed by @linkdotnet