Skip to content

Commit 997a71a

Browse files
committed
Updated CHANGELOG.md for 1.17.2 release
1 parent 652393a commit 997a71a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 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+
## [1.17.2] - 2023-02-22
10+
911
- Submit buttons and input fields now no longer cause a form submit when they have the `@onclick:preventDefault` attribute. By [@JelleHissink](https://github.com/JelleHissink).
1012

1113
## [1.16.2] - 2023-02-07
@@ -1249,7 +1251,9 @@ The latest version of the library is availble on NuGet:
12491251
- **Wrong casing on keyboard event dispatch helpers.**
12501252
The helper methods for the keyboard events was not probably cased, so that has been updated. E.g. from `Keypress(...)` to `KeyPress(...)`.
12511253
1252-
[Unreleased]: https://github.com/bUnit-dev/bUnit/compare/v1.16.2...HEAD
1254+
[Unreleased]: https://github.com/bUnit-dev/bUnit/compare/v1.17.2...HEAD
1255+
1256+
[1.17.2]: https://github.com/bUnit-dev/bUnit/compare/v1.16.2...1.17.2
12531257
12541258
[1.16.2]: https://github.com/bUnit-dev/bUnit/compare/v1.15.5...v1.16.2
12551259

0 commit comments

Comments
 (0)