Skip to content

Commit

Permalink
Updated CHANGELOG.md for 1.19.14 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bUnitBot committed Apr 26, 2023
1 parent 4424322 commit dd0cee4
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit dd0cee4

Please sign in to comment.