Bump the all group with 3 updates#243
Merged
Merged
Conversation
Bumps Microsoft.Maui.Controls from 10.0.60 to 10.0.70 Bumps Microsoft.WindowsAppSDK from 2.0.1 to 2.1.3 Bumps Uno.WinUI from 6.5.229 to 6.5.237 --- updated-dependencies: - dependency-name: Microsoft.Maui.Controls dependency-version: 10.0.70 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: Microsoft.WindowsAppSDK dependency-version: 2.1.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: Uno.WinUI dependency-version: 6.5.237 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated Microsoft.Maui.Controls from 10.0.60 to 10.0.70.
Release notes
Sourced from Microsoft.Maui.Controls's releases.
10.0.70
What's Changed
.NET MAUI 10.0.70 introduces significant improvements across all platforms with focus on quality, performance, and developer experience. This release includes 135 commits with various improvements, bug fixes, and enhancements.
Ai Agents
[CI] Extend gate to all test types and decouple from PR review by @kubaflo in [CI] Extend gate to all test types and decouple from PR review dotnet/maui#34705
Integrate UI test category detection into PR review and fix gate reliability by @kubaflo in Integrate UI test category detection into PR review and fix gate reliability dotnet/maui#35133
API
Blazor
Fix: Filter precompressed RCL assets from MAUI Blazor Hybrid APKs by @mattleibow in Fix: Filter precompressed RCL assets from MAUI Blazor Hybrid APKs dotnet/maui#33917
🔧 Fixes
[Windows] Fix for Runtime error when closing external window with WPF Webview Control by @BagavathiPerumal in [Windows] Fix for Runtime error when closing external window with WPF Webview Control dotnet/maui#34006
🔧 Fixes
Button
[Android] ImageButton CornerRadius not being applied - fix by @kubaflo in [Android] ImageButton CornerRadius not being applied - fix dotnet/maui#30074
🔧 Fixes
Fix Disabled visual state ignored when Button has locally-set BackgroundColor/TextColor by @Dhivya-SF4094 in Fix Disabled visual state ignored when Button has locally-set BackgroundColor/TextColor dotnet/maui#34444
🔧 Fixes
CollectionView
Fix CollectionView grid spacing updates for first row and column by @KarthikRajaKalaimani in Fix CollectionView grid spacing updates for first row and column dotnet/maui#34527
🔧 Fixes
... (truncated)
Commits viewable in compare view.
Updated Microsoft.WindowsAppSDK from 2.0.1 to 2.1.3.
Release notes
Sourced from Microsoft.WindowsAppSDK's releases.
2.1.3
Windows App SDK 2.1.3
Windows App SDK 2.1.3 is the latest stable servicing release on the 2.x line, with new TitleBar drag-region APIs in WinUI, the LoRA API for Phi Silica promoted to the stable surface, a new Copilot+ PC detection API, expanded Windows ML execution-provider support, an ONNX Runtime update, and a batch of reliability fixes.
What's new in WinAppSDK 2.1.3:
TitleBarnow recursively walksTitleBar.Contentand automatically excludes interactive controls from the drag region while keeping empty gaps draggable by default. Three new APIs (TitleBar.IsDragRegionattached property,TitleBar.AutoRefreshDragRegions, andTitleBar.RecomputeDragRegions()) give developers explicit control when the default behavior isn't sufficient. See PR microsoft/microsoft-ui-xaml#10936 and tracking issue microsoft/microsoft-ui-xaml#10421.LanguageModelLowRankAdapter.CreateFromPathandLanguageModelOptions.LowRankAdapter. See Phi Silica LoRA for details.Bug fixes:
ItemsRepeaterwhere recycled elements were never garbage collected due to a reference cycle through theRecyclePool, which could also cause crashes inInvalidateChildrenMeasure.CUIElement, causing an access violation. The callback now uses a weak reference to safely handle the case where the element is destroyed before the animation completes.OverrideScale, causing content to appear oversized and clipped. See GitHub issue microsoft/microsoft-ui-xaml#11000.UIAffinityReleaseQueue::DoCleanup.GetModuleHandleWhas been replaced withGetModuleHandleExWso the correct module is resolved by address.UniformGridLayout::GetMajorSizewhen anItemsRepeateris laid out in an available width narrower than one item's minor stride.GetReadyStatecould return incorrect error codes (for example,DisabledByUserorNotSupportedOnCurrentSystem) when required packages were not yet deployed. The API now correctly reportsNotReadyin this scenario, improving diagnostic clarity.dotnet build, showing onlyMSB3073: exited with code 1instead of the actual error messages. See GitHub issue microsoft/microsoft-ui-xaml#9813.To see everything that's new and changed, see the full Windows App SDK 2.1.3 release notes.
Try it out
Getting started
To get started using Windows App SDK to develop Windows apps, check out the following documentation:
Commits viewable in compare view.
Updated Uno.WinUI from 6.5.229 to 6.5.237.
Release notes
Sourced from Uno.WinUI's releases.
6.5.237
This new release is a service update part of Uno Platform 6.5 — read our blog on the previous 6.5 release for more details.
What's Changed
Full Changelog: unoplatform/uno@6.5.229...6.5.237
Commits viewable in compare view.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions