THUAI7
THUAI7 copied to clipboard
chore(deps): update dotnet monorepo
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence | Type | Update |
|---|---|---|---|---|---|---|---|
| Microsoft.Extensions.Logging.Debug (source) | 8.0.0 -> 8.0.1 |
nuget | patch | ||||
| Microsoft.Maui.Controls | 8.0.40 -> 8.0.100 |
nuget | patch | ||||
| mcr.microsoft.com/dotnet/sdk | 8.0.300-jammy-amd64 -> 8.0.410-jammy-amd64 |
final | patch | ||||
| mcr.microsoft.com/dotnet/sdk | 8.0.300-jammy-amd64 -> 8.0.410-jammy-amd64 |
stage | patch |
Release Notes
dotnet/maui (Microsoft.Maui.Controls)
v8.0.100: SR10
What's Changed
- Increment build targets to iOS 18 by @PureWeen in https://github.com/dotnet/maui/pull/25140
- Disable NSToolbar Tabs by @PureWeen in https://github.com/dotnet/maui/pull/25137
- Skip invalidation on propagation (#25652) by @PureWeen in https://github.com/dotnet/maui/pull/25696
Full Changelog: https://github.com/dotnet/maui/compare/8.0.93...8.0.100
v8.0.93: SR 9.3
What's Changed
- Fix Button Regression with null image source (#25485) by @PureWeen in https://github.com/dotnet/maui/pull/25611
- Bump ASPNet Versions by @PureWeen in https://github.com/dotnet/maui/pull/25610
- Revert PR #23052 behavior under new app context switch by @PureWeen in https://github.com/dotnet/maui/pull/25613
Full Changelog: https://github.com/dotnet/maui/compare/8.0.92...8.0.93
v8.0.92: SR9.2
What's Changed
- [release/8.0.1xx-sr9] [C] avoid NRE on null GestureRecognizer by @github-actions in https://github.com/dotnet/maui/pull/25029
- [release/8.0.1xx-sr9] [iOS] Fix for the CollectionView to prevent duplicate groups or crashes when adding a new item to a group or when adding a new group. by @github-actions in https://github.com/dotnet/maui/pull/25030
- [release/8.0.1xx-sr9] [X] allow namescope resolution before parenting by @github-actions in https://github.com/dotnet/maui/pull/25075
- [release/8.0.1xx-sr9] Revert #24222 and simply use
invalidateinstead ofpostInvalidateby @albyrock87 in https://github.com/dotnet/maui/pull/25121 - [iOS] Text alignment in editor - improvements (#24859) by @PureWeen in https://github.com/dotnet/maui/pull/25158
- [release/8.0.1xx-sr9] Fixed Microsoft.Maui.Controls 8.0.90 (Latest stable) Ruins Entry Controls by @PureWeen in https://github.com/dotnet/maui/pull/25159
- [release/8.0.1xx-sr9] Fix Regression with iOS button resizing with text or image change by @tj-devel709 in https://github.com/dotnet/maui/pull/25214
- [release/8.0.1xx-sr9] NullReferenceException when setting BarBackgroundColor for a NavigationPage - fix by @PureWeen in https://github.com/dotnet/maui/pull/25251
Full Changelog: https://github.com/dotnet/maui/compare/8.0.91...8.0.92
v8.0.91: SR9.1
What's Changed
- [release/8.0.1xx-sr9] Add Padding for iOS Buttons in some scenarios by @tj-devel709 in https://github.com/dotnet/maui/pull/24829
- [release/8.0.1xx-sr9] [C] fix specificity comparison by @StephaneDelcroix in https://github.com/dotnet/maui/pull/24908
Full Changelog: https://github.com/dotnet/maui/compare/8.0.90...8.0.91
v8.0.90: SR9
What's Changed
Breaking Changes | Product Fixes | Docs | Testing | Dependency Updates | Housekeeping | New Contributors | Known Issue(s)
Breaking Changes
- Fix shadow consistency on Android and iOS by @albyrock87
- [iOS] Fix Button image sizing and layout by @tj-devel709 in https://github.com/dotnet/maui/pull/22476
- Improve performance and stability of BindableLayout by @albyrock87
Product Fixes
- [iOS] Fix for CollectionView single item horizontal alignment issue when using ItemsLayout with a Footer @Tamilarasan-Paranthaman
- [Android] Border Stroke gradient can only switch to another gradient - fix by @kubaflo
- Ensure border stroke only updates when needed by @Foda
- [Windows] Allow setting
PlatformCanvas.Antialiasby @MartyIX - [Android] App crash when text exceeds Entry MaxLength by @kubaflo
- [Windows] Fix memory leak w/ main window by @Foda
- Fix Shell.NavBarIsVisible property by @jsuarezruiz
- [Accessibility] Make flyout titles on iOS read as buttons by @tj-devel709
- Fixed scroll to group item on Android + Windows by @Foda
- NavigationBar properties not updating - fix by @kubaflo
- Adopt chromium methodology for determining tablet on Windows by @daltzctr
- [android] call
PlatformContentViewGroup.postInvalidate()less by @jonathanpeppers - [Windows] Fix crash using ScrollTo on CollectionView by @jsuarezruiz
- Try and make scroll-to test more solid by @Foda
- [Android] Removing TapGestureRecognizer with at least 2 taps causes Exception - fix by @kubaflo
- [Windows] Make
WebView.CaptureAsync()work by @MartyIX - [Android] Fix ToolbarItem font color issue after changing available state by @Tamilarasan-Paranthaman
- [Android] Fix for Entry SelectionLength by @NirmalKumarYuvaraj
- Fixed the CollectionView GroupFooterTemplate crashes the application by @NanthiniMahalingam
- [Windows] Fix Entry clear button is not taking the color of the text by @BagavathiPerumal
- [iOS] Bugfix/22469 ios label crash by @artemvalieiev
- [Android] Fix item fading when moving between groups in Grouped CollectionView by @Vignesh-SF3580
- Make
MeasureInvalidatedevent work correctly by @albyrock87 - [Android] Fix for the CarouselView doesn't scroll to the right Position after changing the ItemSource with Loop enabled by @Tamilarasan-Paranthaman
- Fix for FlexLayout padding issue by @BagavathiPerumal
- [Android] SecureStorage: Rework logic to delete shared prefs when key is corrupt by @Redth
- RefreshView IsEnabled enhancements by @kubaflo
- [Android] Failed to inflate ColorStateList - error fix for CheckBox by @kubaflo
- Trigger InvalidateMeasure event on CollectionView when content size changes (iOS) by @albyrock87
- Move EnsureSupportForCustomWebViewClients to Appium by @PureWeen
- [android] cache Join and Cap enum values by @jonathanpeppers
- [android] improve performance of StrokeExtensions by @jonathanpeppers
- [C] respect specificity while overriding DynRes by @StephaneDelcroix
- [Windows] Optimize WrapperView by @MartyIX
- Add Android LoadImageFromFont benchmark and enable verbose Glide logging by @albyrock87
- Match behavior of compiled bindings with indexers to their non-compiled counterparts by @simonrozsival
- Wrap Image with a container on Windows so that it is centered with AspectFill by @japarson
- [Android] Allow custom background drawable with a custom handler by @jsuarezruiz
2174059MAUI hit testing ignores pages loaded by PushModalAsync by @lizharems- Remove non-functioning code and instead throw a more helpful platform-not-supported error by @dotMorten
- Use the IsRefreshing property directly by @mattleibow
- Null guard in ShellFlyoutTemplatedContentRenderer.HeaderContainer.UpdateMinimumHeight by @BioTurboNick
- Avoid recomputing bindings multiple times and bind BindingContext first by @albyrock87
- Improve performance and stability of BindableLayout by @albyrock87
- Changed order of calls to properly close MediaPicker Activity / ViewController and set the picker result by @Alex-Dobrynin
- Don't invalidate SuperView if not connected to Window by @PureWeen
- Ensure disconnected ItemsViewHandler doesn't hold onto the items source by @PureWeen
- [Windows][GestureManager] Unsubscribe control tap events only if they were subscribed by @MartyIX
- [android] use cached value for
GetDisplayDensity()by @jonathanpeppers - [xaml] improve performance of
BindableProperty.TryConvertby @jonathanpeppers - [Android] invalidate shadows on parent's size change by @kubaflo
- Resolved Text Jump Issue in Entry Control with HorizontalTextAlignment Set to End by @BagavathiPerumal
- Fix for the Nested Entry View In A Frame Causes Crash by @BagavathiPerumal
- [iOS] Readonly Editor Scrolling fix by @kubaflo
- [iOS] SwipeView: Fix reenabling parent scrolling after cancelled swipe by @filipnavara
- Remove code from iOS that short circuits propagation by @PureWeen
- [Android & iOS] dialog theme change on changing UserAppTheme by @kubaflo
- Clear out prototype cell when changing ItemSource by @PureWeen
- Revert "[X] do not apply Bindings if DataType doesn’t match (#22056)" by @PureWeen
- [IOS] Fix error when running new template maui app on iOS by @NirmalKumarYuvaraj
- Editor completed event is not triggered properly when unfocused by @SuthiYuvaraj
- Make sure that Navigation Pages fill the screen by @PureWeen
Docs
- Remove excessive Grid API comment by @jfversluis
- Remove excessive StackLayout API docs by @jfversluis
- Remove MAUI styling from Blazor Hybrid template by @jfversluis
- Remove Xamarin.Forms repo link in issue template by @jfversluis
- Remove excessive ListView API doc by @jfversluis
- Remove excessive Application API docs by @jfversluis
- fix ICanvas.ClipPath documentation by @FaithfulDev
Testing
- [Testing] Added a support for the device's theme change by @kubaflo
- [Testing] Added specific actions by platform by @jsuarezruiz
- [Testing] Added UITest to validate the Switch OnColor property by @jsuarezruiz
- [Testing] moved FlyoutHeaderAdaptsToMinimumHeight to appium by @kubaflo
- [Testing] CollectionViewInfiniteScroll Conversion to UI Test by @dustin-wojciechowski
- [Testing] Changed Scroll to 12, added comment by @dustin-wojciechowski
- [Testing] Split off HandlerDoesNotLeak.DatePicker into its own UI test by @dustin-wojciechowski
- UI testing doc changes by @dustin-wojciechowski
- Remove duplicate versions of tests by @PureWeen
- Optimize UI Tests build time in CI by only building TestCases.HostApp by @jfversluis
- Renamed Github5623.cs in TestCases.HostApp to Github5623.xaml.cs by @dustin-wojciechowski
Dependency Updates
- [main] Update dependencies from dotnet/xharness by @dotnet-maestro
- [main] Update dependencies from dotnet/xharness by @dotnet-maestro
- [main] Update dependencies from dotnet/xharness by @dotnet-maestro
- Update the mac/iOS workloads by @mattleibow
- [Windows] Upgrade Windows App SDK from 1.5.5 to 1.5.6 by @MartyIX
Housekeeping
- Update bug-report.yml with 8.0.80 SR8 by @PureWeen
- Add shared project for multi-project template when generated in Visual Studio by @jfversluis
- Remove instances of '#if NET6_0_OR_GREATER' by @Eilon
- Update bug report template with .NET 9 preview 7 by @jfversluis
- Print the workload rollback after install by @mattleibow
- Fix cake scripts to work locally by @PureWeen
- Backport maestro and artifact drop infra improvements from net9.0 by @pjcollins
- Regenerate the shipped and unshipped API files by @mattleibow
- Update script to generate Public API files by @mattleibow
- Update TriageProcess.md by @jingliancui
New Contributors
- @TommiGustafsson-HMP made their first contribution in https://github.com/dotnet/maui/pull/23924
- @daltzctr made their first contribution in https://github.com/dotnet/maui/pull/22809
- @lizharems made their first contribution in https://github.com/dotnet/maui/pull/24109
- @Vignesh-SF3580 made their first contribution in https://github.com/dotnet/maui/pull/24063
- @Tamilarasan-Paranthaman made their first contribution in https://github.com/dotnet/maui/pull/24065
- @NirmalKumarYuvaraj made their first contribution in https://github.com/dotnet/maui/pull/24064
- @NanthiniMahalingam made their first contribution in https://github.com/dotnet/maui/pull/24205
- @BagavathiPerumal made their first contribution in https://github.com/dotnet/maui/pull/24196
- @SuthiYuvaraj made their first contribution in https://github.com/dotnet/maui/pull/24161
- @FaithfulDev made their first contribution in https://github.com/dotnet/maui/pull/24560
- @Alex-Dobrynin made their first contribution in https://github.com/dotnet/maui/pull/21998
- @jingliancui made their first contribution in https://github.com/dotnet/maui/pull/24646
Full Changelog: https://github.com/dotnet/maui/compare/8.0.82...8.0.90
v8.0.83: SR8.3
What's Changed
- Bump ASPNet Versions by @PureWeen in https://github.com/dotnet/maui/pull/25587
Full Changelog: https://github.com/dotnet/maui/compare/8.0.82...8.0.83
v8.0.82: SR8.2
What's Changed
- [release/8.0.1xx-sr8] Update the mac/iOS workloads by @mattleibow in https://github.com/dotnet/maui/pull/24321
- [release/8.0.1xx-sr8] Backport maestro and artifact drop infra improvements from net9.0 by @github-actions in https://github.com/dotnet/maui/pull/24378
Full Changelog: https://github.com/dotnet/maui/compare/8.0.80...8.0.82
v8.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 @mattleibow in https://github.com/dotnet/maui/pull/23247
- [windows] fix VisualDiagnosticsOverlay keeping Page's alive by @jonathanpeppers 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 @jonathanpeppers 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 @kubaflo in https://github.com/dotnet/maui/pull/22501
- Make sure resizetized image files are writable by @dellis1972 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 @PureWeen in https://github.com/dotnet/maui/pull/23618
- [Android] Honor IconImageSource.FontImageSource color by @kubaflo in https://github.com/dotnet/maui/pull/23604
- [iOS] CarouselView: Changing Position after navigation away then comi… by @kubaflo in https://github.com/dotnet/maui/pull/23477
- [CI] Bump xcode 15.4.0 by @rmarinho 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 @albyrock87 in https://github.com/dotnet/maui/pull/23648
- Hide FlyoutIcon when FlyoutBehavior set to disabled by @kubaflo in https://github.com/dotnet/maui/pull/20087
- [ci] Fix maestro publishing for stable packages (#23664) by @rmarinho in https://github.com/dotnet/maui/pull/23681
- [Docs] Added pending inline comments to Page class by @jsuarezruiz in https://github.com/dotnet/maui/pull/20933
- Add the embedding sample by @mattleibow in https://github.com/dotnet/maui/pull/23647
- [windows] Fix Updating the initial position by @rmarinho 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 @mattleibow 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 @mattleibow 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 @jonathanpeppers 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 @mattleibow 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 @mattleibow 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 @jfversluis 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 @mattleibow in https://github.com/dotnet/maui/pull/23995
- Remove the 'Resources' prefix from BundleResource by @mattleibow in https://github.com/dotnet/maui/pull/23978
- Fixes Android FontModel Glide In-Memory Caching by @albyrock87 in https://github.com/dotnet/maui/pull/24021
- [iOS] Add a Container around ImageButton by @PureWeen 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 @PureWeen 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 @rmarinho in https://github.com/dotnet/maui/pull/23584
- Revert "[darc] Pin darc version as workaround (#23584)" by @rmarinho in https://github.com/dotnet/maui/pull/23636
Tests
- Move WebViewDidNotLeak to UITest by @PureWeen in https://github.com/dotnet/maui/pull/23784
- Add embedding sample and code by @mattleibow in https://github.com/dotnet/maui/pull/23642
- Fixed a crash for the samples app [User interface concepts -> styles] by @kubaflo in https://github.com/dotnet/maui/pull/23852
- [ci] Fix when pushing artifacts on uitests samples by @rmarinho in https://github.com/dotnet/maui/pull/23919
- [UI Testing] Add legacy tests (alternative) by @jsuarezruiz in https://github.com/dotnet/maui/pull/22635
- Move PopLifeCycle to device tests by @PureWeen in https://github.com/dotnet/maui/pull/23468
- Remove mobile test from running on desktop by @PureWeen in https://github.com/dotnet/maui/pull/23550
- [tests] Fix iOS screenshot for sonoma by @rmarinho in https://github.com/dotnet/maui/pull/23667
- [core] Fix tests when converting with PT Locale by @rmarinho in https://github.com/dotnet/maui/pull/23764
- Increase iOS Device Test Time out to 90 by @PureWeen in https://github.com/dotnet/maui/pull/23768
- Fix iOS log exports by @PureWeen 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
v8.0.72: SR7.2
What's Changed
- [release/8.0.1xx-sr7] Remove the 'Resources' prefix from BundleResource by @github-actions in https://github.com/dotnet/maui/pull/24015
Full Changelog: https://github.com/dotnet/maui/compare/8.0.71...8.0.72
v8.0.71: SR7.1
What's Changed
- [release/8.0.1xx-sr7] [msbuild] Fix BundleResource defaults for iOS and MacCatalyst by @github-actions in https://github.com/dotnet/maui/pull/23836
Full Changelog: https://github.com/dotnet/maui/compare/8.0.70...8.0.71
v8.0.70: SR7
What's Changed
- [WinUI] Fix DateTimeFormatter for "ddd" by @drasticactions in https://github.com/dotnet/maui/pull/20045
- Remove unnecessary SendAppearing call by @PureWeen in https://github.com/dotnet/maui/pull/22959
- SwipeView shows what's beneath while still swiping - fix by @kubaflo 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 @Redth 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 @mattleibow in https://github.com/dotnet/maui/pull/22890- [ios] fix leak in ListView *Cells by @jonathanpeppers in https://github.com/dotnet/maui/pull/23143
- [ios/catalyst] fix more cycles in
NavigationPageby @jonathanpeppers 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 <ApplicationTitle> encoding in maui templates by @MiYanni in https://github.com/dotnet/maui/pull/22084
- NavHost cannot be null on Back key pressed - fix by @kubaflo in https://github.com/dotnet/maui/pull/23170
- [ios/catalyst] fix memory leak in TabbedPage by @jonathanpeppers in https://github.com/dotnet/maui/pull/23166
- [iOS] Set WindowOverlay's GraphicsView to transparent input by @drasticactions in https://github.com/dotnet/maui/pull/23208
- Avoid JavaCast + exceptions and instead just ask Java by @mattleibow in https://github.com/dotnet/maui/pull/23215
- Wire RefreshView up to our xplat layout workflow (#23169) by @PureWeen 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 @PureWeen 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 @jfversluis 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 @Redth 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 @jonathanpeppers in https://github.com/dotnet/maui/pull/23281 - Add Apple Privacy Manifest to new project template by @jfversluis 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 @kubaflo 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 @albyrock87 in https://github.com/dotnet/maui/pull/23416
- [windows] fix memory leak in
MauiWinUIWindowby @jonathanpeppers 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 @albyrock87 in https://github.com/dotnet/maui/pull/23156
- [iOS] Crash upon resuming the app - fix by @kubaflo in https://github.com/dotnet/maui/pull/23360
- Shell BackButtonBehavior improvement by @kubaflo in https://github.com/dotnet/maui/pull/23466
Docs
- Simplify Development.md by @PureWeen 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 @jonathanpeppers in https://github.com/dotnet/maui/pull/23120
- [main] Update arcade and xharness by @rmarinho 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 @PureWeen in https://github.com/dotnet/maui/pull/23337
- Add Additional Provisioning by @PureWeen in https://github.com/dotnet/maui/pull/23461
- [Mac] Remove newly added RefreshView test by @PureWeen in https://github.com/dotnet/maui/pull/23457
- Run UI tests per groups of categories in CI by @jfversluis in https://github.com/dotnet/maui/pull/22609
- Added missing ui test categories by @kubaflo in https://github.com/dotnet/maui/pull/23464
- Add Flaky UI Test category by @jfversluis in https://github.com/dotnet/maui/pull/23432
- Add UITest.Analyzers to VS Code Solution by @jfversluis in https://github.com/dotnet/maui/pull/23433
- [tests] Analyzer / code fix provider for UITest [Test] without [Category] by @Redth in https://github.com/dotnet/maui/pull/23287
- Add missing UI Test category to fix main build by @jfversluis in https://github.com/dotnet/maui/pull/23428
- Bump Appium Drivers by @PureWeen in https://github.com/dotnet/maui/pull/23349
- Enable RefreshView Tests by @PureWeen in https://github.com/dotnet/maui/pull/23181
- [tests] test a lot more things in
MemoryTests.csby @jonathanpeppers in https://github.com/dotnet/maui/pull/23324 - Move tests to new location by @PureWeen in https://github.com/dotnet/maui/pull/23251
- Renamed the project because macOS uses .app by @mattleibow in https://github.com/dotnet/maui/pull/23223
- [Housekeeping] Added UI Test to validate project template by @jsuarezruiz in https://github.com/dotnet/maui/pull/18567
- [Tests] Update to Appium 5.0.0 by @Redth in https://github.com/dotnet/maui/pull/23118
- Add additional logging for PopLifeCycle by @PureWeen in https://github.com/dotnet/maui/pull/23103
- Remove old Compatibility Appium test projects by @Redth 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
v8.0.61: SR6.1
What's Changed
- [iOS] Fixed NRE after calling ViewCell.ForceUpdateSize by @VitalyKnyazev in https://github.com/dotnet/maui/pull/23094
- Fix loaded so it fires on second subscription by @PureWeen in https://github.com/dotnet/maui/pull/23095
- Make sure the view is still alive after posting by @mattleibow in https://github.com/dotnet/maui/pull/23114
- Use correct interface type in FrameRenderer by @PureWeen in https://github.com/dotnet/maui/pull/23124
- Wire RefreshView up to our xplat layout workflow by @PureWeen in https://github.com/dotnet/maui/pull/23169
New Contributors
- @VitalyKnyazev made their first contribution in https://github.com/dotnet/maui/pull/23094
Full Changelog: https://github.com/dotnet/maui/compare/8.0.60...8.0.61
v8.0.60: SR6
What's Changed
- Fix Android multi-window error message notation by @aqua-ix in https://github.com/dotnet/maui/pull/22350
- fix: fix 22183 RadioButton checked value by @maonaoda in https://github.com/dotnet/maui/pull/22186
- [iOS] FlyoutPage Shadow works incorrectly on iOS - fix by @kubaflo in https://github.com/dotnet/maui/pull/22351
- Fix null handling in UpdateIndicatorLayout method ([#22361](https://redirect.github.com/dotnet/maui/issues/
Configuration
📅 Schedule: Branch creation - "after 4am and before 8am on saturday" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.