Skip to content

Commit 2fe4d71

Browse files
committed
Merge branch 'stable'
2 parents ec6cc92 + 9e12a61 commit 2fe4d71

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ All notable changes to **bUnit** will be documented in this file. The project ad
66

77
## [Unreleased]
88

9+
## [2.3.4] - 2025-12-18
10+
911
### Added
1012

1113
- Added generic overloads `Find{TComponent, TElement}` and `FindAll{TComponent, TElement}` to query for specific element types (e.g., `IHtmlInputElement`). By [@linkdotnet](https://github.com/linkdotnet).
@@ -1495,7 +1497,8 @@ The latest version of the library is availble on NuGet:
14951497
- **Wrong casing on keyboard event dispatch helpers.**
14961498
The helper methods for the keyboard events was not probably cased, so that has been updated. E.g. from `Keypress(...)` to `KeyPress(...)`.
14971499

1498-
[unreleased]: https://github.com/bUnit-dev/bUnit/compare/v2.2.2...HEAD
1500+
[unreleased]: https://github.com/bUnit-dev/bUnit/compare/v2.3.4...HEAD
1501+
[2.3.4]: https://github.com/bUnit-dev/bUnit/compare/v2.2.2...v2.3.4
14991502
[2.2.2]: https://github.com/bUnit-dev/bUnit/compare/v2.1.1...2.2.2
15001503
[2.1.1]: https://github.com/bUnit-dev/bUnit/compare/v2.0.66...v2.1.1
15011504
[2.0.66]: https://github.com/bUnit-dev/bUnit/compare/v1.40.0...2.0.66

0 commit comments

Comments
 (0)