Releases: davidortinau/Plugin.Maui.KeyListener
Releases · davidortinau/Plugin.Maui.KeyListener
v1.0.0-preview3
What's Changed
- Add clear button to sample by @jeremy-visionaid in #21
- Use direct mappings for keys by @jeremy-visionaid in #22
- Fix various warnings by @jeremy-visionaid in #24
- Fix virtual key to char conversion on Windows by @jeremy-visionaid in #26
- Fix Windows key mappings by @jeremy-visionaid in #28
- Fix iOS/MacCatalyst key mappings by @jeremy-visionaid in #29
- Fix iOS/MacCatalyst key processing by @jeremy-visionaid in #30
- Fix key modifiers on Windows by @jeremy-visionaid in #31
- Allow marking KeyPressedEventArgs as handled by @jeremy-visionaid in #34
- Connect PlatformBehavior to XamlRoot.Content by @jeremy-visionaid in #32
- Implement initial Android support by @jeremy-visionaid in #35
- Workaround receiving events with Shell on iPhone by @jeremy-visionaid in #37
Full Changelog: v1.0.0-preview2...v1.0.0-preview3
v1.0.0-preview2
What's Changed
- Fix nullability warnings by @jeremy-visionaid in #15
- Remove redundant System.Management reference by @jeremy-visionaid in #17
- Fix KeyPressedEventArgs for Enter/Space on iOS/MacCatalyst by @jeremy-visionaid in #18
- Reduce allocations by @jeremy-visionaid in #20
- Fix crash detaching KeyboardBehavior by @jeremy-visionaid in #16
New Contributors
- @jeremy-visionaid made their first contribution in #15
Full Changelog: v1.0.0-preview1...v1.0.0-preview2
Preview 1
v1.0.0-preview1 add manual option