CommunityToolkit.Maui v14.1.0
SpeechToText
- We've added
SpeechToTextOptions.AutostopSilenceTimeoutto allow you to auto-stopISpeechToText
Public Custom Exceptions
We heard your feedback! The following exceptions are now public allowing you to properly catch them inside a try/catch block:
SoftKeyboardExceptionPopupNotFoundExceptionPopupBlockedExceptionInvalidPopupOperationException
StatusBar Bug Fixes
StatusBarBehaviornow works when used inside a Modal Page on AndroidStatusBarBehaviornow uses the correct height for Android API 36+
Popup Fixes
Popupnow works when used in a Modal Page
AvatarView
AvatarViewnow correctly updates its size whenImageSourcechanges
What's Changed
- Make custom exceptions public by @FabriBertani in #3134
- Filter out non-public types in TextColorToGenerator assembly scanning by @jfversluis in #3161
- Add Support for Popups inside a Modal
NavigationPageby @StefanRailcube in #3164 - Fix for Bug 2761 (AppThemeResource not finding keys) by @misterspeak in #3159
- Add Support for
StatusBarBehaviorin Android Modal Page by @TheCodeTraveler in #3123 - Fix: [BUG] StatusBar too large in landscape mode (in API 36+) #3170 by @Pastajello in #3182
- Fix: [BUG] AvatarView changes size when setting its ImageSource #3153 by @Pastajello in #3183
- SpeechToText AutostopSilenceTimeout by @VladislavAntonyuk in #3111
New Contributors
- @StefanRailcube made their first contribution in #3164
- @misterspeak made their first contribution in #3159
- @Pastajello made their first contribution in #3182
Full Changelog: 14.0.1...14.1.0