Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Microsoft.Maui.Controls.Compatibility from 9.0.10 to 9.0.12 #376

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2024

Bumps Microsoft.Maui.Controls.Compatibility from 9.0.10 to 9.0.12.

Release notes

Sourced from Microsoft.Maui.Controls.Compatibility's releases.

9.0.0-preview.1.9973

Installation

Install .NET 9 and the .NET MAUI workload to get started with this release.

Known issues

  • Due to a late-breaking change in the debugger tooling within Visual Studio, XAML Hot Reload will not load with .NET 9 Preview 1 projects targetting iOS and Android and should result in a yellow error bar. It should not break the deployment or debugging of the app, and you can enable ignoring future errors from appearing from the bar. This should be addressed in a future release of Visual Studio.
  • building net8.0-* target frameworks from .NET 9 does not work in preview 1.

MAUI Product Fixes

Fix for button cornerradius 0 on android by @​WdeBruin in #18959 Fix for #11991 - CollectionView SelectedItem BackgroundColor is always Gray on iOS by @​Axemasta in #17464 [Android] Correctly clear text tapping the clear button on Entry by @​jsuarezruiz in #17543 [iOS] Fix wrong gray color using transparent in iOS gradients by @​jsuarezruiz in #17696 Fix Clear Button size calculation by @​PureWeen in #19482 Fix attribute typo by @​PureWeen in #19567 Fix disappearing cell issue for TableView on Android by @​hartez in #19723 Fix SetProgressViewOffset on SwipeRefreshLayout by @​PureWeen in #19767 Fix incorrect defaults when adding non-BindableObject as AbsoluteLayout child by @​hartez in #19839 [iOS] Fix Flyout layout by @​emaf in #19125 Schedule Android layout requests received during layout on the UI thread by @​hartez in #19349 [macOS] Fix GesturePlatformManager.CalculatePosition when asked for a relative position by @​MartyIX in #19371 Fix Label Multilinetruncation (MaxLines / LineBreakMode) by @​jsuarezruiz in #14918 [Windows] Fix Tabbar Visibility Tests by @​Foda in #19662 Fix has color to use maui context on passed in view by @​PureWeen in #19682 Correct nullable annotations on IMediaPicker by @​jfversluis in #19157 [Windows] Show the Raw HTML for Html Label in case of error by @​drasticactions in #17470 [Catalyst] Allow setting of CancelButtonColor on SearchBar when using Mac Idiom by @​mikeparker104 in #19838 iOS Keyboard Scrolling Improvements and UITests (not from fork) by @​tj-devel709 in #17670 [Android] FlyoutIsPresented property opens the Flyout by @​jsuarezruiz in #19807 Fix Developer Tools option setting for Blazor Hybrid Mac Catalyst view by @​drasticactions in #19909 Process the hardware enter key as "Done" by @​PureWeen in #16386 [Android] Fix gif animation initial state by @​jsuarezruiz in #14295 Translucent and Transparent NavigationBar on iOS by @​tj-devel709 in #19204 Allow GesturePlatformManager to be created for views with null window by @​artemvalieiev in #18938 Handle Semantics flags more explicitly on iOS by @​hartez in #19370 XamlC WarnAsErrors by @​StephaneDelcroix in #19337 Improves performance on BindableProperty by @​albyrock87 in #17756 [Android] Fix gif animation initial state by @​jsuarezruiz in #14295 [Catalyst] Allow setting of CancelButtonColor on SearchBar when using Mac Idiom by @​mikeparker104 in #19838 [Windows] Fix Tabbar Visibility Tests by @​Foda in #19662 Handle setting of DesiredSize in Measure implementations, rather than MeasureOverride by @​hartez in #19794 Fix disappearing cell issue for TableView on Android by @​hartez in #19723 Fix SetProgressViewOffset on SwipeRefreshLayout by @​PureWeen in #19767 Fix has color to use maui context on passed in view by @​PureWeen in #19682 [Windows] Show the Raw HTML for Html Label in case of error by @​drasticactions in #17470 Fix incorrect defaults when adding non-BindableObject as AbsoluteLayout child by @​hartez in #19839 [iOS] Fix Flyout layout by @​emaf in #19125 [macOS] Fix GesturePlatformManager.CalculatePosition when asked for a relative position by @​MartyIX in #19371 Fix Label Multilinetruncation (MaxLines / LineBreakMode) by @​jsuarezruiz in #14918

... (truncated)

Commits
  • de214fc [release/9.0.1xx-sr1] Make sure to unsubscribe from LayoutChanged on CV (#26139)
  • 7c55a4e Update Versions.props to 9.011 SR 1.1 (#26112)
  • 1d14364 Hide/show titlebar on modal pages w/ Windows (#26111)
  • 1bf3a4c [release/9.0.1xx-sr1] [release/9.0.1xx] [Android] Fix RadioButton using Conte...
  • 0e85487 Upgrade from 1.0.1 to 1.0.2 (#26109)
  • 51e2faf [release/9.0.1xx-sr1] [release/9.0.1xx] [Windows] Fix crash when navigating p...
  • 4b7be58 [release/9.0.1xx-sr1] Remove code that enables/disables Entry (#26107)
  • See full diff in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [Microsoft.Maui.Controls.Compatibility](https://github.com/dotnet/maui) from 9.0.10 to 9.0.12.
- [Release notes](https://github.com/dotnet/maui/releases)
- [Changelog](https://github.com/dotnet/maui/blob/main/docs/ReleaseSchedule.md)
- [Commits](dotnet/maui@9.0.10...9.0.12)

---
updated-dependencies:
- dependency-name: Microsoft.Maui.Controls.Compatibility
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Dec 9, 2024
@fingers10 fingers10 added this pull request to the merge queue Dec 10, 2024
Merged via the queue into main with commit 4d72712 Dec 10, 2024
1 check passed
@dependabot dependabot bot deleted the dependabot/nuget/Microsoft.Maui.Controls.Compatibility-9.0.12 branch December 10, 2024 04:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant