← Back to Toolkit Releases
14.1.0: SpeechToText `AutostopSilenceTimeout`, StatusBar Bug Fixes, Popup Bug Fixes, AvatarView Bug Fixes, and Public Exceptions
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 https://github.com/CommunityToolkit/Maui/pull/3134
- Filter out non-public types in TextColorToGenerator assembly scanning by Gerald Versluis in https://github.com/CommunityToolkit/Maui/pull/3161
- Add Support for Popups inside a Modal
NavigationPageby @StefanRailcube in https://github.com/CommunityToolkit/Maui/pull/3164 - Fix for Bug 2761 (AppThemeResource not finding keys) by @misterspeak in https://github.com/CommunityToolkit/Maui/pull/3159
- Add Support for
StatusBarBehaviorin Android Modal Page by Brandon Minnick in https://github.com/CommunityToolkit/Maui/pull/3123 - Fix: [BUG] StatusBar too large in landscape mode (in API 36+) #3170 by @Pastajello in https://github.com/CommunityToolkit/Maui/pull/3182
- Fix: [BUG] AvatarView changes size when setting its ImageSource #3153 by @Pastajello in https://github.com/CommunityToolkit/Maui/pull/3183
- SpeechToText AutostopSilenceTimeout by Vladislav Antonyuk in https://github.com/CommunityToolkit/Maui/pull/3111
New Contributors
- @StefanRailcube made their first contribution in https://github.com/CommunityToolkit/Maui/pull/3164
- @misterspeak made their first contribution in https://github.com/CommunityToolkit/Maui/pull/3159
- @Pastajello made their first contribution in https://github.com/CommunityToolkit/Maui/pull/3182
Full Changelog: https://github.com/CommunityToolkit/Maui/compare/14.0.1…14.1.0