nuget: bump Avalonia.Markup.Xaml.Loader and Avalonia #47

Closed
dependabot[bot] wants to merge 1 commits from dependabot/nuget/multi-9b178d3520 into master
dependabot[bot] commented 2024-10-23 14:52:13 +00:00 (Migrated from github.com)

Bumps Avalonia.Markup.Xaml.Loader and Avalonia. These dependencies needed to be updated together.
Updates Avalonia.Markup.Xaml.Loader from 11.0.10 to 11.1.4

Release notes

Sourced from Avalonia.Markup.Xaml.Loader's releases.

11.1.4

What's Changed

Fixes

Miscellaneous

11.1.3

What's Changed

Features

Fixes

Infrastructure

... (truncated)

Commits
  • cecfac5 Update version to 11.1.4.
  • 205c51d Prevent stack overflow in two-way bindings. (#17073)
  • fad06a0 Call layer.setNeedsDisplay on show. (#17096)
  • 89c9702 Make InjectAvaloniaXamlOutput run before ComputeResolvedFilesToPublishList (#...
  • 3d86730 Changed modifiers for injected non-client implementable method (#16626)
  • 49bacc6 grow datagrid height if there's available space (#16527)
  • 4ee6188 Don't apply our weird window positioning hacks for clicks on traffic lights (...
  • 3316e84 Fix macOS intgr tests bad merge
  • f90a868 Remove unncessary API suppressions
  • 457835f Adjust api diff once more
  • Additional commits viewable in compare view

Updates Avalonia from 11.0.10 to 11.1.4

Release notes

Sourced from Avalonia's releases.

11.1.4

What's Changed

Fixes

Miscellaneous

11.1.3

What's Changed

Features

Fixes

Infrastructure

... (truncated)

Commits
  • cecfac5 Update version to 11.1.4.
  • 205c51d Prevent stack overflow in two-way bindings. (#17073)
  • fad06a0 Call layer.setNeedsDisplay on show. (#17096)
  • 89c9702 Make InjectAvaloniaXamlOutput run before ComputeResolvedFilesToPublishList (#...
  • 3d86730 Changed modifiers for injected non-client implementable method (#16626)
  • 49bacc6 grow datagrid height if there's available space (#16527)
  • 4ee6188 Don't apply our weird window positioning hacks for clicks on traffic lights (...
  • 3316e84 Fix macOS intgr tests bad merge
  • f90a868 Remove unncessary API suppressions
  • 457835f Adjust api diff once more
  • Additional 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 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 [Avalonia.Markup.Xaml.Loader](https://github.com/AvaloniaUI/Avalonia) and [Avalonia](https://github.com/AvaloniaUI/Avalonia). These dependencies needed to be updated together. Updates `Avalonia.Markup.Xaml.Loader` from 11.0.10 to 11.1.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/AvaloniaUI/Avalonia/releases">Avalonia.Markup.Xaml.Loader's releases</a>.</em></p> <blockquote> <h2>11.1.4</h2> <h2>What's Changed</h2> <h3>Fixes</h3> <ul> <li>Fix - Grow datagrid height if there's available space by <a href="https://github.com/emmauss"><code>@​emmauss</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/16527">AvaloniaUI/Avalonia#16527</a></li> <li>Fix --no-build publishing when axaml compiler is used by <a href="https://github.com/js6pak"><code>@​js6pak</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/16835">AvaloniaUI/Avalonia#16835</a></li> <li>Prevent stack overflow in two-way bindings. by <a href="https://github.com/grokys"><code>@​grokys</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/17073">AvaloniaUI/Avalonia#17073</a></li> <li>[macOS]: Call layer.setNeedsDisplay on show. by <a href="https://github.com/grokys"><code>@​grokys</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/17096">AvaloniaUI/Avalonia#17096</a></li> <li>Don't apply our weird window positioning hacks for clicks on traffic lights by <a href="https://github.com/kekekeks"><code>@​kekekeks</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/17181">AvaloniaUI/Avalonia#17181</a></li> </ul> <h3>Miscellaneous</h3> <ul> <li>Changed modifiers for injected non-client implementable method by <a href="https://github.com/kekekeks"><code>@​kekekeks</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/16626">AvaloniaUI/Avalonia#16626</a></li> </ul> <h2>11.1.3</h2> <h2>What's Changed</h2> <h3>Features</h3> <ul> <li>Added Compositor.CreateCompositionVisualSnapshot API by <a href="https://github.com/kekekeks"><code>@​kekekeks</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/16599">AvaloniaUI/Avalonia#16599</a></li> <li>[Android] Support <code>PerformContextMenuAction</code> by <a href="https://github.com/Tangent-90"><code>@​Tangent-90</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/15608">AvaloniaUI/Avalonia#15608</a></li> <li>Add api to allow text input method to trigger common context menu actions by <a href="https://github.com/emmauss"><code>@​emmauss</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/15666">AvaloniaUI/Avalonia#15666</a></li> </ul> <h3>Fixes</h3> <ul> <li>[iOS] Switch to Metal by default by <a href="https://github.com/maxkatz6"><code>@​maxkatz6</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/15994">AvaloniaUI/Avalonia#15994</a></li> <li>[Android] [TextBox] Fix a bug which cause cannot call out the soft keyboard again after closing it by <a href="https://github.com/Tangent-90"><code>@​Tangent-90</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/15603">AvaloniaUI/Avalonia#15603</a></li> <li>Suspend selection updates in TextBoxTextInputMethodClient until all changes are completed by <a href="https://github.com/emmauss"><code>@​emmauss</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/15659">AvaloniaUI/Avalonia#15659</a></li> <li>[Windows] GetDpiForMonitor checks for Windows 8.0, but should check for 8.1 by <a href="https://github.com/yusupovdanil"><code>@​yusupovdanil</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/15734">AvaloniaUI/Avalonia#15734</a></li> <li>[Linux] Blacklist SVGA3D gpu driver by <a href="https://github.com/kekekeks"><code>@​kekekeks</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/15742">AvaloniaUI/Avalonia#15742</a></li> <li>Restore 0.10.x behavior for re-creating visual brush content on property change by <a href="https://github.com/kekekeks"><code>@​kekekeks</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/15838">AvaloniaUI/Avalonia#15838</a></li> <li>Prevent FontFamily Property was null and crash the whole application by <a href="https://github.com/Luoyingliang"><code>@​Luoyingliang</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/15896">AvaloniaUI/Avalonia#15896</a></li> <li>Use the owner window's screen as the constraint. by <a href="https://github.com/grokys"><code>@​grokys</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/15910">AvaloniaUI/Avalonia#15910</a></li> <li>Implemented VulkanDevice.Dispose by <a href="https://github.com/jp2masa"><code>@​jp2masa</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/15936">AvaloniaUI/Avalonia#15936</a></li> <li>[Windows] Fixed UIA pattern matching for IExpandCollapseProvider. by <a href="https://github.com/boydpatterson"><code>@​boydpatterson</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/15997">AvaloniaUI/Avalonia#15997</a></li> <li>Fixed memory leak in Switch class by <a href="https://github.com/ds1709"><code>@​ds1709</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/15998">AvaloniaUI/Avalonia#15998</a></li> <li>[Windows] Restores WS_CHILD style for Embedded Windows by <a href="https://github.com/fitdev"><code>@​fitdev</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/16051">AvaloniaUI/Avalonia#16051</a></li> <li>Fix compiled binding indexer always forcing integer boxing by <a href="https://github.com/maxkatz6"><code>@​maxkatz6</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/16109">AvaloniaUI/Avalonia#16109</a></li> <li>[Windows] Patch Win32.TrayIconImpl DPI check for Win7/8 by <a href="https://github.com/evgeniylevakhin"><code>@​evgeniylevakhin</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/16148">AvaloniaUI/Avalonia#16148</a></li> <li>[Browser] Fix launcher on browser by <a href="https://github.com/maxkatz6"><code>@​maxkatz6</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/16271">AvaloniaUI/Avalonia#16271</a></li> <li>[Windows] Disable WinFormsAvaloniaControlHost in design mode by <a href="https://github.com/daniel-lerch"><code>@​daniel-lerch</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/16296">AvaloniaUI/Avalonia#16296</a></li> <li>Fix - return (0,0) as size for text selector layer on MeasureOverride by <a href="https://github.com/emmauss"><code>@​emmauss</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/16373">AvaloniaUI/Avalonia#16373</a></li> <li>[Linux] Compatible with &quot;fcitx5&quot; envrionment variable by <a href="https://github.com/kkwpsv"><code>@​kkwpsv</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/16434">AvaloniaUI/Avalonia#16434</a></li> <li>[Windows] Win32.PlatformConstants uses buildNumber instead of version by <a href="https://github.com/christophe-calmejane"><code>@​christophe-calmejane</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/16453">AvaloniaUI/Avalonia#16453</a></li> <li>[Android] Fix android uri activation by <a href="https://github.com/maxkatz6"><code>@​maxkatz6</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/16477">AvaloniaUI/Avalonia#16477</a></li> <li>Fix TextLayout invalidation by <a href="https://github.com/Gillibald"><code>@​Gillibald</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/16481">AvaloniaUI/Avalonia#16481</a></li> <li>Remove internal access modifier from IWindowImpl.GetWindowsZOrder by <a href="https://github.com/stevemonaco"><code>@​stevemonaco</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/16562">AvaloniaUI/Avalonia#16562</a></li> <li>Fixed overlay popups not automatically closing by <a href="https://github.com/TomEdwardsEnscape"><code>@​TomEdwardsEnscape</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/16564">AvaloniaUI/Avalonia#16564</a></li> <li>[Linux] Gracefully fall back to the next storage provider by <a href="https://github.com/kekekeks"><code>@​kekekeks</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/15929">AvaloniaUI/Avalonia#15929</a></li> <li>[Linux] Fix Linux X11 Atoms lost: Before the window was mapped, only the first atom was set. by <a href="https://github.com/walterlv"><code>@​walterlv</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/16110">AvaloniaUI/Avalonia#16110</a></li> </ul> <h3>Infrastructure</h3> <ul> <li>Refactor integration test app paging by <a href="https://github.com/grokys"><code>@​grokys</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/16551">AvaloniaUI/Avalonia#16551</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/AvaloniaUI/Avalonia/commit/cecfac592b3a5a99413cac5be696437136b1d171"><code>cecfac5</code></a> Update version to 11.1.4.</li> <li><a href="https://github.com/AvaloniaUI/Avalonia/commit/205c51dc40f16ff3d11638e4a957a111de23b80d"><code>205c51d</code></a> Prevent stack overflow in two-way bindings. (<a href="https://redirect.github.com/AvaloniaUI/Avalonia/issues/17073">#17073</a>)</li> <li><a href="https://github.com/AvaloniaUI/Avalonia/commit/fad06a01f43e889285a9ad2d469e674b050d6f54"><code>fad06a0</code></a> Call layer.setNeedsDisplay on show. (<a href="https://redirect.github.com/AvaloniaUI/Avalonia/issues/17096">#17096</a>)</li> <li><a href="https://github.com/AvaloniaUI/Avalonia/commit/89c9702c1c7e6a0d62f2bd1e9e22cbf97d775c32"><code>89c9702</code></a> Make InjectAvaloniaXamlOutput run before ComputeResolvedFilesToPublishList (#...</li> <li><a href="https://github.com/AvaloniaUI/Avalonia/commit/3d867303bc71ea2c901a25706f5e175425d0ccb5"><code>3d86730</code></a> Changed modifiers for injected non-client implementable method (<a href="https://redirect.github.com/AvaloniaUI/Avalonia/issues/16626">#16626</a>)</li> <li><a href="https://github.com/AvaloniaUI/Avalonia/commit/49bacc60cb39bf51d6456f4077e9325efc70490e"><code>49bacc6</code></a> grow datagrid height if there's available space (<a href="https://redirect.github.com/AvaloniaUI/Avalonia/issues/16527">#16527</a>)</li> <li><a href="https://github.com/AvaloniaUI/Avalonia/commit/4ee6188dc6ad82d09586cc5a89ef70c92b7dae0d"><code>4ee6188</code></a> Don't apply our weird window positioning hacks for clicks on traffic lights (...</li> <li><a href="https://github.com/AvaloniaUI/Avalonia/commit/3316e84d465ce3fbda8dd0bca829bb8cc581a70e"><code>3316e84</code></a> Fix macOS intgr tests bad merge</li> <li><a href="https://github.com/AvaloniaUI/Avalonia/commit/f90a8680862aefa9ac67450a7621859dbdf74494"><code>f90a868</code></a> Remove unncessary API suppressions</li> <li><a href="https://github.com/AvaloniaUI/Avalonia/commit/457835f23f1e60f95d3794ca85a07a21abdfc0d6"><code>457835f</code></a> Adjust api diff once more</li> <li>Additional commits viewable in <a href="https://github.com/AvaloniaUI/Avalonia/compare/11.0.10...11.1.4">compare view</a></li> </ul> </details> <br /> Updates `Avalonia` from 11.0.10 to 11.1.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/AvaloniaUI/Avalonia/releases">Avalonia's releases</a>.</em></p> <blockquote> <h2>11.1.4</h2> <h2>What's Changed</h2> <h3>Fixes</h3> <ul> <li>Fix - Grow datagrid height if there's available space by <a href="https://github.com/emmauss"><code>@​emmauss</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/16527">AvaloniaUI/Avalonia#16527</a></li> <li>Fix --no-build publishing when axaml compiler is used by <a href="https://github.com/js6pak"><code>@​js6pak</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/16835">AvaloniaUI/Avalonia#16835</a></li> <li>Prevent stack overflow in two-way bindings. by <a href="https://github.com/grokys"><code>@​grokys</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/17073">AvaloniaUI/Avalonia#17073</a></li> <li>[macOS]: Call layer.setNeedsDisplay on show. by <a href="https://github.com/grokys"><code>@​grokys</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/17096">AvaloniaUI/Avalonia#17096</a></li> <li>Don't apply our weird window positioning hacks for clicks on traffic lights by <a href="https://github.com/kekekeks"><code>@​kekekeks</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/17181">AvaloniaUI/Avalonia#17181</a></li> </ul> <h3>Miscellaneous</h3> <ul> <li>Changed modifiers for injected non-client implementable method by <a href="https://github.com/kekekeks"><code>@​kekekeks</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/16626">AvaloniaUI/Avalonia#16626</a></li> </ul> <h2>11.1.3</h2> <h2>What's Changed</h2> <h3>Features</h3> <ul> <li>Added Compositor.CreateCompositionVisualSnapshot API by <a href="https://github.com/kekekeks"><code>@​kekekeks</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/16599">AvaloniaUI/Avalonia#16599</a></li> <li>[Android] Support <code>PerformContextMenuAction</code> by <a href="https://github.com/Tangent-90"><code>@​Tangent-90</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/15608">AvaloniaUI/Avalonia#15608</a></li> <li>Add api to allow text input method to trigger common context menu actions by <a href="https://github.com/emmauss"><code>@​emmauss</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/15666">AvaloniaUI/Avalonia#15666</a></li> </ul> <h3>Fixes</h3> <ul> <li>[iOS] Switch to Metal by default by <a href="https://github.com/maxkatz6"><code>@​maxkatz6</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/15994">AvaloniaUI/Avalonia#15994</a></li> <li>[Android] [TextBox] Fix a bug which cause cannot call out the soft keyboard again after closing it by <a href="https://github.com/Tangent-90"><code>@​Tangent-90</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/15603">AvaloniaUI/Avalonia#15603</a></li> <li>Suspend selection updates in TextBoxTextInputMethodClient until all changes are completed by <a href="https://github.com/emmauss"><code>@​emmauss</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/15659">AvaloniaUI/Avalonia#15659</a></li> <li>[Windows] GetDpiForMonitor checks for Windows 8.0, but should check for 8.1 by <a href="https://github.com/yusupovdanil"><code>@​yusupovdanil</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/15734">AvaloniaUI/Avalonia#15734</a></li> <li>[Linux] Blacklist SVGA3D gpu driver by <a href="https://github.com/kekekeks"><code>@​kekekeks</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/15742">AvaloniaUI/Avalonia#15742</a></li> <li>Restore 0.10.x behavior for re-creating visual brush content on property change by <a href="https://github.com/kekekeks"><code>@​kekekeks</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/15838">AvaloniaUI/Avalonia#15838</a></li> <li>Prevent FontFamily Property was null and crash the whole application by <a href="https://github.com/Luoyingliang"><code>@​Luoyingliang</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/15896">AvaloniaUI/Avalonia#15896</a></li> <li>Use the owner window's screen as the constraint. by <a href="https://github.com/grokys"><code>@​grokys</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/15910">AvaloniaUI/Avalonia#15910</a></li> <li>Implemented VulkanDevice.Dispose by <a href="https://github.com/jp2masa"><code>@​jp2masa</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/15936">AvaloniaUI/Avalonia#15936</a></li> <li>[Windows] Fixed UIA pattern matching for IExpandCollapseProvider. by <a href="https://github.com/boydpatterson"><code>@​boydpatterson</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/15997">AvaloniaUI/Avalonia#15997</a></li> <li>Fixed memory leak in Switch class by <a href="https://github.com/ds1709"><code>@​ds1709</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/15998">AvaloniaUI/Avalonia#15998</a></li> <li>[Windows] Restores WS_CHILD style for Embedded Windows by <a href="https://github.com/fitdev"><code>@​fitdev</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/16051">AvaloniaUI/Avalonia#16051</a></li> <li>Fix compiled binding indexer always forcing integer boxing by <a href="https://github.com/maxkatz6"><code>@​maxkatz6</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/16109">AvaloniaUI/Avalonia#16109</a></li> <li>[Windows] Patch Win32.TrayIconImpl DPI check for Win7/8 by <a href="https://github.com/evgeniylevakhin"><code>@​evgeniylevakhin</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/16148">AvaloniaUI/Avalonia#16148</a></li> <li>[Browser] Fix launcher on browser by <a href="https://github.com/maxkatz6"><code>@​maxkatz6</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/16271">AvaloniaUI/Avalonia#16271</a></li> <li>[Windows] Disable WinFormsAvaloniaControlHost in design mode by <a href="https://github.com/daniel-lerch"><code>@​daniel-lerch</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/16296">AvaloniaUI/Avalonia#16296</a></li> <li>Fix - return (0,0) as size for text selector layer on MeasureOverride by <a href="https://github.com/emmauss"><code>@​emmauss</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/16373">AvaloniaUI/Avalonia#16373</a></li> <li>[Linux] Compatible with &quot;fcitx5&quot; envrionment variable by <a href="https://github.com/kkwpsv"><code>@​kkwpsv</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/16434">AvaloniaUI/Avalonia#16434</a></li> <li>[Windows] Win32.PlatformConstants uses buildNumber instead of version by <a href="https://github.com/christophe-calmejane"><code>@​christophe-calmejane</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/16453">AvaloniaUI/Avalonia#16453</a></li> <li>[Android] Fix android uri activation by <a href="https://github.com/maxkatz6"><code>@​maxkatz6</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/16477">AvaloniaUI/Avalonia#16477</a></li> <li>Fix TextLayout invalidation by <a href="https://github.com/Gillibald"><code>@​Gillibald</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/16481">AvaloniaUI/Avalonia#16481</a></li> <li>Remove internal access modifier from IWindowImpl.GetWindowsZOrder by <a href="https://github.com/stevemonaco"><code>@​stevemonaco</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/16562">AvaloniaUI/Avalonia#16562</a></li> <li>Fixed overlay popups not automatically closing by <a href="https://github.com/TomEdwardsEnscape"><code>@​TomEdwardsEnscape</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/16564">AvaloniaUI/Avalonia#16564</a></li> <li>[Linux] Gracefully fall back to the next storage provider by <a href="https://github.com/kekekeks"><code>@​kekekeks</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/15929">AvaloniaUI/Avalonia#15929</a></li> <li>[Linux] Fix Linux X11 Atoms lost: Before the window was mapped, only the first atom was set. by <a href="https://github.com/walterlv"><code>@​walterlv</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/16110">AvaloniaUI/Avalonia#16110</a></li> </ul> <h3>Infrastructure</h3> <ul> <li>Refactor integration test app paging by <a href="https://github.com/grokys"><code>@​grokys</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/16551">AvaloniaUI/Avalonia#16551</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/AvaloniaUI/Avalonia/commit/cecfac592b3a5a99413cac5be696437136b1d171"><code>cecfac5</code></a> Update version to 11.1.4.</li> <li><a href="https://github.com/AvaloniaUI/Avalonia/commit/205c51dc40f16ff3d11638e4a957a111de23b80d"><code>205c51d</code></a> Prevent stack overflow in two-way bindings. (<a href="https://redirect.github.com/AvaloniaUI/Avalonia/issues/17073">#17073</a>)</li> <li><a href="https://github.com/AvaloniaUI/Avalonia/commit/fad06a01f43e889285a9ad2d469e674b050d6f54"><code>fad06a0</code></a> Call layer.setNeedsDisplay on show. (<a href="https://redirect.github.com/AvaloniaUI/Avalonia/issues/17096">#17096</a>)</li> <li><a href="https://github.com/AvaloniaUI/Avalonia/commit/89c9702c1c7e6a0d62f2bd1e9e22cbf97d775c32"><code>89c9702</code></a> Make InjectAvaloniaXamlOutput run before ComputeResolvedFilesToPublishList (#...</li> <li><a href="https://github.com/AvaloniaUI/Avalonia/commit/3d867303bc71ea2c901a25706f5e175425d0ccb5"><code>3d86730</code></a> Changed modifiers for injected non-client implementable method (<a href="https://redirect.github.com/AvaloniaUI/Avalonia/issues/16626">#16626</a>)</li> <li><a href="https://github.com/AvaloniaUI/Avalonia/commit/49bacc60cb39bf51d6456f4077e9325efc70490e"><code>49bacc6</code></a> grow datagrid height if there's available space (<a href="https://redirect.github.com/AvaloniaUI/Avalonia/issues/16527">#16527</a>)</li> <li><a href="https://github.com/AvaloniaUI/Avalonia/commit/4ee6188dc6ad82d09586cc5a89ef70c92b7dae0d"><code>4ee6188</code></a> Don't apply our weird window positioning hacks for clicks on traffic lights (...</li> <li><a href="https://github.com/AvaloniaUI/Avalonia/commit/3316e84d465ce3fbda8dd0bca829bb8cc581a70e"><code>3316e84</code></a> Fix macOS intgr tests bad merge</li> <li><a href="https://github.com/AvaloniaUI/Avalonia/commit/f90a8680862aefa9ac67450a7621859dbdf74494"><code>f90a868</code></a> Remove unncessary API suppressions</li> <li><a href="https://github.com/AvaloniaUI/Avalonia/commit/457835f23f1e60f95d3794ca85a07a21abdfc0d6"><code>457835f</code></a> Adjust api diff once more</li> <li>Additional commits viewable in <a href="https://github.com/AvaloniaUI/Avalonia/compare/11.0.10...11.1.4">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
dependabot[bot] commented 2024-10-23 14:55:40 +00:00 (Migrated from github.com)

OK, I won't notify you again about this release, but will get in touch when a new version is available.

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

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

Pull request closed

Sign in to join this conversation.
No description provided.