You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20-1Lines changed: 20 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,21 @@ All notable changes to **bUnit** will be documented in this file. The project ad
6
6
7
7
## [Unreleased]
8
8
9
+
## [1.14.4] - 2023-01-11
10
+
11
+
### Added
12
+
13
+
- Added `IMemoryCache` by default to the Services container. By [@linkdotnet](https://github.com/linkdotnet).
14
+
15
+
### Fixed
16
+
17
+
- Added support in `FakeNavigationManager` to handle umlauts.
18
+
- Fixed a bug where attribute values did not get escaped. Reported by [@brettwinters](https://github.com/brettwinters). Fixed by [@linkdotnet](https://github.com/linkdotnet).
19
+
20
+
## [1.13.5] - 2022-12-16
21
+
22
+
This release contains a bunch of small tweaks and fixes.
23
+
9
24
## [1.12.6] - 2022-11-08
10
25
11
26
### Fixed
@@ -1224,7 +1239,11 @@ The latest version of the library is availble on NuGet:
1224
1239
- **Wrong casing on keyboard event dispatch helpers.**
1225
1240
The helper methods for the keyboard events was not probably cased, so that has been updated. E.g. from `Keypress(...)` to `KeyPress(...)`.
#pragma warning disable CS8767// Nullability of reference types in type of parameter doesn't match implicitly implemented member (possibly because of nullability attributes).
#pragma warning restore CS8767// Nullability of reference types in type of parameter doesn't match implicitly implemented member (possibly because of nullability attributes).
0 commit comments