From dd0cee4521fc13e5da56c9e85fd6d84657620cd9 Mon Sep 17 00:00:00 2001 From: bUnit bot Date: Wed, 26 Apr 2023 17:48:17 +0000 Subject: [PATCH] Updated CHANGELOG.md for 1.19.14 release --- CHANGELOG.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c917303e..81e61058c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,13 +6,15 @@ All notable changes to **bUnit** will be documented in this file. The project ad ## [Unreleased] +## [1.19.14] - 2023-04-26 + ### Fixed -- Custom elements with attributes throw `ArgumentException` with `MarkupMatches`. Reported by [@candritzky](https://github.com/candritzky). Fixed by [@linkdotnet](https://github.com/linkdotnet). +- Custom elements with attributes throw `ArgumentException` with `MarkupMatches`. Reported by [@candritzky](https://github.com/candritzky). Fixed by [@linkdotnet](https://github.com/linkdotnet). -### Changed +### Changed -- Changed test renderer such that updates to rendered components markup happen in the same synchronization context as the test framework is using (if any), if any, to avoid memory race conditions. By [@egil](https://github.com/egil). +- Changed test renderer such that updates to rendered components markup happen in the same synchronization context as the test framework is using (if any), if any, to avoid memory race conditions. By [@egil](https://github.com/egil). ## [1.18.4] - 2023-02-26 @@ -1266,7 +1268,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.18.4...HEAD +[Unreleased]: https://github.com/bUnit-dev/bUnit/compare/v1.19.14...HEAD + +[1.19.14]: https://github.com/bUnit-dev/bUnit/compare/v1.18.4...1.19.14 [1.18.4]: https://github.com/bUnit-dev/bUnit/compare/v1.17.2...v1.18.4