Skip to content

Commit 1704137

Browse files
committed
Updated CHANGELOG.md for 1.18.4 release
1 parent 75d01f4 commit 1704137

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ All notable changes to **bUnit** will be documented in this file. The project ad
66

77
## [Unreleased]
88

9+
## [1.18.4] - 2023-02-26
10+
911
### Fixed
1012

1113
- Some characters where not properly escaped. Reported by [@pwhe23](https://github.com/pwhe23). Fixed by [@linkdotnet](https://github.com/linkdotnet).
12-
- Clicking a submit button or submit input element inside a form, submits the form, if the submit button or submit input element does not have the `@onclick:preventDefault` attribute set. Reported by [@linkdotnet](https://github.com/linkdotnet). Fixed by [@egil](https://github.com/egil).
14+
- Clicking a submit button or submit input element inside a form, submits the form, if the submit button or submit input element does not have the `@onclick:preventDefault` attribute set. Reported by [@linkdotnet](https://github.com/linkdotnet). Fixed by [@egil](https://github.com/egil).
1315

1416
## [1.17.2] - 2023-02-22
1517

@@ -1256,7 +1258,9 @@ The latest version of the library is availble on NuGet:
12561258
- **Wrong casing on keyboard event dispatch helpers.**
12571259
The helper methods for the keyboard events was not probably cased, so that has been updated. E.g. from `Keypress(...)` to `KeyPress(...)`.
12581260
1259-
[Unreleased]: https://github.com/bUnit-dev/bUnit/compare/v1.17.2...HEAD
1261+
[Unreleased]: https://github.com/bUnit-dev/bUnit/compare/v1.18.4...HEAD
1262+
1263+
[1.18.4]: https://github.com/bUnit-dev/bUnit/compare/v1.17.2...v1.18.4
12601264
12611265
[1.17.2]: https://github.com/bUnit-dev/bUnit/compare/v1.16.2...1.17.2
12621266

0 commit comments

Comments
 (0)