← Back to MAUI Releases
8.0.70 SR7
What’s Changed
- [WinUI] Fix DateTimeFormatter for “ddd” by Tim Miller in https://github.com/dotnet/maui/pull/20045
- Remove unnecessary SendAppearing call by Shane Neuville in https://github.com/dotnet/maui/pull/22959
- SwipeView shows what’s beneath while still swiping - fix by Jakub Florkowski in https://github.com/dotnet/maui/pull/22741
- [XC] Fix SimplifyTypeExtensionVisitor by @simonrozsival in https://github.com/dotnet/maui/pull/23043
- [NativeAOT] Fix CarouselViewUITests by @simonrozsival in https://github.com/dotnet/maui/pull/23113
- [iOS] TapGestureRecognizer should not fire when view is not enabled by Jonathan Dick in https://github.com/dotnet/maui/pull/23049
- [Windows] Ensure titlebar button foreground colors use app theme by @Foda in https://github.com/dotnet/maui/pull/23144
SizeandSizeFshould not throw onNaNby Matthew Leibowitz in https://github.com/dotnet/maui/pull/22890- [ios] fix leak in ListView *Cells by Jonathan Peppers in https://github.com/dotnet/maui/pull/23143
- [ios/catalyst] fix more cycles in
NavigationPageby Jonathan Peppers in https://github.com/dotnet/maui/pull/23164 - Optimize resetting gesture recognizers by @symbiogenesis in https://github.com/dotnet/maui/pull/19987
- [Windows] Fix ListView insert not working properly by @Foda in https://github.com/dotnet/maui/pull/22746
- Fix
encoding in maui templates by @MiYanni in https://github.com/dotnet/maui/pull/22084 - NavHost cannot be null on Back key pressed - fix by Jakub Florkowski in https://github.com/dotnet/maui/pull/23170
- [ios/catalyst] fix memory leak in TabbedPage by Jonathan Peppers in https://github.com/dotnet/maui/pull/23166
- [iOS] Set WindowOverlay’s GraphicsView to transparent input by Tim Miller in https://github.com/dotnet/maui/pull/23208
- Avoid JavaCast + exceptions and instead just ask Java by Matthew Leibowitz in https://github.com/dotnet/maui/pull/23215
- Wire RefreshView up to our xplat layout workflow (#23169) by Shane Neuville in https://github.com/dotnet/maui/pull/23218
- [Windows] FilePicker picking multiple files is very slow because of
FutureAccessListuse by @MartyIX in https://github.com/dotnet/maui/pull/23047 - Call base.OnResume if Existing NavigationFragment Early by Shane Neuville in https://github.com/dotnet/maui/pull/23187
- [Android] Fix flyout behaviour switching exception by @imuller in https://github.com/dotnet/maui/pull/22453
- Split SingleProject targets by Gerald Versluis in https://github.com/dotnet/maui/pull/23269
- [main] Null terminate iOS TabbedRenderer by @github-actions in https://github.com/dotnet/maui/pull/23290
- [Windows] Improve performance in accessibility extensions by @MartyIX in https://github.com/dotnet/maui/pull/22698
- [Android] Avoid double event subscribes in gesture manager by Jonathan Dick in https://github.com/dotnet/maui/pull/23242
- Simplify
NavigationRootManager.Connecton the Windows platform. by @Takym in https://github.com/dotnet/maui/pull/23345 - [Windows] Make sure that
FileSystem.Current.AppDataDirectoryfolder exists in unpackaged by @MartyIX in https://github.com/dotnet/maui/pull/23265 - [windows] fix memory leak in
TabbedPageby Jonathan Peppers in https://github.com/dotnet/maui/pull/23281 - Add Apple Privacy Manifest to new project template by Gerald Versluis in https://github.com/dotnet/maui/pull/21350
- [Windows] Fix horizontal scroll not working w/ CollectionView by @Foda in https://github.com/dotnet/maui/pull/23188
- [Android] InputTransparent=“true” on a Layout breaks child controls - Fix by Jakub Florkowski in https://github.com/dotnet/maui/pull/22345
Element: NRE by accessingRealParent- fix by @MartyIX in https://github.com/dotnet/maui/pull/23405- Android: Ensure fragment has not been disposed while updating left bar button by Alberto Aldegheri in https://github.com/dotnet/maui/pull/23416
- [windows] fix memory leak in
MauiWinUIWindowby Jonathan Peppers in https://github.com/dotnet/maui/pull/23327 - Fixing regression in Picker behavior in 8.0.60 by @BurningLights in https://github.com/dotnet/maui/pull/23369
- Fixes #18204 border lagging behind content on iOS and improves initial render performance by Alberto Aldegheri in https://github.com/dotnet/maui/pull/23156
- [iOS] Crash upon resuming the app - fix by Jakub Florkowski in https://github.com/dotnet/maui/pull/23360
- Shell BackButtonBehavior improvement by Jakub Florkowski in https://github.com/dotnet/maui/pull/23466
Docs
- Simplify Development.md by Shane Neuville in https://github.com/dotnet/maui/pull/23142
Dependency Updates
- Bump
Microsoft.Web.WebView2from1.0.2151.40to1.0.2592.51by @MartyIX in https://github.com/dotnet/maui/pull/23209 - Bump to Android 34.0.113 by Jonathan Peppers in https://github.com/dotnet/maui/pull/23120
- [main] Update arcade and xharness by Rui Marinho in https://github.com/dotnet/maui/pull/22981
- [main] Update dependencies from dotnet/xharness by @dotnet-maestro in https://github.com/dotnet/maui/pull/22950
- [Windows] Upgrade Windows App SDK from 1.5.1 to 1.5.4 by @MartyIX in https://github.com/dotnet/maui/pull/22992
- [main] Update dependencies from dotnet/xharness by @dotnet-maestro in https://github.com/dotnet/maui/pull/23088
Tests
- Bump Appium version to 2.11 by Shane Neuville in https://github.com/dotnet/maui/pull/23337
- Add Additional Provisioning by Shane Neuville in https://github.com/dotnet/maui/pull/23461
- [Mac] Remove newly added RefreshView test by Shane Neuville in https://github.com/dotnet/maui/pull/23457
- Run UI tests per groups of categories in CI by Gerald Versluis in https://github.com/dotnet/maui/pull/22609
- Added missing ui test categories by Jakub Florkowski in https://github.com/dotnet/maui/pull/23464
- Add Flaky UI Test category by Gerald Versluis in https://github.com/dotnet/maui/pull/23432
- Add UITest.Analyzers to VS Code Solution by Gerald Versluis in https://github.com/dotnet/maui/pull/23433
- [tests] Analyzer / code fix provider for UITest [Test] without [Category] by Jonathan Dick in https://github.com/dotnet/maui/pull/23287
- Add missing UI Test category to fix main build by Gerald Versluis in https://github.com/dotnet/maui/pull/23428
- Bump Appium Drivers by Shane Neuville in https://github.com/dotnet/maui/pull/23349
- Enable RefreshView Tests by Shane Neuville in https://github.com/dotnet/maui/pull/23181
- [tests] test a lot more things in
MemoryTests.csby Jonathan Peppers in https://github.com/dotnet/maui/pull/23324 - Move tests to new location by Shane Neuville in https://github.com/dotnet/maui/pull/23251
- Renamed the project because macOS uses .app by Matthew Leibowitz in https://github.com/dotnet/maui/pull/23223
- [Housekeeping] Added UI Test to validate project template by Javier Suárez in https://github.com/dotnet/maui/pull/18567
- [Tests] Update to Appium 5.0.0 by Jonathan Dick in https://github.com/dotnet/maui/pull/23118
- Add additional logging for PopLifeCycle by Shane Neuville in https://github.com/dotnet/maui/pull/23103
- Remove old Compatibility Appium test projects by Jonathan Dick in https://github.com/dotnet/maui/pull/23098
New Contributors
- @MiYanni made their first contribution in https://github.com/dotnet/maui/pull/22084
- @imuller made their first contribution in https://github.com/dotnet/maui/pull/22453
- @Takym made their first contribution in https://github.com/dotnet/maui/pull/23345
Full Changelog: https://github.com/dotnet/maui/compare/8.0.61…8.0.70