← Back to MAUI Releases
8.0.80 SR8
What’s Changed
- [Windows] Respect
ClearButtonVisibility = ClearButtonVisibility.Neverfor<Entry>s by @MartyIX in https://github.com/dotnet/maui/pull/23158 - Support the new RIDs on WinUI by Matthew Leibowitz in https://github.com/dotnet/maui/pull/23247
- [windows] fix VisualDiagnosticsOverlay keeping Page’s alive by Jonathan Peppers in https://github.com/dotnet/maui/pull/23489
- [android]: ModalContainer Destroy commit allowing state loss by @rs-lkroneman in https://github.com/dotnet/maui/pull/23400
- use MathF where possible by @symbiogenesis in https://github.com/dotnet/maui/pull/19965
- [windows] fix memory leak in WebView by Jonathan Peppers in https://github.com/dotnet/maui/pull/23540
- Fix the batch file for running local dotnet on windows by @vitek-karas in https://github.com/dotnet/maui/pull/23541
- Don’t throw exceptions on back-to-back window deactivations by @Foda in https://github.com/dotnet/maui/pull/23519
- [iOS] Read only Editor is editable when Next from on screen keyboard by Jakub Florkowski in https://github.com/dotnet/maui/pull/22501
- Make sure resizetized image files are writable by Dean Ellis in https://github.com/dotnet/maui/pull/23412
- Fix a few more template ampersand cases by @Eilon in https://github.com/dotnet/maui/pull/23592
- Fix menus to only create casting list once by Shane Neuville in https://github.com/dotnet/maui/pull/23618
- [Android] Honor IconImageSource.FontImageSource color by Jakub Florkowski in https://github.com/dotnet/maui/pull/23604
- [iOS] CarouselView: Changing Position after navigation away then comi… by Jakub Florkowski in https://github.com/dotnet/maui/pull/23477
- [CI] Bump xcode 15.4.0 by Rui Marinho in https://github.com/dotnet/maui/pull/22611
- [Core] Enforce CA1507 - use nameof() where possible by @symbiogenesis in https://github.com/dotnet/maui/pull/21962
- [Windows] Fix pull to refresh w/ horz item layouts by @Foda in https://github.com/dotnet/maui/pull/23547
- Detect MauiCALayer being rendered offscreen by Alberto Aldegheri in https://github.com/dotnet/maui/pull/23648
- Hide FlyoutIcon when FlyoutBehavior set to disabled by Jakub Florkowski in https://github.com/dotnet/maui/pull/20087
- [ci] Fix maestro publishing for stable packages (#23664) by Rui Marinho in https://github.com/dotnet/maui/pull/23681
- [Docs] Added pending inline comments to Page class by Javier Suárez in https://github.com/dotnet/maui/pull/20933
- Add the embedding sample by Matthew Leibowitz in https://github.com/dotnet/maui/pull/23647
- [windows] Fix Updating the initial position by Rui Marinho in https://github.com/dotnet/maui/pull/23709
- [Windows] Fix CollectionView DisconnectHandler SelectionMode Crash by @Foda in https://github.com/dotnet/maui/pull/23726
- Use UIView.Window instead of the global window by Matthew Leibowitz in https://github.com/dotnet/maui/pull/23693
- [Windows] Subscribe pointer events only when needed by @MartyIX in https://github.com/dotnet/maui/pull/23515
- Move the legacy layouts into the right folder by Matthew Leibowitz in https://github.com/dotnet/maui/pull/23766
- Do not solely make Visual Diagnostics available on debugger being attached by @chabiss in https://github.com/dotnet/maui/pull/23490
- [android] update AOT profile for servicing by Jonathan Peppers in https://github.com/dotnet/maui/pull/23765
- [Accessibility] Add accessibility label to the menu button by @tj-devel709 in https://github.com/dotnet/maui/pull/23762
IWindow.Contentcan be null in Core by Matthew Leibowitz in https://github.com/dotnet/maui/pull/23775- [Windows] Add TitleBar Control by @Foda in https://github.com/dotnet/maui/pull/23019
- [msbuild] Fix BundleResource defaults for iOS and MacCatalyst by @dalexsoto in https://github.com/dotnet/maui/pull/23835
- Generate the Android 7 round app icon by Matthew Leibowitz in https://github.com/dotnet/maui/pull/23276
- Fix BlazorWebView on iOS/MacCatalyst 18 by @Eilon in https://github.com/dotnet/maui/pull/23906
- NuGet auditing package dependencies for security vulnerabilities by @moljac in https://github.com/dotnet/maui/pull/23860
- Fix HostIdentifier bindings for item templates by Gerald Versluis in https://github.com/dotnet/maui/pull/23912
- [Windows] Handle non-seekable streams in
PlatformImage.FromStream(take 2) by @MartyIX in https://github.com/dotnet/maui/pull/23824 - Use explicit platform versions by Matthew Leibowitz in https://github.com/dotnet/maui/pull/23995
- Remove the ‘Resources’ prefix from BundleResource by Matthew Leibowitz in https://github.com/dotnet/maui/pull/23978
- Fixes Android FontModel Glide In-Memory Caching by Alberto Aldegheri in https://github.com/dotnet/maui/pull/24021
- [iOS] Add a Container around ImageButton by Shane Neuville in https://github.com/dotnet/maui/pull/24020
- [Windows] Fix CarouselView not showing new items by @Foda in https://github.com/dotnet/maui/pull/23779
- Added condition in WindowStateManager for selecting proper scene used by @jpiechowiak in https://github.com/dotnet/maui/pull/23945
- Check to see if Image Should Reload When Attached by Shane Neuville in https://github.com/dotnet/maui/pull/24023
Dependency Updates
- [main] Update dependencies from dotnet/xharness by @dotnet-maestro in https://github.com/dotnet/maui/pull/23216
- [main] Update dependencies from dotnet/xharness by @dotnet-maestro in https://github.com/dotnet/maui/pull/24012
- [Windows] Upgrade Windows App SDK from 1.5.4 to 1.5.5 by @MartyIX in https://github.com/dotnet/maui/pull/23750
- [darc] Pin darc version as workaround by Rui Marinho in https://github.com/dotnet/maui/pull/23584
- Revert “[darc] Pin darc version as workaround (#23584)” by Rui Marinho in https://github.com/dotnet/maui/pull/23636
Tests
- Move WebViewDidNotLeak to UITest by Shane Neuville in https://github.com/dotnet/maui/pull/23784
- Add embedding sample and code by Matthew Leibowitz in https://github.com/dotnet/maui/pull/23642
- Fixed a crash for the samples app [User interface concepts -> styles] by Jakub Florkowski in https://github.com/dotnet/maui/pull/23852
- [ci] Fix when pushing artifacts on uitests samples by Rui Marinho in https://github.com/dotnet/maui/pull/23919
- [UI Testing] Add legacy tests (alternative) by Javier Suárez in https://github.com/dotnet/maui/pull/22635
- Move PopLifeCycle to device tests by Shane Neuville in https://github.com/dotnet/maui/pull/23468
- Remove mobile test from running on desktop by Shane Neuville in https://github.com/dotnet/maui/pull/23550
- [tests] Fix iOS screenshot for sonoma by Rui Marinho in https://github.com/dotnet/maui/pull/23667
- [core] Fix tests when converting with PT Locale by Rui Marinho in https://github.com/dotnet/maui/pull/23764
- Increase iOS Device Test Time out to 90 by Shane Neuville in https://github.com/dotnet/maui/pull/23768
- Fix iOS log exports by Shane Neuville in https://github.com/dotnet/maui/pull/23334
New Contributors
- @rs-lkroneman made their first contribution in https://github.com/dotnet/maui/pull/23400
- @jpiechowiak made their first contribution in https://github.com/dotnet/maui/pull/23945
Full Changelog: https://github.com/dotnet/maui/compare/8.0.71…8.0.80