You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,8 @@ All notable changes to **bUnit** will be documented in this file. The project ad
9
9
### Fixed
10
10
11
11
- bUnit's built-in HTML parser did not correctly parse full HTML documents that included a <!DOCTYPE html> as the first element. Fixed by [@egil](https://github.com/egil).
12
+
-`@formname` directive led to an `InvalidOperationException` when used on a form element. Reported by [@suzu2469](https://github.com/suzu2469) in [#1438](https://github.com/bUnit-dev/bUnit/issues/1438).
13
+
Fixed by [@egil](https://github.com/egil)/[@linkdotnet](https://github.com/linkdotnet).
12
14
13
15
### Changed
14
16
-`NavigationManager` is again registered as a singleton instead of scoped.
0 commit comments