chore(deps): Bump CommunityToolkit.Maui and 4 others#35
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps CommunityToolkit.Maui from 14.0.1 to 14.1.1 Bumps CommunityToolkit.Mvvm from 8.4.1 to 8.4.2 Bumps Microsoft.Extensions.Logging.Debug from 10.0.2 to 10.0.8 Bumps Microsoft.Maui.Controls to 10.0.60, 10.0.70 Bumps Plugin.Maui.BottomSheet from 10.0.6 to 10.0.7 --- updated-dependencies: - dependency-name: CommunityToolkit.Maui dependency-version: 14.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: samples - dependency-name: Microsoft.Maui.Controls dependency-version: 10.0.60 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: samples - dependency-name: CommunityToolkit.Mvvm dependency-version: 8.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: samples - dependency-name: Microsoft.Extensions.Logging.Debug dependency-version: 10.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: samples - dependency-name: Microsoft.Maui.Controls dependency-version: 10.0.70 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: samples - dependency-name: Plugin.Maui.BottomSheet dependency-version: 10.0.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: samples ... Signed-off-by: dependabot[bot] <support@github.com>
|
SummarySummary
CoveragePlugin.Maui.NearbyConnections.dll - 28%
|
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 CommunityToolkit.Maui from 14.0.1 to 14.1.1.
Release notes
Sourced from CommunityToolkit.Maui's releases.
14.1.1
CommunityToolkit.Maui v14.1.1New Popup Extension
You can now use
NavigatingFromEventArgsto determine if the previous page was aPopup: https://learn.microsoft.com/en-us/dotnet/communitytoolkit/maui/views/popup#lifecycle-behaviorSpeechToText Bug Fix
StatusBar Bug Fix
StatusBar.SetColor()when usingStatusBarBehaviorMicrosoft.Maui.Controls Dependency
What's Changed
RestartTimer()fromAvAudioNodeCallback by @TheCodeTraveler in RemoveRestartTimer()fromAvAudioNodeCallback CommunityToolkit/Maui#3196Housekeeping
New Contributors
Full Changelog: CommunityToolkit/Maui@14.1.0...14.1.1
14.1.0
CommunityToolkit.Maui v14.1.0SpeechToText
SpeechToTextOptions.AutostopSilenceTimeoutto allow you to auto-stopISpeechToTextPublic Custom Exceptions
We heard your feedback! The following exceptions are now
publicallowing you to properly catch them inside a try/catch block:SoftKeyboardExceptionPopupNotFoundExceptionPopupBlockedExceptionInvalidPopupOperationExceptionStatusBar Bug Fixes
StatusBarBehaviornow works when used inside a Modal Page on AndroidStatusBarBehaviornow uses the correct height for Android API 36+Popup Fixes
Popupnow works when used in a Modal PageAvatarView
AvatarViewnow correctly updates its size whenImageSourcechangesWhat's Changed
NavigationPageby @StefanRailcube in Add Support for Popups inside a ModalNavigationPageCommunityToolkit/Maui#3164StatusBarBehaviorin Android Modal Page by @TheCodeTraveler in Add Support forStatusBarBehaviorin Android Modal Page CommunityToolkit/Maui#3123New Contributors
NavigationPageCommunityToolkit/Maui#3164Full Changelog: CommunityToolkit/Maui@14.0.1...14.1.0
Commits viewable in compare view.
Updated CommunityToolkit.Mvvm from 8.4.1 to 8.4.2.
Release notes
Sourced from CommunityToolkit.Mvvm's releases.
8.4.2
What's Changed
Full Changelog: CommunityToolkit/dotnet@v8.4.1...v8.4.2
Commits viewable in compare view.
Updated Microsoft.Extensions.Logging.Debug from 10.0.2 to 10.0.8.
Release notes
Sourced from Microsoft.Extensions.Logging.Debug's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.Maui.Controls from 10.0.41 to 10.0.60.
Updated Microsoft.Maui.Controls from 10.0.41 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)
10.0.60
What's Changed
.NET MAUI 10.0.60 introduces significant improvements across all platforms with focus on quality, performance, and developer experience. This release includes 242 commits with various improvements, bug fixes, and enhancements.
Ai Agents
Blazor
SupportedOSPlatformattribute with templates by @jonathanpeppers in [blazorwebview] alignSupportedOSPlatformattribute with templates dotnet/maui#25073Border
[Testing] Refactoring Feature Matrix UITest Cases for Border Control by @HarishKumarSF4517 in [Testing] Refactoring Feature Matrix UITest Cases for Border Control dotnet/maui#34349
Fix LayoutCycleException from nested Borders on Windows by @Oxymoron290 in Fix LayoutCycleException from nested Borders on Windows dotnet/maui#34337
🔧 Fixes
Button
[iOS] Button RTL text and image overlap - fix by @kubaflo in [iOS] Button RTL text and image overlap - fix dotnet/maui#29041
[Android] Button with corner radius shadow broken on Android device - fix by @kubaflo in [Android] Button with corner radius shadow broken on Android device - fix dotnet/maui#29339
🔧 Fixes
[iOS] Preserve AlwaysTemplate rendering mode in Button.ResizeImageIfNecessary by @kubaflo in [iOS] Preserve AlwaysTemplate rendering mode in Button.ResizeImageIfNecessary dotnet/maui#25107
🔧 Fixes
[Android] Implemented Material3 support for ImageButton by @Dhivya-SF4094 in [Android] Implemented Material3 support for ImageButton dotnet/maui#33649
🔧 Fixes
Fixed CI failure : Restore BackButtonBehavior IsEnabled after CanExecute changes by @Shalini-Ashokan in Fixed CI failure : Restore BackButtonBehavior IsEnabled after CanExecute changes dotnet/maui#34668
Checkbox
Details
... (truncated)
10.0.51
What's Changed
Full Changelog: dotnet/maui@10.0.50...10.0.51
10.0.50
What's Changed
.NET MAUI 10.0.50 introduces significant improvements across all platforms with focus on quality, performance, and developer experience. This release includes 78 commits with various improvements, bug fixes, and enhancements.
AI
Enable packing and independent preview versioning for Essentials.AI by @mattleibow in Enable packing and independent preview versioning for Essentials.AI dotnet/maui#33976
Move Essentials.AI preview iteration to eng/Versions.props by @mattleibow in Move Essentials.AI preview iteration to eng/Versions.props dotnet/maui#34025
[Feature] Add Microsoft.Maui.Essentials.AI - Apple Intelligence by @mattleibow in [Feature] Add Microsoft.Maui.Essentials.AI - Apple Intelligence dotnet/maui#33519
[AI] Fix multi-turn tool calling, add chat overlay, upgrade Agent Framework to rc2, and add CI pipelines by @mattleibow in [AI] Fix multi-turn tool calling, add chat overlay, upgrade Agent Framework to rc2, and add CI pipelines dotnet/maui#34124
Ai Agents
Copilot agent infrastructure, emulator reliability, and try-fix workflow improvements by @PureWeen via @Copilot in Copilot agent infrastructure, emulator reliability, and try-fix workflow improvements dotnet/maui#33937
Update PR agent models to claude-sonnet-4.6 and gpt-5.3-codex by @kubaflo in Update PR agent models to claude-sonnet-4.6 and gpt-5.3-codex dotnet/maui#34109
ci-copilot: set pipeline run title early using build.updatebuildnumber by @jfversluis via @Copilot in ci-copilot: set pipeline run title early using build.updatebuildnumber dotnet/maui#34156
Revamp find-reviewable-pr skill: priorities, defaults, and doc fixes by @PureWeen in Revamp find-reviewable-pr skill: priorities, defaults, and doc fixes dotnet/maui#34160
Add correct CI pipeline names to Copilot instructions by @jfversluis in Add correct CI pipeline names to Copilot instructions dotnet/maui#34255
Add resilience to UI tests for frozen/unresponsive apps by @PureWeen in Add resilience to UI tests for frozen/unresponsive apps dotnet/maui#34023
Copilot CI: Structured phase outputs, autonomous execution, iOS support, and CI pipeline by @kubaflo in Copilot CI: Structured phase outputs, autonomous execution, iOS support, and CI pipeline dotnet/maui#34040
Agent Workflow Metrics via GitHub Labels by @kubaflo in Agent Workflow Metrics via GitHub Labels dotnet/maui#33986
Animation
[Android] Fixed TransformProperties issue when a wrapper view is present by @Ahamed-Ali in [Android] Fixed TransformProperties issue when a wrapper view is present dotnet/maui#29228
🔧 Fixes
API
Button
Fix ImageButton not rendering correctly based on its bounds by @Shalini-Ashokan in Fix ImageButton not rendering correctly based on its bounds dotnet/maui#28309
🔧 Fixes
... (truncated)
Commits viewable in compare view.
Updated Plugin.Maui.BottomSheet from 10.0.6 to 10.0.7.
Release notes
Sourced from Plugin.Maui.BottomSheet's releases.
10.0.7
What's Changed
Full Changelog: lucacivale/Maui.BottomSheet@10.0.6...10.0.7
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