Skip to content

Commit 4ca1237

Browse files
committed
Merge branch 'stable'
2 parents e3328bd + 33f9c2d commit 4ca1237

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

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.16.2] - 2023-02-07
10+
911
- Changed semantic comparer to handle elements parsed outside their proper context, e.g. an `<path>` element parsed without being inside a `<svg>` element. The semantic comparer will now be able to treat those as regular elements and thus be able to compare correctly to other elements of the same type and with the same node name. By [@egil](https://github.com/egil).
1012

1113
## [1.15.5] - 2023-02-04
@@ -1245,7 +1247,9 @@ The latest version of the library is availble on NuGet:
12451247
- **Wrong casing on keyboard event dispatch helpers.**
12461248
The helper methods for the keyboard events was not probably cased, so that has been updated. E.g. from `Keypress(...)` to `KeyPress(...)`.
12471249
1248-
[Unreleased]: https://github.com/bUnit-dev/bUnit/compare/v1.15.5...HEAD
1250+
[Unreleased]: https://github.com/bUnit-dev/bUnit/compare/v1.16.2...HEAD
1251+
1252+
[1.16.2]: https://github.com/bUnit-dev/bUnit/compare/v1.15.5...v1.16.2
12491253
12501254
[1.15.5]: https://github.com/bUnit-dev/bUnit/compare/v1.14.4...1.15.5
12511255

0 commit comments

Comments
 (0)