Skip to content

2.0.66

Choose a tag to compare

@linkdotnet linkdotnet released this 21 Nov 15:08
· 16 commits to stable since this release
77d04e5

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.