Skip to content

Releases: bUnit-dev/bUnit

2.1.1

21 Nov 16:08
befdf2e

Choose a tag to compare

Changed

  • Registering AuthenticationState in the services container rather than as part of the RenderTree. Fixes #1774 reported by @aayjaychan.

2.0.66

21 Nov 15:08
77d04e5

Choose a tag to compare

This major release focuses on platform updates and API simplifications.

For a migration guide, see Upgrading bUnit.

Changed

  • Target framework support updated: added support for .NET 10 (net10.0) and dropped all versions prior to .NET 8 (net8.0).
  • Cleanup of the API with simplifications of many API calls and methods. This also includes renaming of some objects to better reflect their purpose.

Added

  • Support for form submission from submit buttons and inputs that are outside the form element but associated via the HTML5 form attribute. Reported and fixed in #1766.
  • Improved renderer logic that catches more edge cases.
  • Improved developer experience in relation to JSInterop.

1.40.0

14 Jun 14:46
0b3b16b

Choose a tag to compare

Fixed

  • Aligned Microsoft packages to their TFM version

1.39.5

04 Apr 16:38
7b86ed8

Choose a tag to compare

Fixed

  • Do not set the Uri or BaseUri property on the FakeNavigationManager if navigation is prevented by a handler on net7.0 or greater. Reported and fixed by @ayyron-dev in #1647
  • Use default renderer properties for AngleSharp. Reported by @jtleaming in [#1692].
  • FindComponents throws an exception, when a base and derived class was searched for. Reported by @BlueDragon709 in [#1691].

1.38.5

12 Jan 15:09
0197657

Choose a tag to compare

Added

  • Added support for xunit v3 in the bunit.template. By @linkdotnet.

1.37.7

13 Dec 16:18
61cef65

Choose a tag to compare

Added

  • Added support for RendererInfo and AssignedRenderMode (.net9.0).

1.36.0

12 Nov 20:38
a8f6182

Choose a tag to compare

Added

  • Bumped .NET 9 version dependencies to stable packages.

1.35.3

12 Nov 20:22
45e2bb0

Choose a tag to compare

Added

  • Extension packages (bunit.generators and bunit.web.query) are flagged as stable.

1.34.0

01 Nov 09:35
a0cfdc8

Choose a tag to compare

Fixed

  • Fixed other packages that have a CVE like Microsoft.Extensions.Caching.Memory. Reported by @polajenko. Fixed by @linkdotnet.

1.33.3

11 Oct 14:18
a95c4be

Choose a tag to compare

Added

  • bunit.generators respect parameters from the base class.
  • Supports components using constructor injection in net9.0.

Fixed

  • Use latest System.Text.Json due to CVE in 8.0.4.