From 2849c0f59d0989a6f95d71bc1f550949a76591a9 Mon Sep 17 00:00:00 2001 From: bUnit bot Date: Wed, 20 Dec 2023 13:34:57 +0000 Subject: [PATCH] Updated CHANGELOG.md for 1.26.64 release --- CHANGELOG.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0918b56e..e433af4a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,18 +6,20 @@ All notable changes to **bUnit** will be documented in this file. The project ad ## [Unreleased] +## [1.26.64] - 2023-12-20 + ### Changed -- Upgraded AngleSharp to 1.0.7. +- Upgraded AngleSharp to 1.0.7. ### Fixed -- When the `TestContext` was disposed, the Blazor Renderer itself didn't dispose components under test. By [@linkdotnet](https://github.com/linkdotnet). -- When navigating, the `HistoryEntryState` on `NavigationManager` will be populated. By [@linkdotnet](https://github.com/linkdotnet). +- When the `TestContext` was disposed, the Blazor Renderer itself didn't dispose components under test. By [@linkdotnet](https://github.com/linkdotnet). +- When navigating, the `HistoryEntryState` on `NavigationManager` will be populated. By [@linkdotnet](https://github.com/linkdotnet). ### Added -- New overloads for `IRenderedFragmentBase.InvokeAsync` that allow retrieving the work item's return value. By [@jcparkyn](https://github.com/jcparkyn). +- New overloads for `IRenderedFragmentBase.InvokeAsync` that allow retrieving the work item's return value. By [@jcparkyn](https://github.com/jcparkyn). ## [1.25.3] - 2023-11-14 @@ -1345,7 +1347,9 @@ The latest version of the library is availble on NuGet: - **Wrong casing on keyboard event dispatch helpers.** The helper methods for the keyboard events was not probably cased, so that has been updated. E.g. from `Keypress(...)` to `KeyPress(...)`. -[Unreleased]: https://github.com/bUnit-dev/bUnit/compare/v1.25.3...HEAD +[Unreleased]: https://github.com/bUnit-dev/bUnit/compare/v1.26.64...HEAD + +[1.26.64]: https://github.com/bUnit-dev/bUnit/compare/v1.25.3...v1.26.64 [1.25.3]: https://github.com/bUnit-dev/bUnit/compare/v1.24.10...1.25.3