Skip to content

Commit ac4061c

Browse files
committed
Updated CHANGELOG.md for 1.11.7 release
1 parent 72fae79 commit ac4061c

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [1.11.7] - 2022-10-13
10+
911
### Added
10-
- Added the `StateFromJson` method to the `NavigationHistory` type, to make it easy to deserialize navigation state stored as JSON during a call to `NavigationManager.NavigateTo`, e.g. as seen with the new `InteractiveRequestOptions` type available in .NET 7. By [@linkdotnet](https://github.com/linkdotnet) and [@egil](https://github.com/egil).
12+
13+
- Added the `StateFromJson` method to the `NavigationHistory` type, to make it easy to deserialize navigation state stored as JSON during a call to `NavigationManager.NavigateTo`, e.g. as seen with the new `InteractiveRequestOptions` type available in .NET 7. By [@linkdotnet](https://github.com/linkdotnet) and [@egil](https://github.com/egil).
1114

1215
## [1.10.14] - 2022-09-16
1316

@@ -1215,7 +1218,9 @@ The latest version of the library is availble on NuGet:
12151218
- **Wrong casing on keyboard event dispatch helpers.**
12161219
The helper methods for the keyboard events was not probably cased, so that has been updated. E.g. from `Keypress(...)` to `KeyPress(...)`.
12171220
1218-
[Unreleased]: https://github.com/bUnit-dev/bUnit/compare/v1.10.14...HEAD
1221+
[Unreleased]: https://github.com/bUnit-dev/bUnit/compare/v1.11.7...HEAD
1222+
1223+
[1.11.7]: https://github.com/bUnit-dev/bUnit/compare/v1.10.14...v1.11.7
12191224
12201225
[1.10.14]: https://github.com/bUnit-dev/bUnit/compare/v1.9.8...v1.10.14
12211226

0 commit comments

Comments
 (0)