unoplatform / Uno.Ch9

Ch9 - Uno Reference Implementation project
https://platform.uno/
Other
72 stars 22 forks source link

chore(deps): bump Microsoft.Toolkit.Mvvm from 7.0.0-preview2 to 7.0.0-preview4 #136

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps Microsoft.Toolkit.Mvvm from 7.0.0-preview2 to 7.0.0-preview4.

Release notes

Sourced from Microsoft.Toolkit.Mvvm's releases.

v7.0.0-preview4

Packages available on NuGet

Changes:

Breaking Changes :boom::

  • #3437: MarkdownTextBlock control is now in an independent package. We are working to split our Controls package into more easily consumable chunks for those apps that are worried about dependencies. For the final 7.0.0 release, we hope to have a bundled Microsoft.Toolkit.Uwp.UI.Controls package which will contain all sub-packages and provide a smooth upgrade experience. For now if you're using the MarkdownTextBlock and similar controls, you'll need to include the Microsoft.Toolkit.Uwp.UI.Controls.Markdown package separately.
  • #3427: Converted GazeInteraction project from C++ to C#
  • #3498: Optimizations/refactoring/tweaks to DispatcherQueueHelper
  • #3206: Xaml Islands Fixes.
  • #3440: [Discussion] Bump Minimum Version to 1809
  • #3444: Deprecated 2D array extensions from Microsoft.Toolkit
  • #3435: Removed Deprecated for 7.0
  • #3529: Fixed ImageEx.CornerRadius property

Controls :control_knobs::

  • #3379: Add ColorPickerButton
  • #3363: [Feature] Add a Reimagined Color Picker
  • #3471: Add FrameworkElement.VerticalAlignment and FrameworkElement.HorizontalAlignment support to WrapPanel
  • #3466: Add vertical alignment support to WrapPanel
  • #3528: ImageEx.CornerRadius property not working anymore

Improvements :sparkles::

  • #3527: [Feature] Microsoft.Toolkit.Mvvm package (Preview 4)
  • #3457: New Win32 toast notification helpers (no more shortcut needed!)
  • #3510: Refactoring with .NET 5 Unsafe APIs
  • #3509: Refactor pass with Unsafe.NullRef and Unsafe.IsNullRef
  • #3490: Fixed thread safety for NetworkHelper.Instance
  • #3197: NetworkHelper Singleton isn't thread safe
  • #3550: Parameterless ThrowHelper APIs

Documentation :page_with_curl:: New Wiki!

  • #3269: Update Contribution Guide
  • #3531: Update Template Instructions

Helpers :raised_hand::

  • #3455: Generic throw helper

Accessibility :wheelchair::

  • #3544: RadialGauge UIA improvements
  • #3537: RadialGauge sample does not load when opened while narrator open
  • #3539: RadialGauge: Pressing arrow key crashes app while narrator is on

... (truncated)

Commits


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 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) - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 3 years ago

Superseded by #145.