Skip to content

Commit 9bf85db

Browse files
committed
Updated CHANGELOG.md for 1.7.7 release
1 parent 9c395bc commit 9bf85db

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

CHANGELOG.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,21 @@ All notable changes to **bUnit** will be documented in this file. The project ad
66

77
## [Unreleased]
88

9+
## [1.7.7] - 2022-04-29
10+
911
### Added
1012

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).
1216

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).
1418

15-
- Added .NET 7 as a target framework for bUnit. By [@linkdotnet](https://github.com/linkdotnet).
16-
1719
### Fixed
1820

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).
2022

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).
2224

2325
## [1.6.4] - 2022-02-22
2426

@@ -1138,7 +1140,9 @@ The latest version of the library is availble on NuGet:
11381140
- **Wrong casing on keyboard event dispatch helpers.**
11391141
The helper methods for the keyboard events was not probably cased, so that has been updated. E.g. from `Keypress(...)` to `KeyPress(...)`.
11401142

1141-
[Unreleased]: https://github.com/bUnit-dev/bUnit/compare/v1.6.4...HEAD
1143+
[Unreleased]: https://github.com/bUnit-dev/bUnit/compare/v1.7.7...HEAD
1144+
1145+
[1.7.7]: https://github.com/bUnit-dev/bUnit/compare/v1.6.4...v1.7.7
11421146
11431147
[1.6.4]: https://github.com/bUnit-dev/bUnit/compare/v1.5.12...v1.6.4
11441148

0 commit comments

Comments
 (0)