Skip to content

Commit

Permalink
Updated CHANGELOG.md for 1.18.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bUnitBot committed Feb 26, 2023
1 parent 75d01f4 commit 1704137
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ All notable changes to **bUnit** will be documented in this file. The project ad

## [Unreleased]

## [1.18.4] - 2023-02-26

### Fixed

- Some characters where not properly escaped. Reported by [@pwhe23](https://github.com/pwhe23). Fixed by [@linkdotnet](https://github.com/linkdotnet).
- 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).
- 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).

## [1.17.2] - 2023-02-22

Expand Down Expand Up @@ -1256,7 +1258,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.17.2...HEAD
[Unreleased]: https://github.com/bUnit-dev/bUnit/compare/v1.18.4...HEAD
[1.18.4]: https://github.com/bUnit-dev/bUnit/compare/v1.17.2...v1.18.4
[1.17.2]: https://github.com/bUnit-dev/bUnit/compare/v1.16.2...1.17.2
Expand Down

0 comments on commit 1704137

Please sign in to comment.