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
+11-7Lines changed: 11 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,19 +6,21 @@ All notable changes to **bUnit** will be documented in this file. The project ad
6
6
7
7
## [Unreleased]
8
8
9
+
## [1.7.7] - 2022-04-29
10
+
9
11
### Added
10
12
11
-
- Added method `SetAuthenticationType` to `TestAuthorizationContext` to allow for custom authentication type checks. By [@TimPurdum](https://github.com/timpurdum).
13
+
- Added method `SetAuthenticationType` to `TestAuthorizationContext` to allow for custom authentication type checks. By [@TimPurdum](https://github.com/timpurdum).
14
+
15
+
- Added `DisposeComponents` to `TestContextBase`. It will dispose and remove all components rendered by the `TestContextBase`. By [@linkdotnet](https://github.com/linkdotnet).
12
16
13
-
-Added `DisposeComponents` to `TestContextBase`. It will dispose and remove all components rendered by the `TestContextBase`. By [@linkdotnet](https://github.com/linkdotnet).
17
+
- Added .NET 7 as a target framework for bUnit. By [@linkdotnet](https://github.com/linkdotnet).
14
18
15
-
- Added .NET 7 as a target framework for bUnit. By [@linkdotnet](https://github.com/linkdotnet).
16
-
17
19
### Fixed
18
20
19
-
- Fixed step by step guide for building and viewing the documentation locally. By [@linkdotnet](https://github.com/linkdotnet).
21
+
-Fixed step by step guide for building and viewing the documentation locally. By [@linkdotnet](https://github.com/linkdotnet).
20
22
21
-
-`FakeNavigationManager.NavigateTo` could lead to exceptions when navigating to external url's. Reported by (@TDroogers)[https://github.com/TDroogers]. Fixed by [@linkdotnet](https://github.com/linkdotnet).
23
+
-`FakeNavigationManager.NavigateTo` could lead to exceptions when navigating to external url's. Reported by (@TDroogers)[https://github.com/TDroogers]. Fixed by [@linkdotnet](https://github.com/linkdotnet).
22
24
23
25
## [1.6.4] - 2022-02-22
24
26
@@ -1138,7 +1140,9 @@ The latest version of the library is availble on NuGet:
1138
1140
-**Wrongcasingonkeyboardeventdispatchhelpers.**
1139
1141
Thehelpermethodsforthekeyboardeventswasnotprobablycased, sothathasbeenupdated. E.g. from `Keypress(...)` to `KeyPress(...)`.
0 commit comments