Releases: bUnit-dev/bUnit
Releases · bUnit-dev/bUnit
2.1.1
Changed
- Registering
AuthenticationStatein the services container rather than as part of the RenderTree. Fixes #1774 reported by @aayjaychan.
2.0.66
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
formattribute. Reported and fixed in #1766. - Improved renderer logic that catches more edge cases.
- Improved developer experience in relation to JSInterop.
1.40.0
Fixed
- Aligned Microsoft packages to their TFM version
1.39.5
Fixed
- Do not set the
UriorBaseUriproperty on theFakeNavigationManagerif navigation is prevented by a handler onnet7.0or greater. Reported and fixed by @ayyron-dev in #1647 - Use default renderer properties for AngleSharp. Reported by @jtleaming in [#1692].
FindComponentsthrows an exception, when a base and derived class was searched for. Reported by @BlueDragon709 in [#1691].
1.38.5
Added
- Added support for xunit v3 in the bunit.template. By @linkdotnet.
1.37.7
Added
- Added support for
RendererInfoandAssignedRenderMode(.net9.0).
1.36.0
Added
- Bumped .NET 9 version dependencies to stable packages.
1.35.3
Added
- Extension packages (
bunit.generatorsandbunit.web.query) are flagged as stable.
1.34.0
Fixed
- Fixed other packages that have a CVE like
Microsoft.Extensions.Caching.Memory. Reported by @polajenko. Fixed by @linkdotnet.
1.33.3
Added
bunit.generatorsrespect parameters from the base class.- Supports components using constructor injection in
net9.0.
Fixed
- Use latest
System.Text.Jsondue to CVE in8.0.4.