Skip to content

Commit 2849c0f

Browse files
committed
Updated CHANGELOG.md for 1.26.64 release
1 parent 44f34f0 commit 2849c0f

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [1.26.64] - 2023-12-20
10+
911
### Changed
1012

11-
- Upgraded AngleSharp to 1.0.7.
13+
- Upgraded AngleSharp to 1.0.7.
1214

1315
### Fixed
1416

15-
- When the `TestContext` was disposed, the Blazor Renderer itself didn't dispose components under test. By [@linkdotnet](https://github.com/linkdotnet).
16-
- When navigating, the `HistoryEntryState` on `NavigationManager` will be populated. By [@linkdotnet](https://github.com/linkdotnet).
17+
- When the `TestContext` was disposed, the Blazor Renderer itself didn't dispose components under test. By [@linkdotnet](https://github.com/linkdotnet).
18+
- When navigating, the `HistoryEntryState` on `NavigationManager` will be populated. By [@linkdotnet](https://github.com/linkdotnet).
1719

1820
### Added
1921

20-
- New overloads for `IRenderedFragmentBase.InvokeAsync` that allow retrieving the work item's return value. By [@jcparkyn](https://github.com/jcparkyn).
22+
- New overloads for `IRenderedFragmentBase.InvokeAsync` that allow retrieving the work item's return value. By [@jcparkyn](https://github.com/jcparkyn).
2123

2224
## [1.25.3] - 2023-11-14
2325

@@ -1345,7 +1347,9 @@ The latest version of the library is availble on NuGet:
13451347
- **Wrong casing on keyboard event dispatch helpers.**
13461348
The helper methods for the keyboard events was not probably cased, so that has been updated. E.g. from `Keypress(...)` to `KeyPress(...)`.
13471349
1348-
[Unreleased]: https://github.com/bUnit-dev/bUnit/compare/v1.25.3...HEAD
1350+
[Unreleased]: https://github.com/bUnit-dev/bUnit/compare/v1.26.64...HEAD
1351+
1352+
[1.26.64]: https://github.com/bUnit-dev/bUnit/compare/v1.25.3...v1.26.64
13491353
13501354
[1.25.3]: https://github.com/bUnit-dev/bUnit/compare/v1.24.10...1.25.3
13511355

0 commit comments

Comments
 (0)