Unknown6656 / AutoIt-Interpreter

A C# AutoIt interpreter designed to be platform-independent
GNU Affero General Public License v3.0
37 stars 10 forks source link

Bump Avalonia.Desktop from 0.9.11 to 0.10.12 in /new #117

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps Avalonia.Desktop from 0.9.11 to 0.10.12.

Release notes

Sourced from Avalonia.Desktop's releases.

0.10.12

Full changelog: https://github.com/AvaloniaUI/Avalonia/compare/0.10.11...0.10.12

New features/APIs

#7148 [Osx] allow disabling of native menu export. #7248 Add a DataType property on CompiledBindingExtension to enable specifying the start type explicitly on a binding. #7301 Added reflection-free API for weak events #7315 Editable DataGridTemplateColumn #7395 Exposed PreciseArcTo for ellipses with extreme width:height ratios

Bugfixes

#7251 #7370 [Linux] Workaround for broken TopLevel.cs causing crash on X11 #7411 [Linux] fix deadlock from X11Window on close #7270 [Browser] [WASM] Fix wrong DPI value #7394 [Browser] Add IsDirty to Avalonia.Web.Blazor (Fix Chromium 97 not resizing render) #7285 [Windows] Ensure Alpha is set for WGL display #7374 [Windows] Don't raise TextInput event when KeyDown was handled #7299 [Osx] Add additional null checks to Avalonia.Native.WindowBaseImpl. #7302 [Osx] [MacOS] fix quit menu item copy paste mistake #7341 [Osx] Fixes/standard osx item generation #6948 Fix DataGrid SelectionChanged event not raised after 3 right clicks #7250 Fix pointer popup positioning for overlay popups #7258 Fix ScrollViewer with touch inside of rotated LayoutTransformControl #7298 Check for null visual parent. #7337 Only handle a KeyBinding if it's actually been handled. #7343 Reduce the priority in AvaloniaSynchronizationContext. #7350 Fix Skia FormattedTextImpl text alignment #7365 Fix vertical alignments in Calendar control #7373 Fix NRE on window close with opened menu #7400 Fix ClassicDesktop Lifetime so that ShutdownRequested event is raised. #7405 Fix UseRenderTransformProperty registration typo

Misc

#7295 #7300 [Browser] [WASM] Implement Cursors API #7409 [Browser] Butter Smooth resizing in Browser #7321 [Osx] DataGrid - handle OSX key modifiers (ctrl vs cmd) #7368 Set antialias to true when calling ClipRoundRect #7388 Use CompiledBindings for Fluent theme #7252 Improve ButtonSpinner OnPointerWheel #7256 Fast Fluent theme switching #7288 Progress Bar progress text implementation in FluentTheme #7320 ListBox should respect ClipToBounds #7336 Enable ClearType on Windows #7344 Introduce font related platform implementations for unit tests

... (truncated)

Commits
  • 7038339 bump version.
  • 50e2085 update copyright year
  • ebc00d6 Merge pull request #7436 from AvaloniaUI/ensure-flyout-closed
  • 4652264 Merge pull request #7430 from AvaloniaUI/avaloniadictionary-remove-fix
  • d504daf fix stability of wasm init.
  • 21721a4 Merge pull request #7243 from AvaloniaUI/fix-touch-device-tests
  • 5875f77 fix merge
  • 59517a6 Merge pull request #7416 from AvaloniaUI/fixes/wasm-resizing
  • 133c1bd Merge pull request #7411 from ahopper/fix-X11Window-deadlock-on-close
  • f481cce Merge pull request #7409 from AvaloniaUI/fixes/wasm-resizing
  • 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 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[bot] commented 2 years ago

Superseded by #120.