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.