Skip to content

Commit c79df04

Browse files
committed
Merge branch 'stable'
2 parents e0cc772 + 3891f20 commit c79df04

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.5.3] - 2026-01-08
10+
911
### Added
1012

1113
- `Render(RenderFragment)` is preferred via the `OverloadResolutionAttribute`. Reported by [@ScarletKuro](https://github.com/ScarletKuro) in #1800. Fixed by [@linkdotnet](https://github.com/linkdotnet).
@@ -1508,7 +1510,8 @@ The latest version of the library is availble on NuGet:
15081510
- **Wrong casing on keyboard event dispatch helpers.**
15091511
The helper methods for the keyboard events was not probably cased, so that has been updated. E.g. from `Keypress(...)` to `KeyPress(...)`.
15101512

1511-
[unreleased]: https://github.com/bUnit-dev/bUnit/compare/v2.4.2...HEAD
1513+
[unreleased]: https://github.com/bUnit-dev/bUnit/compare/v2.5.3...HEAD
1514+
[2.5.3]: https://github.com/bUnit-dev/bUnit/compare/v2.4.2...v2.5.3
15121515
[2.4.2]: https://github.com/bUnit-dev/bUnit/compare/v2.3.4...2.4.2
15131516
[2.3.4]: https://github.com/bUnit-dev/bUnit/compare/v2.2.2...v2.3.4
15141517
[2.2.2]: https://github.com/bUnit-dev/bUnit/compare/v2.1.1...2.2.2

0 commit comments

Comments
 (0)