Skip to content

1.5.12

Choose a tag to compare

@github-actions github-actions released this 15 Feb 10:51
01b7081

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:

Added

  • Added FakeSignOutSessionStateManage type in Blazor, that makes it easy to test components that use the SignOutSessionStateManage type. By @linkdotnet.
  • Added a validation to AddChildContent method in ComponentParameterCollectionBuilder that will throw an exception if the component's ChildContent is a generic type. By @denisekart.
  • Added more optional arguments for Click and DoubleClick extensions which were introduced in .NET 5 and .NET 6. By @linkdotnet.
  • Added template support for Nunit and MSTest unit test frameworks. By @denisekart.

Fixed

  • Changed GetDispatchEventTasks for bubbling events such that handled exceptions are not rethrown later from the WaitFor... helpers methods. Reported by @AndrewStrickland. Fixed by @linkdotnet