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 8.0.70 to 8.0.92 #596

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 28, 2024

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps Microsoft.Maui.Controls.Compatibility from 8.0.70 to 8.0.92.

Release notes

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

8.0.90 SR9

What's Changed

Breaking Changes | Product Fixes | Docs | Testing | Dependency Updates | Housekeeping | New Contributors | Known Ihttps://github.com/dotnet/maui/blob/HEAD/shttps://github.com/dotnet/maui/blob/HEAD/sue(https://github.com/dotnet/maui/blob/HEAD/s)

Breaking Changes

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.Antialias by @​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 MeasureInvalidated event 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
  • 2174059 MAUI hit testing ignores pages loaded by PushModalAsync by @​lizharems

... (truncated)

Commits
  • 259b6bd Release Branding for .NET SR9.2 (#25263)
  • 006fefb [release/8.0.1xx-sr9] NullReferenceException when setting BarBackgroundColor ...
  • 0294301 [release/8.0.1xx-sr9] Fix Regression with iOS button resizing with text or im...
  • 54268ce [release/8.0.1xx-sr9] Fixed Microsoft.Maui.Controls 8.0.90 (Latest stable) Ru...
  • a800edb [iOS] Text alignment in editor - improvements (#24859) (#25158)
  • ad27103 Preview SR9.2 branding (#25161)
  • 011655f [release/8.0.1xx-sr9] Revert #24222 and simply use invalidate instead of `p...
  • 1908429 [release/8.0.1xx-sr9] [X] allow namescope resolution before parenting (#25075)
  • a8f9f60 [release/8.0.1xx-sr9] [iOS] Fix for the CollectionView to prevent duplicate g...
  • b2ab38e [C] avoid NRE on null GesturRecognizer (#25029)
  • Additional commits viewable 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 8.0.70 to 8.0.92.
- [Release notes](https://github.com/dotnet/maui/releases)
- [Changelog](https://github.com/dotnet/maui/blob/main/docs/ReleaseSchedule.md)
- [Commits](dotnet/maui@8.0.70...8.0.92)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 28, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 31, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/nuget/Microsoft.Maui.Controls.Compatibility-8.0.92 branch October 31, 2024 16:18
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant