Skip to content

Commit

Permalink
Updated CHANGELOG.md for 1.11.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bUnitBot committed Oct 13, 2022
1 parent 72fae79 commit ac4061c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@ All notable changes to **bUnit** will be documented in this file. The project ad

## [Unreleased]

## [1.11.7] - 2022-10-13

### Added
- 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).

- 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).

## [1.10.14] - 2022-09-16

Expand Down Expand Up @@ -1215,7 +1218,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.10.14...HEAD
[Unreleased]: https://github.com/bUnit-dev/bUnit/compare/v1.11.7...HEAD
[1.11.7]: https://github.com/bUnit-dev/bUnit/compare/v1.10.14...v1.11.7
[1.10.14]: https://github.com/bUnit-dev/bUnit/compare/v1.9.8...v1.10.14
Expand Down

0 comments on commit ac4061c

Please sign in to comment.