Commit cfdbcef
authored
January 5th, Candidate (#33363)
## What's Coming
.NET MAUI inflight/candidate introduces significant improvements across
all platforms with focus on quality, performance, and developer
experience. This release includes 27 commits with various improvements,
bug fixes, and enhancements.
## CollectionView
- [iOS][CV2] Fix page can be dragged down, and it would cause an extra
space between Header and EmptyView text by @devanathan-vaithiyanathan in
#31840
<details>
<summary>🔧 Fixes</summary>
- [I8_Header_and_Footer_Null - The page can be dragged down, and it
would cause an extra space between Header and EmptyView
text.](#31465)
</details>
- [iOS] Fixed the Items not displayed properly in CarouselView2 by
@Ahamed-Ali in #31336
<details>
<summary>🔧 Fixes</summary>
- [[iOS] Items are not updated properly in
CarouselView2.](#31148)
</details>
## Docs
- Improve Controls Core API docs by @jfversluis in
#33240
## Editor
- [iOS] Fixed an issue where an Editor with a small height inside a
ScrollView would cause the entire page to scroll by
@Tamilarasan-Paranthaman in #27948
<details>
<summary>🔧 Fixes</summary>
- [[iOS][Editor] An Editor that has not enough height and resides inside
a ScrollView/CollectionView will scroll the entire
page](#27750)
</details>
## Image
- [Android] Image control crashes on Android when image width exceeds
height by @KarthikRajaKalaimani in
#33045
<details>
<summary>🔧 Fixes</summary>
- [Image control crashes on Android when image width exceeds
height](#32869)
</details>
## Mediapicker
- [Android 🤖] Add a log telling why the request is cancelled by @pictos
in #33295
<details>
<summary>🔧 Fixes</summary>
- [MediaPicker.PickPhotosAsync throwing TaskCancelledException in
net10-android](#33283)
</details>
## Navigation
- [Android] Fix for App Hang When PopModalAsync Is Called Immediately
After PushModalAsync with Task.Yield() by @BagavathiPerumal in
#32479
<details>
<summary>🔧 Fixes</summary>
- [App hangs if PopModalAsync is called after PushModalAsync with single
await Task.Yield()](#32310)
</details>
- [iOS 26] Navigation hangs after rapidly open and closing new page
using Navigation.PushAsync - fix by @kubaflo in
#32456
<details>
<summary>🔧 Fixes</summary>
- [[iOS 26] Navigation hangs after rapidly open and closing new page
using Navigation.PushAsync](#32425)
</details>
## Pages
- [iOS] Fix ContentPage BackgroundImageSource not working by
@Shalini-Ashokan in #33297
<details>
<summary>🔧 Fixes</summary>
- [.Net MAUI- Page.BackgroundImageSource not working for
iOS](#21594)
</details>
## RadioButton
- [Issue-Resolver] Fix #33264 - RadioButtonGroup not working with
Collection View by @kubaflo in #33343
<details>
<summary>🔧 Fixes</summary>
- [RadioButtonGroup not working with
CollectionView](#33264)
</details>
## SafeArea
- [Android] Fixed Label Overlapped by Android Status Bar When Using
SafeAreaEdges="Container" in .NET MAUI by @NirmalKumarYuvaraj in
#33285
<details>
<summary>🔧 Fixes</summary>
- [SafeAreaEdges works correctly only on the first tab in Shell. Other
tabs have content colliding with the display cutout in the landscape
mode.](#33034)
- [Label Overlapped by Android Status Bar When Using
SafeAreaEdges="Container" in .NET
MAUI](#32941)
- [[MAUI 10] Layout breaks on first navigation (Shell // route) until
soft keyboard appears/disappears (Android +
iOS)](#33038)
</details>
## ScrollView
- [Windows, Android] Fix ScrollView Content Not Removed When Set to Null
by @devanathan-vaithiyanathan in
#33069
<details>
<summary>🔧 Fixes</summary>
- [[Windows, Android] ScrollView Content Not Removed When Set to
Null](#33067)
</details>
## Searchbar
- Fix Android crash when changing shared Drawable tint on Searchbar by
@tritter in #33071
<details>
<summary>🔧 Fixes</summary>
- [[Android] Crash on changing Tint of
Searchbar](#33070)
</details>
## Shell
- [iOS] - Fix Custom FlyoutIcon from Being Overridden to Default Color
in Shell by @prakashKannanSf3972 in
#27580
<details>
<summary>🔧 Fixes</summary>
- [Change the flyout icon
color](#6738)
</details>
- [iOS] Fix Shell NavBarIsVisible updates when switching ShellContent by
@Vignesh-SF3580 in #33195
<details>
<summary>🔧 Fixes</summary>
- [[iOS] Shell NavBarIsVisible is not updated when changing
ShellContent](#33191)
</details>
## Slider
- [C] Fix Slider and Stepper property order independence by
@StephaneDelcroix in #32939
<details>
<summary>🔧 Fixes</summary>
- [Slider Binding Initialization Order Causes Incorrect Value Assignment
in XAML](#32903)
- [Slider is very broken, Value is a mess when setting
Minimum](#14472)
- [Slider is buggy depending on order of
properties](#18910)
- [Stepper Value is incorrectly clamped to default min/max when using
bindableproperties in MVVM
pattern](#12243)
- [[Issue-Resolver] Fix #32903 - Sliderbinding initialization order
issue](#32907)
</details>
## Stepper
- [Windows] Maui Stepper: Clamp minimum and maximum value by @OomJan in
#33275
<details>
<summary>🔧 Fixes</summary>
- [[Windows] Maui Stepper is not clamped to minimum or maximum
internally](#33274)
</details>
- [iOS] Fixed the UIStepper Value from being clamped based on old higher
MinimumValue - Candidate PR test failure fix- 33363 by @Ahamed-Ali in
#33392
## TabbedPage
- [windows] Fixed Rapid change of selected tab results in crash. by
@praveenkumarkarunanithi in #33113
<details>
<summary>🔧 Fixes</summary>
- [Rapid change of selected tab results in crash on
Windows.](#32824)
</details>
## Titlebar
- [Mac] Fix TitleBar Content Overlapping with Traffic Light Buttons on
Latest macOS Version by @devanathan-vaithiyanathan in
#33157
<details>
<summary>🔧 Fixes</summary>
- [TitleBar Content Overlapping with Traffic Light Buttons on Latest
macOS Version](#33136)
</details>
## Xaml
- Fix for Control does not update from binding anymore after
MultiBinding.ConvertBack is called by @BagavathiPerumal in
#33128
<details>
<summary>🔧 Fixes</summary>
- [Control does not update from binding anymore after
MultiBinding.ConvertBack is
called](#24969)
- [The issue with the MultiBinding converter with two way binding mode
does not work properly when changing the
values.](#20382)
</details>
<details>
<summary>🔧 Infrastructure (1)</summary>
- Avoid KVO on CALayer by introducing an Apple PlatformInterop by
@albyrock87 in #30861
</details>
<details>
<summary>🧪 Testing (2)</summary>
- [Testing] Enable UITest Issue18193 on MacCatalyst by @NafeelaNazhir in
#31653
<details>
<summary>🔧 Fixes</summary>
- [Test Issue18193 was disabled on Mac
Catalyst](#27206)
</details>
- Set the CV2 handlers as the default by @Ahamed-Ali in
#33177
</details>
<details>
<summary>📦 Other (3)</summary>
- Update WindowsAppSDK to 1.8 by @mattleibow in
#32174
<details>
<summary>🔧 Fixes</summary>
- [Update to WindowsAppSDK](#30858)
</details>
- Fix command dependency reentrancy by @simonrozsival in
#33129
- Fix SafeArea AdjustPan handling and add AdjustNothing mode tests by
@PureWeen via @Copilot in #33354
</details>
**Full Changelog**:
main...inflight/candidateFile tree
157 files changed
+4477
-2006
lines changed- .github/agent-pr-session
- eng
- devices
- pipelines/common
- src
- Controls
- docs/Microsoft.Maui.Controls
- src
- Core
- Button
- Cells
- CheckBox
- Compatibility/Handlers/Shell/iOS
- Editor
- Handlers/Items2/iOS
- ImageButton
- Menu
- RadioButton
- RefreshView
- SearchBar
- Shell
- Slider
- Stepper
- Switch
- TabbedPage
- TitleBar
- Xaml
- tests
- Core.UnitTests
- DeviceTests/Elements/TabbedPage
- TestCases.Android.Tests/snapshots/android
- TestCases.HostApp
- Issues
- TestCases.Mac.Tests/snapshots/mac
- TestCases.WinUI.Tests/snapshots/windows
- TestCases.iOS.Tests/snapshots/ios
- Xaml.UnitTests/Issues
- Core
- AppleNative
- PlatformInterop
- MauiPlatformInterop.xcodeproj
- project.xcworkspace
- MauiPlatformInterop
- src
- Handlers/ScrollView
- Platform
- Android
- Windows
- iOS
- tests/DeviceTests/Memory
- Essentials/src
- Platform
- Graphics/src
- Graphics.Skia
- Graphics.Win2D
- TestUtils/src/Microsoft.Maui.IntegrationTests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
157 files changed
+4477
-2006
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
0 commit comments