Bump AvaloniaVersion from 11.2.2 to 11.2.3
Bumps AvaloniaVersion from 11.2.2 to 11.2.3.
Updates Avalonia from 11.2.2 to 11.2.3
Release notes
Sourced from Avalonia's releases.
11.2.3
Full Changelog: https://github.com/AvaloniaUI/Avalonia/compare/11.2.2...11.2.3
Enhancements
- XEmbed client support by
@kekekeksin AvaloniaUI/Avalonia#17446- [GLX] Resize the platform render target to compositor-provided size by
@kekekeksin AvaloniaUI/Avalonia#17779- Make MarkupExtension.ProvideValue method inlinable for StaticResourceExtension and ResolveByNameExtension by
@maxkatz6in AvaloniaUI/Avalonia#17659- Ignore key modifiers on text editing if field is a password field. by
@c4llv07ein AvaloniaUI/Avalonia#17695Fixes
- Fix broken pre-edit markedText on iOS and solve #17523 by
@Arktischein AvaloniaUI/Avalonia#17618- Fix random test failures and add empty dispatcher verification to tests by
@MrJulin AvaloniaUI/Avalonia#17628- Fix TextBlock re-measure in infinite container by
@MrJulin AvaloniaUI/Avalonia#17638- #17675 - AfterPlatformServicesSetup callbacks are not called by the A. by
@gentledeppin AvaloniaUI/Avalonia#17676- Made OneTime bindings update on DataContext changes by
@MrJulin AvaloniaUI/Avalonia#17683- Fix KnownFolder for x86 Windows by
@stevemonacoin AvaloniaUI/Avalonia#17705- [Win] Fix cursor update on pointer enter by
@Gillibaldin AvaloniaUI/Avalonia#17726- Fix macOS popup memory leak due to Close not being called by
@MrJulin AvaloniaUI/Avalonia#17753- Update pen tap settings by
@maxkatz6in AvaloniaUI/Avalonia#17780- Auto free finished vulkan command buffers in gpu interop feature implementation by
@kekekeksin AvaloniaUI/Avalonia#17782- [MacOS] fix small memory leak when TopLevel closes. by
@danwalmsleyin AvaloniaUI/Avalonia#17783- [macOS] Prevent popups from stealing focus by
@MrJulin AvaloniaUI/Avalonia#17794- Fix TextAlignment="DetectFromContent" by
@Gillibaldin AvaloniaUI/Avalonia#17721
Commits
151d97aBump versionaa9ce85[macOS] Prevent popups from stealing focus (#17794)f29675d[MacOS] fix small memory leak. base.Dispose so that _nativeControlHost and _m...9ad2ad6Auto free finished vulkan command buffers in gpu interop feature implementati...04231a4Update pen tap settings (#17780)5cc111cImplemented XEmbed client support with GtkSharp usage example (#17446)b977368[GLX] Resize the platform render target to compositor-provided size (#17779)261a08aFix KnownFolder for x86 Windows (#17705)d934958Made OneTime bindings update on DataContext changes (#17683)2e5fbc8Ignore key modifiers on text editing if field is a password field. (#17695)- Additional commits viewable in compare view
Updates Avalonia.Controls.DataGrid from 11.2.2 to 11.2.3
Release notes
Sourced from Avalonia.Controls.DataGrid's releases.
11.2.3
Full Changelog: https://github.com/AvaloniaUI/Avalonia/compare/11.2.2...11.2.3
Enhancements
- XEmbed client support by
@kekekeksin AvaloniaUI/Avalonia#17446- [GLX] Resize the platform render target to compositor-provided size by
@kekekeksin AvaloniaUI/Avalonia#17779- Make MarkupExtension.ProvideValue method inlinable for StaticResourceExtension and ResolveByNameExtension by
@maxkatz6in AvaloniaUI/Avalonia#17659- Ignore key modifiers on text editing if field is a password field. by
@c4llv07ein AvaloniaUI/Avalonia#17695Fixes
- Fix broken pre-edit markedText on iOS and solve #17523 by
@Arktischein AvaloniaUI/Avalonia#17618- Fix random test failures and add empty dispatcher verification to tests by
@MrJulin AvaloniaUI/Avalonia#17628- Fix TextBlock re-measure in infinite container by
@MrJulin AvaloniaUI/Avalonia#17638- #17675 - AfterPlatformServicesSetup callbacks are not called by the A. by
@gentledeppin AvaloniaUI/Avalonia#17676- Made OneTime bindings update on DataContext changes by
@MrJulin AvaloniaUI/Avalonia#17683- Fix KnownFolder for x86 Windows by
@stevemonacoin AvaloniaUI/Avalonia#17705- [Win] Fix cursor update on pointer enter by
@Gillibaldin AvaloniaUI/Avalonia#17726- Fix macOS popup memory leak due to Close not being called by
@MrJulin AvaloniaUI/Avalonia#17753- Update pen tap settings by
@maxkatz6in AvaloniaUI/Avalonia#17780- Auto free finished vulkan command buffers in gpu interop feature implementation by
@kekekeksin AvaloniaUI/Avalonia#17782- [MacOS] fix small memory leak when TopLevel closes. by
@danwalmsleyin AvaloniaUI/Avalonia#17783- [macOS] Prevent popups from stealing focus by
@MrJulin AvaloniaUI/Avalonia#17794- Fix TextAlignment="DetectFromContent" by
@Gillibaldin AvaloniaUI/Avalonia#17721
Commits
151d97aBump versionaa9ce85[macOS] Prevent popups from stealing focus (#17794)f29675d[MacOS] fix small memory leak. base.Dispose so that _nativeControlHost and _m...9ad2ad6Auto free finished vulkan command buffers in gpu interop feature implementati...04231a4Update pen tap settings (#17780)5cc111cImplemented XEmbed client support with GtkSharp usage example (#17446)b977368[GLX] Resize the platform render target to compositor-provided size (#17779)261a08aFix KnownFolder for x86 Windows (#17705)d934958Made OneTime bindings update on DataContext changes (#17683)2e5fbc8Ignore key modifiers on text editing if field is a password field. (#17695)- Additional commits viewable in compare view
Updates Avalonia.Desktop from 11.2.2 to 11.2.3
Release notes
Sourced from Avalonia.Desktop's releases.
11.2.3
Full Changelog: https://github.com/AvaloniaUI/Avalonia/compare/11.2.2...11.2.3
Enhancements
- XEmbed client support by
@kekekeksin AvaloniaUI/Avalonia#17446- [GLX] Resize the platform render target to compositor-provided size by
@kekekeksin AvaloniaUI/Avalonia#17779- Make MarkupExtension.ProvideValue method inlinable for StaticResourceExtension and ResolveByNameExtension by
@maxkatz6in AvaloniaUI/Avalonia#17659- Ignore key modifiers on text editing if field is a password field. by
@c4llv07ein AvaloniaUI/Avalonia#17695Fixes
- Fix broken pre-edit markedText on iOS and solve #17523 by
@Arktischein AvaloniaUI/Avalonia#17618- Fix random test failures and add empty dispatcher verification to tests by
@MrJulin AvaloniaUI/Avalonia#17628- Fix TextBlock re-measure in infinite container by
@MrJulin AvaloniaUI/Avalonia#17638- #17675 - AfterPlatformServicesSetup callbacks are not called by the A. by
@gentledeppin AvaloniaUI/Avalonia#17676- Made OneTime bindings update on DataContext changes by
@MrJulin AvaloniaUI/Avalonia#17683- Fix KnownFolder for x86 Windows by
@stevemonacoin AvaloniaUI/Avalonia#17705- [Win] Fix cursor update on pointer enter by
@Gillibaldin AvaloniaUI/Avalonia#17726- Fix macOS popup memory leak due to Close not being called by
@MrJulin AvaloniaUI/Avalonia#17753- Update pen tap settings by
@maxkatz6in AvaloniaUI/Avalonia#17780- Auto free finished vulkan command buffers in gpu interop feature implementation by
@kekekeksin AvaloniaUI/Avalonia#17782- [MacOS] fix small memory leak when TopLevel closes. by
@danwalmsleyin AvaloniaUI/Avalonia#17783- [macOS] Prevent popups from stealing focus by
@MrJulin AvaloniaUI/Avalonia#17794- Fix TextAlignment="DetectFromContent" by
@Gillibaldin AvaloniaUI/Avalonia#17721
Commits
151d97aBump versionaa9ce85[macOS] Prevent popups from stealing focus (#17794)f29675d[MacOS] fix small memory leak. base.Dispose so that _nativeControlHost and _m...9ad2ad6Auto free finished vulkan command buffers in gpu interop feature implementati...04231a4Update pen tap settings (#17780)5cc111cImplemented XEmbed client support with GtkSharp usage example (#17446)b977368[GLX] Resize the platform render target to compositor-provided size (#17779)261a08aFix KnownFolder for x86 Windows (#17705)d934958Made OneTime bindings update on DataContext changes (#17683)2e5fbc8Ignore key modifiers on text editing if field is a password field. (#17695)- Additional commits viewable in compare view
Updates Avalonia.Diagnostics from 11.2.2 to 11.2.3
Release notes
Sourced from Avalonia.Diagnostics's releases.
11.2.3
Full Changelog: https://github.com/AvaloniaUI/Avalonia/compare/11.2.2...11.2.3
Enhancements
- XEmbed client support by
@kekekeksin AvaloniaUI/Avalonia#17446- [GLX] Resize the platform render target to compositor-provided size by
@kekekeksin AvaloniaUI/Avalonia#17779- Make MarkupExtension.ProvideValue method inlinable for StaticResourceExtension and ResolveByNameExtension by
@maxkatz6in AvaloniaUI/Avalonia#17659- Ignore key modifiers on text editing if field is a password field. by
@c4llv07ein AvaloniaUI/Avalonia#17695Fixes
- Fix broken pre-edit markedText on iOS and solve #17523 by
@Arktischein AvaloniaUI/Avalonia#17618- Fix random test failures and add empty dispatcher verification to tests by
@MrJulin AvaloniaUI/Avalonia#17628- Fix TextBlock re-measure in infinite container by
@MrJulin AvaloniaUI/Avalonia#17638- #17675 - AfterPlatformServicesSetup callbacks are not called by the A. by
@gentledeppin AvaloniaUI/Avalonia#17676- Made OneTime bindings update on DataContext changes by
@MrJulin AvaloniaUI/Avalonia#17683- Fix KnownFolder for x86 Windows by
@stevemonacoin AvaloniaUI/Avalonia#17705- [Win] Fix cursor update on pointer enter by
@Gillibaldin AvaloniaUI/Avalonia#17726- Fix macOS popup memory leak due to Close not being called by
@MrJulin AvaloniaUI/Avalonia#17753- Update pen tap settings by
@maxkatz6in AvaloniaUI/Avalonia#17780- Auto free finished vulkan command buffers in gpu interop feature implementation by
@kekekeksin AvaloniaUI/Avalonia#17782- [MacOS] fix small memory leak when TopLevel closes. by
@danwalmsleyin AvaloniaUI/Avalonia#17783- [macOS] Prevent popups from stealing focus by
@MrJulin AvaloniaUI/Avalonia#17794- Fix TextAlignment="DetectFromContent" by
@Gillibaldin AvaloniaUI/Avalonia#17721
Commits
151d97aBump versionaa9ce85[macOS] Prevent popups from stealing focus (#17794)f29675d[MacOS] fix small memory leak. base.Dispose so that _nativeControlHost and _m...9ad2ad6Auto free finished vulkan command buffers in gpu interop feature implementati...04231a4Update pen tap settings (#17780)5cc111cImplemented XEmbed client support with GtkSharp usage example (#17446)b977368[GLX] Resize the platform render target to compositor-provided size (#17779)261a08aFix KnownFolder for x86 Windows (#17705)d934958Made OneTime bindings update on DataContext changes (#17683)2e5fbc8Ignore key modifiers on text editing if field is a password field. (#17695)- Additional commits viewable in compare view
Updates Avalonia.Fonts.Inter from 11.2.2 to 11.2.3
Release notes
Sourced from Avalonia.Fonts.Inter's releases.
11.2.3
Full Changelog: https://github.com/AvaloniaUI/Avalonia/compare/11.2.2...11.2.3
Enhancements
- XEmbed client support by
@kekekeksin AvaloniaUI/Avalonia#17446- [GLX] Resize the platform render target to compositor-provided size by
@kekekeksin AvaloniaUI/Avalonia#17779- Make MarkupExtension.ProvideValue method inlinable for StaticResourceExtension and ResolveByNameExtension by
@maxkatz6in AvaloniaUI/Avalonia#17659- Ignore key modifiers on text editing if field is a password field. by
@c4llv07ein AvaloniaUI/Avalonia#17695Fixes
- Fix broken pre-edit markedText on iOS and solve #17523 by
@Arktischein AvaloniaUI/Avalonia#17618- Fix random test failures and add empty dispatcher verification to tests by
@MrJulin AvaloniaUI/Avalonia#17628- Fix TextBlock re-measure in infinite container by
@MrJulin AvaloniaUI/Avalonia#17638- #17675 - AfterPlatformServicesSetup callbacks are not called by the A. by
@gentledeppin AvaloniaUI/Avalonia#17676- Made OneTime bindings update on DataContext changes by
@MrJulin AvaloniaUI/Avalonia#17683- Fix KnownFolder for x86 Windows by
@stevemonacoin AvaloniaUI/Avalonia#17705- [Win] Fix cursor update on pointer enter by
@Gillibaldin AvaloniaUI/Avalonia#17726- Fix macOS popup memory leak due to Close not being called by
@MrJulin AvaloniaUI/Avalonia#17753- Update pen tap settings by
@maxkatz6in AvaloniaUI/Avalonia#17780- Auto free finished vulkan command buffers in gpu interop feature implementation by
@kekekeksin AvaloniaUI/Avalonia#17782- [MacOS] fix small memory leak when TopLevel closes. by
@danwalmsleyin AvaloniaUI/Avalonia#17783- [macOS] Prevent popups from stealing focus by
@MrJulin AvaloniaUI/Avalonia#17794- Fix TextAlignment="DetectFromContent" by
@Gillibaldin AvaloniaUI/Avalonia#17721
Commits
151d97aBump versionaa9ce85[macOS] Prevent popups from stealing focus (#17794)f29675d[MacOS] fix small memory leak. base.Dispose so that _nativeControlHost and _m...9ad2ad6Auto free finished vulkan command buffers in gpu interop feature implementati...04231a4Update pen tap settings (#17780)5cc111cImplemented XEmbed client support with GtkSharp usage example (#17446)b977368[GLX] Resize the platform render target to compositor-provided size (#17779)261a08aFix KnownFolder for x86 Windows (#17705)d934958Made OneTime bindings update on DataContext changes (#17683)2e5fbc8Ignore key modifiers on text editing if field is a password field. (#17695)- Additional commits viewable in compare view
Updates Avalonia.Headless.XUnit from 11.2.2 to 11.2.3
Release notes
Sourced from Avalonia.Headless.XUnit's releases.
11.2.3
Full Changelog: https://github.com/AvaloniaUI/Avalonia/compare/11.2.2...11.2.3
Enhancements
- XEmbed client support by
@kekekeksin AvaloniaUI/Avalonia#17446- [GLX] Resize the platform render target to compositor-provided size by
@kekekeksin AvaloniaUI/Avalonia#17779- Make MarkupExtension.ProvideValue method inlinable for StaticResourceExtension and ResolveByNameExtension by
@maxkatz6in AvaloniaUI/Avalonia#17659- Ignore key modifiers on text editing if field is a password field. by
@c4llv07ein AvaloniaUI/Avalonia#17695Fixes
- Fix broken pre-edit markedText on iOS and solve #17523 by
@Arktischein AvaloniaUI/Avalonia#17618- Fix random test failures and add empty dispatcher verification to tests by
@MrJulin AvaloniaUI/Avalonia#17628- Fix TextBlock re-measure in infinite container by
@MrJulin AvaloniaUI/Avalonia#17638- #17675 - AfterPlatformServicesSetup callbacks are not called by the A. by
@gentledeppin AvaloniaUI/Avalonia#17676- Made OneTime bindings update on DataContext changes by
@MrJulin AvaloniaUI/Avalonia#17683- Fix KnownFolder for x86 Windows by
@stevemonacoin AvaloniaUI/Avalonia#17705- [Win] Fix cursor update on pointer enter by
@Gillibaldin AvaloniaUI/Avalonia#17726- Fix macOS popup memory leak due to Close not being called by
@MrJulin AvaloniaUI/Avalonia#17753- Update pen tap settings by
@maxkatz6in AvaloniaUI/Avalonia#17780- Auto free finished vulkan command buffers in gpu interop feature implementation by
@kekekeksin AvaloniaUI/Avalonia#17782- [MacOS] fix small memory leak when TopLevel closes. by
@danwalmsleyin AvaloniaUI/Avalonia#17783- [macOS] Prevent popups from stealing focus by
@MrJulin AvaloniaUI/Avalonia#17794- Fix TextAlignment="DetectFromContent" by
@Gillibaldin AvaloniaUI/Avalonia#17721
Commits
151d97aBump versionaa9ce85[macOS] Prevent popups from stealing focus (#17794)f29675d[MacOS] fix small memory leak. base.Dispose so that _nativeControlHost and _m...9ad2ad6Auto free finished vulkan command buffers in gpu interop feature implementati...04231a4Update pen tap settings (#17780)5cc111cImplemented XEmbed client support with GtkSharp usage example (#17446)b977368[GLX] Resize the platform render target to compositor-provided size (#17779)261a08aFix KnownFolder for x86 Windows (#17705)d934958Made OneTime bindings update on DataContext changes (#17683)2e5fbc8Ignore key modifiers on text editing if field is a password field. (#17695)- Additional commits viewable in compare view
Updates SkiaSharp from 3.0.0-preview.4.1 to 2.88.9
Commits
9699cdfMerge branch 'release/2.88.9-preview.2' into release/2.88.9ab8d658Merge remote-tracking branch 'origin/release/2.x' into release/2.88.9-preview.2fb58cbbUse a snapshot now that 4.0 has been removed (#3054)3fc96c6Update version to stabledbf30c9Merge remote-tracking branch 'origin/release/2.x' into release/2.88.9-preview.24e39e7dAdd symbols to the packages (#3046)eed06a8Merge remote-tracking branch 'origin/release/2.x' into release/2.88.9-preview.294a2734fix: Add WinUI native helper for GetByteBuffer (#3039)f6cf2b9The fancy logic stopped working long ago (#3043)dea1c0dFix CI again using the new rollback locations (#3041)- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.