← Back to Toolkit Releases
14.2.0: Popup Android Screen Reader Accessibility
Contributors
CommunityToolkit.Maui v14.2.0
Thanks to @IeuanWalker, Android Screen Reader now properly reads Popup v2! Previously the screen reader would default to the underlying PopupPage, now it defaults directly to the content of your Popup:
| Before | After |
|---|---|
What’s Changed
- Fix Windows DrawingView image rendering so exported/rendered strokes use the correct (round) line caps by @MFinkBK in https://github.com/CommunityToolkit/Maui/pull/3216
- Popup: Android screen reader accessibility by @IeuanWalker in https://github.com/CommunityToolkit/Maui/pull/2959
Housekeeping
- Use SHA Pinning by Brandon Minnick in https://github.com/CommunityToolkit/Maui/commit/eecd5d53aceb43ab743d6717d5124aea86f0ad0d
- Bump actions/setup-dotnet from 5.2.0 to 5.3.0 by @dependabot[bot] in https://github.com/CommunityToolkit/Maui/pull/3230
- Bump PolySharp from 1.15.0 to 1.16.0 by @dependabot[bot] in https://github.com/CommunityToolkit/Maui/pull/3228
- Bump Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing from 1.1.3 to 1.1.4 by @dependabot[bot] in https://github.com/CommunityToolkit/Maui/pull/3227
- Bump Microsoft.CodeAnalysis.CSharp.CodeFix.Testing from 1.1.3 to 1.1.4 by @dependabot[bot] in https://github.com/CommunityToolkit/Maui/pull/3226
- Bump System.Formats.Asn1 from 10.0.7 to 10.0.8 by @dependabot[bot] in https://github.com/CommunityToolkit/Maui/pull/3217
- Bump Microsoft.CodeAnalysis.CSharp.Analyzer.Testing from 1.1.3 to 1.1.4 by @dependabot[bot] in https://github.com/CommunityToolkit/Maui/pull/3224
- Bump Microsoft.Testing.Extensions.CodeCoverage from 18.6.2 to 18.7.0 by @dependabot[bot] in https://github.com/CommunityToolkit/Maui/pull/3221
- Prevent NETSDK1102 on MacCatalyst by Brandon Minnick in https://github.com/CommunityToolkit/Maui/commit/adce47b070b210e6fe97ed3d1fb35d22120f460a
New Contributors
@MFinkBK made their first contribution in https://github.com/CommunityToolkit/Maui/pull/3216
Full Changelog: https://github.com/CommunityToolkit/Maui/compare/14.1.1…14.2.0