Skip to content

Commit 9fa3469

Browse files
committed
Special keys changelog
1 parent 5e8a9f3 commit 9fa3469

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ List of new features.
1414
- Two new overloads to the `RenderFragment()` and `ChildContent()` component parameter factory methods have been added that takes a `RenderFragment` as input. By [@egil](https://github.com/egil) in [#203](https://github.com/egil/bUnit/pull/203).
1515
- Added a `ComponentParameterCollection` type. The `ComponentParameterCollection` is a collection of component parameters, that knows how to turn those components parameters into a `RenderFragment`, which will render a component and pass any parameters inside the collection to that component. That logic was spread out over multiple places in bUnit, and is now owned by the `ComponentParameterCollection` type. By [@egil](https://github.com/egil) in [#203](https://github.com/egil/bUnit/pull/203).
1616
- Added additional placeholder services for `NavigationManager`, `HttpClient`, and `IStringLocalizer`, to make it easier for users to figure out why a test is failing due to missing service registration before rendering a component. By [@joro550](https://github.com/joro550) in [#223](https://github.com/egil/bUnit/pull/223).
17+
- Added `KeyDown` and `KeyUp` helper methods to raise keyboard events with special keys. Available special keys are represented by `Key` enum. Special keys can be combined with control keys: `Key.Enter | Key.Alt`. `KeyPress` helper method is not added, because this event does not emit special keys. By [@duracellko](https://github.com/duracellko) in [#101](https://github.com/egil/bUnit/issues/101).
1718

1819
### Changed
1920
List of changes in existing functionality.

0 commit comments

Comments
 (0)