From c1d7383b181d785356180fe1b83ff151595e83f0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 2 Nov 2025 07:57:50 +0000 Subject: [PATCH 1/2] Initial plan From 73f2db6f52b139c074c73c7da20dadf79fa37acf Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 2 Nov 2025 08:00:30 +0000 Subject: [PATCH 2/2] docs: Update CHANGELOG.md for form attribute support Co-authored-by: egil <105649+egil@users.noreply.github.com> --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ac8e4790..4524e166c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ For a migration guide, see [Upgrading bUnit](https://bunit.dev/docs/migrations/i ### 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](https://github.com/bUnit-dev/bUnit/issues/1766). - Improved renderer logic that catches more edge cases. - Improved developer experience in relation to JSInterop.