AvaloniaProgressRing
AvaloniaProgressRing copied to clipboard
[Dependabot]: Bump AvaloniaVersion from 11.1.1 to 11.1.4 in /AvaloniaProgressRingSample
Bumps AvaloniaVersion
from 11.1.1 to 11.1.4.
Updates Avalonia
from 11.1.1 to 11.1.4
Release notes
Sourced from Avalonia's releases.
11.1.4
What's Changed
Fixes
- Fix - Grow datagrid height if there's available space by
@emmauss
in AvaloniaUI/Avalonia#16527- Fix --no-build publishing when axaml compiler is used by
@js6pak
in AvaloniaUI/Avalonia#16835- Prevent stack overflow in two-way bindings. by
@grokys
in AvaloniaUI/Avalonia#17073- [macOS]: Call layer.setNeedsDisplay on show. by
@grokys
in AvaloniaUI/Avalonia#17096- Don't apply our weird window positioning hacks for clicks on traffic lights by
@kekekeks
in AvaloniaUI/Avalonia#17181Miscellaneous
- Changed modifiers for injected non-client implementable method by
@kekekeks
in AvaloniaUI/Avalonia#1662611.1.3
What's Changed
Features
- Added Compositor.CreateCompositionVisualSnapshot API by
@kekekeks
in AvaloniaUI/Avalonia#16599- [Android] Support
PerformContextMenuAction
by@Tangent-90
in AvaloniaUI/Avalonia#15608- Add api to allow text input method to trigger common context menu actions by
@emmauss
in AvaloniaUI/Avalonia#15666Fixes
- [iOS] Switch to Metal by default by
@maxkatz6
in AvaloniaUI/Avalonia#15994- [Android] [TextBox] Fix a bug which cause cannot call out the soft keyboard again after closing it by
@Tangent-90
in AvaloniaUI/Avalonia#15603- Suspend selection updates in TextBoxTextInputMethodClient until all changes are completed by
@emmauss
in AvaloniaUI/Avalonia#15659- [Windows] GetDpiForMonitor checks for Windows 8.0, but should check for 8.1 by
@yusupovdanil
in AvaloniaUI/Avalonia#15734- [Linux] Blacklist SVGA3D gpu driver by
@kekekeks
in AvaloniaUI/Avalonia#15742- Restore 0.10.x behavior for re-creating visual brush content on property change by
@kekekeks
in AvaloniaUI/Avalonia#15838- Prevent FontFamily Property was null and crash the whole application by
@Luoyingliang
in AvaloniaUI/Avalonia#15896- Use the owner window's screen as the constraint. by
@grokys
in AvaloniaUI/Avalonia#15910- Implemented VulkanDevice.Dispose by
@jp2masa
in AvaloniaUI/Avalonia#15936- [Windows] Fixed UIA pattern matching for IExpandCollapseProvider. by
@boydpatterson
in AvaloniaUI/Avalonia#15997- Fixed memory leak in Switch class by
@ds1709
in AvaloniaUI/Avalonia#15998- [Windows] Restores WS_CHILD style for Embedded Windows by
@fitdev
in AvaloniaUI/Avalonia#16051- Fix compiled binding indexer always forcing integer boxing by
@maxkatz6
in AvaloniaUI/Avalonia#16109- [Windows] Patch Win32.TrayIconImpl DPI check for Win7/8 by
@evgeniylevakhin
in AvaloniaUI/Avalonia#16148- [Browser] Fix launcher on browser by
@maxkatz6
in AvaloniaUI/Avalonia#16271- [Windows] Disable WinFormsAvaloniaControlHost in design mode by
@daniel-lerch
in AvaloniaUI/Avalonia#16296- Fix - return (0,0) as size for text selector layer on MeasureOverride by
@emmauss
in AvaloniaUI/Avalonia#16373- [Linux] Compatible with "fcitx5" envrionment variable by
@kkwpsv
in AvaloniaUI/Avalonia#16434- [Windows] Win32.PlatformConstants uses buildNumber instead of version by
@christophe-calmejane
in AvaloniaUI/Avalonia#16453- [Android] Fix android uri activation by
@maxkatz6
in AvaloniaUI/Avalonia#16477- Fix TextLayout invalidation by
@Gillibald
in AvaloniaUI/Avalonia#16481- Remove internal access modifier from IWindowImpl.GetWindowsZOrder by
@stevemonaco
in AvaloniaUI/Avalonia#16562- Fixed overlay popups not automatically closing by
@TomEdwardsEnscape
in AvaloniaUI/Avalonia#16564- [Linux] Gracefully fall back to the next storage provider by
@kekekeks
in AvaloniaUI/Avalonia#15929- [Linux] Fix Linux X11 Atoms lost: Before the window was mapped, only the first atom was set. by
@walterlv
in AvaloniaUI/Avalonia#16110Infrastructure
- Refactor integration test app paging by
@grokys
in AvaloniaUI/Avalonia#16551
... (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 mergef90a868
Remove unncessary API suppressions457835f
Adjust api diff once more- Additional commits viewable in compare view
Updates Avalonia.Desktop
from 11.1.1 to 11.1.4
Release notes
Sourced from Avalonia.Desktop's releases.
11.1.4
What's Changed
Fixes
- Fix - Grow datagrid height if there's available space by
@emmauss
in AvaloniaUI/Avalonia#16527- Fix --no-build publishing when axaml compiler is used by
@js6pak
in AvaloniaUI/Avalonia#16835- Prevent stack overflow in two-way bindings. by
@grokys
in AvaloniaUI/Avalonia#17073- [macOS]: Call layer.setNeedsDisplay on show. by
@grokys
in AvaloniaUI/Avalonia#17096- Don't apply our weird window positioning hacks for clicks on traffic lights by
@kekekeks
in AvaloniaUI/Avalonia#17181Miscellaneous
- Changed modifiers for injected non-client implementable method by
@kekekeks
in AvaloniaUI/Avalonia#1662611.1.3
What's Changed
Features
- Added Compositor.CreateCompositionVisualSnapshot API by
@kekekeks
in AvaloniaUI/Avalonia#16599- [Android] Support
PerformContextMenuAction
by@Tangent-90
in AvaloniaUI/Avalonia#15608- Add api to allow text input method to trigger common context menu actions by
@emmauss
in AvaloniaUI/Avalonia#15666Fixes
- [iOS] Switch to Metal by default by
@maxkatz6
in AvaloniaUI/Avalonia#15994- [Android] [TextBox] Fix a bug which cause cannot call out the soft keyboard again after closing it by
@Tangent-90
in AvaloniaUI/Avalonia#15603- Suspend selection updates in TextBoxTextInputMethodClient until all changes are completed by
@emmauss
in AvaloniaUI/Avalonia#15659- [Windows] GetDpiForMonitor checks for Windows 8.0, but should check for 8.1 by
@yusupovdanil
in AvaloniaUI/Avalonia#15734- [Linux] Blacklist SVGA3D gpu driver by
@kekekeks
in AvaloniaUI/Avalonia#15742- Restore 0.10.x behavior for re-creating visual brush content on property change by
@kekekeks
in AvaloniaUI/Avalonia#15838- Prevent FontFamily Property was null and crash the whole application by
@Luoyingliang
in AvaloniaUI/Avalonia#15896- Use the owner window's screen as the constraint. by
@grokys
in AvaloniaUI/Avalonia#15910- Implemented VulkanDevice.Dispose by
@jp2masa
in AvaloniaUI/Avalonia#15936- [Windows] Fixed UIA pattern matching for IExpandCollapseProvider. by
@boydpatterson
in AvaloniaUI/Avalonia#15997- Fixed memory leak in Switch class by
@ds1709
in AvaloniaUI/Avalonia#15998- [Windows] Restores WS_CHILD style for Embedded Windows by
@fitdev
in AvaloniaUI/Avalonia#16051- Fix compiled binding indexer always forcing integer boxing by
@maxkatz6
in AvaloniaUI/Avalonia#16109- [Windows] Patch Win32.TrayIconImpl DPI check for Win7/8 by
@evgeniylevakhin
in AvaloniaUI/Avalonia#16148- [Browser] Fix launcher on browser by
@maxkatz6
in AvaloniaUI/Avalonia#16271- [Windows] Disable WinFormsAvaloniaControlHost in design mode by
@daniel-lerch
in AvaloniaUI/Avalonia#16296- Fix - return (0,0) as size for text selector layer on MeasureOverride by
@emmauss
in AvaloniaUI/Avalonia#16373- [Linux] Compatible with "fcitx5" envrionment variable by
@kkwpsv
in AvaloniaUI/Avalonia#16434- [Windows] Win32.PlatformConstants uses buildNumber instead of version by
@christophe-calmejane
in AvaloniaUI/Avalonia#16453- [Android] Fix android uri activation by
@maxkatz6
in AvaloniaUI/Avalonia#16477- Fix TextLayout invalidation by
@Gillibald
in AvaloniaUI/Avalonia#16481- Remove internal access modifier from IWindowImpl.GetWindowsZOrder by
@stevemonaco
in AvaloniaUI/Avalonia#16562- Fixed overlay popups not automatically closing by
@TomEdwardsEnscape
in AvaloniaUI/Avalonia#16564- [Linux] Gracefully fall back to the next storage provider by
@kekekeks
in AvaloniaUI/Avalonia#15929- [Linux] Fix Linux X11 Atoms lost: Before the window was mapped, only the first atom was set. by
@walterlv
in AvaloniaUI/Avalonia#16110Infrastructure
- Refactor integration test app paging by
@grokys
in AvaloniaUI/Avalonia#16551
... (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 mergef90a868
Remove unncessary API suppressions457835f
Adjust api diff once more- Additional commits viewable in compare view
Updates Avalonia.Diagnostics
from 11.1.1 to 11.1.4
Release notes
Sourced from Avalonia.Diagnostics's releases.
11.1.4
What's Changed
Fixes
- Fix - Grow datagrid height if there's available space by
@emmauss
in AvaloniaUI/Avalonia#16527- Fix --no-build publishing when axaml compiler is used by
@js6pak
in AvaloniaUI/Avalonia#16835- Prevent stack overflow in two-way bindings. by
@grokys
in AvaloniaUI/Avalonia#17073- [macOS]: Call layer.setNeedsDisplay on show. by
@grokys
in AvaloniaUI/Avalonia#17096- Don't apply our weird window positioning hacks for clicks on traffic lights by
@kekekeks
in AvaloniaUI/Avalonia#17181Miscellaneous
- Changed modifiers for injected non-client implementable method by
@kekekeks
in AvaloniaUI/Avalonia#1662611.1.3
What's Changed
Features
- Added Compositor.CreateCompositionVisualSnapshot API by
@kekekeks
in AvaloniaUI/Avalonia#16599- [Android] Support
PerformContextMenuAction
by@Tangent-90
in AvaloniaUI/Avalonia#15608- Add api to allow text input method to trigger common context menu actions by
@emmauss
in AvaloniaUI/Avalonia#15666Fixes
- [iOS] Switch to Metal by default by
@maxkatz6
in AvaloniaUI/Avalonia#15994- [Android] [TextBox] Fix a bug which cause cannot call out the soft keyboard again after closing it by
@Tangent-90
in AvaloniaUI/Avalonia#15603- Suspend selection updates in TextBoxTextInputMethodClient until all changes are completed by
@emmauss
in AvaloniaUI/Avalonia#15659- [Windows] GetDpiForMonitor checks for Windows 8.0, but should check for 8.1 by
@yusupovdanil
in AvaloniaUI/Avalonia#15734- [Linux] Blacklist SVGA3D gpu driver by
@kekekeks
in AvaloniaUI/Avalonia#15742- Restore 0.10.x behavior for re-creating visual brush content on property change by
@kekekeks
in AvaloniaUI/Avalonia#15838- Prevent FontFamily Property was null and crash the whole application by
@Luoyingliang
in AvaloniaUI/Avalonia#15896- Use the owner window's screen as the constraint. by
@grokys
in AvaloniaUI/Avalonia#15910- Implemented VulkanDevice.Dispose by
@jp2masa
in AvaloniaUI/Avalonia#15936- [Windows] Fixed UIA pattern matching for IExpandCollapseProvider. by
@boydpatterson
in AvaloniaUI/Avalonia#15997- Fixed memory leak in Switch class by
@ds1709
in AvaloniaUI/Avalonia#15998- [Windows] Restores WS_CHILD style for Embedded Windows by
@fitdev
in AvaloniaUI/Avalonia#16051- Fix compiled binding indexer always forcing integer boxing by
@maxkatz6
in AvaloniaUI/Avalonia#16109- [Windows] Patch Win32.TrayIconImpl DPI check for Win7/8 by
@evgeniylevakhin
in AvaloniaUI/Avalonia#16148- [Browser] Fix launcher on browser by
@maxkatz6
in AvaloniaUI/Avalonia#16271- [Windows] Disable WinFormsAvaloniaControlHost in design mode by
@daniel-lerch
in AvaloniaUI/Avalonia#16296- Fix - return (0,0) as size for text selector layer on MeasureOverride by
@emmauss
in AvaloniaUI/Avalonia#16373- [Linux] Compatible with "fcitx5" envrionment variable by
@kkwpsv
in AvaloniaUI/Avalonia#16434- [Windows] Win32.PlatformConstants uses buildNumber instead of version by
@christophe-calmejane
in AvaloniaUI/Avalonia#16453- [Android] Fix android uri activation by
@maxkatz6
in AvaloniaUI/Avalonia#16477- Fix TextLayout invalidation by
@Gillibald
in AvaloniaUI/Avalonia#16481- Remove internal access modifier from IWindowImpl.GetWindowsZOrder by
@stevemonaco
in AvaloniaUI/Avalonia#16562- Fixed overlay popups not automatically closing by
@TomEdwardsEnscape
in AvaloniaUI/Avalonia#16564- [Linux] Gracefully fall back to the next storage provider by
@kekekeks
in AvaloniaUI/Avalonia#15929- [Linux] Fix Linux X11 Atoms lost: Before the window was mapped, only the first atom was set. by
@walterlv
in AvaloniaUI/Avalonia#16110Infrastructure
- Refactor integration test app paging by
@grokys
in AvaloniaUI/Avalonia#16551
... (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 mergef90a868
Remove unncessary API suppressions457835f
Adjust api diff once more- Additional commits viewable in compare view
Updates Avalonia.Themes.Simple
from 11.1.1 to 11.1.4
Release notes
Sourced from Avalonia.Themes.Simple's releases.
11.1.4
What's Changed
Fixes
- Fix - Grow datagrid height if there's available space by
@emmauss
in AvaloniaUI/Avalonia#16527- Fix --no-build publishing when axaml compiler is used by
@js6pak
in AvaloniaUI/Avalonia#16835- Prevent stack overflow in two-way bindings. by
@grokys
in AvaloniaUI/Avalonia#17073- [macOS]: Call layer.setNeedsDisplay on show. by
@grokys
in AvaloniaUI/Avalonia#17096- Don't apply our weird window positioning hacks for clicks on traffic lights by
@kekekeks
in AvaloniaUI/Avalonia#17181Miscellaneous
- Changed modifiers for injected non-client implementable method by
@kekekeks
in AvaloniaUI/Avalonia#1662611.1.3
What's Changed
Features
- Added Compositor.CreateCompositionVisualSnapshot API by
@kekekeks
in AvaloniaUI/Avalonia#16599- [Android] Support
PerformContextMenuAction
by@Tangent-90
in AvaloniaUI/Avalonia#15608- Add api to allow text input method to trigger common context menu actions by
@emmauss
in AvaloniaUI/Avalonia#15666Fixes
- [iOS] Switch to Metal by default by
@maxkatz6
in AvaloniaUI/Avalonia#15994- [Android] [TextBox] Fix a bug which cause cannot call out the soft keyboard again after closing it by
@Tangent-90
in AvaloniaUI/Avalonia#15603- Suspend selection updates in TextBoxTextInputMethodClient until all changes are completed by
@emmauss
in AvaloniaUI/Avalonia#15659- [Windows] GetDpiForMonitor checks for Windows 8.0, but should check for 8.1 by
@yusupovdanil
in AvaloniaUI/Avalonia#15734- [Linux] Blacklist SVGA3D gpu driver by
@kekekeks
in AvaloniaUI/Avalonia#15742- Restore 0.10.x behavior for re-creating visual brush content on property change by
@kekekeks
in AvaloniaUI/Avalonia#15838- Prevent FontFamily Property was null and crash the whole application by
@Luoyingliang
in AvaloniaUI/Avalonia#15896- Use the owner window's screen as the constraint. by
@grokys
in AvaloniaUI/Avalonia#15910- Implemented VulkanDevice.Dispose by
@jp2masa
in AvaloniaUI/Avalonia#15936- [Windows] Fixed UIA pattern matching for IExpandCollapseProvider. by
@boydpatterson
in AvaloniaUI/Avalonia#15997- Fixed memory leak in Switch class by
@ds1709
in AvaloniaUI/Avalonia#15998- [Windows] Restores WS_CHILD style for Embedded Windows by
@fitdev
in AvaloniaUI/Avalonia#16051- Fix compiled binding indexer always forcing integer boxing by
@maxkatz6
in AvaloniaUI/Avalonia#16109- [Windows] Patch Win32.TrayIconImpl DPI check for Win7/8 by
@evgeniylevakhin
in AvaloniaUI/Avalonia#16148- [Browser] Fix launcher on browser by
@maxkatz6
in AvaloniaUI/Avalonia#16271- [Windows] Disable WinFormsAvaloniaControlHost in design mode by
@daniel-lerch
in AvaloniaUI/Avalonia#16296- Fix - return (0,0) as size for text selector layer on MeasureOverride by
@emmauss
in AvaloniaUI/Avalonia#16373- [Linux] Compatible with "fcitx5" envrionment variable by
@kkwpsv
in AvaloniaUI/Avalonia#16434- [Windows] Win32.PlatformConstants uses buildNumber instead of version by
@christophe-calmejane
in AvaloniaUI/Avalonia#16453- [Android] Fix android uri activation by
@maxkatz6
in AvaloniaUI/Avalonia#16477- Fix TextLayout invalidation by
@Gillibald
in AvaloniaUI/Avalonia#16481- Remove internal access modifier from IWindowImpl.GetWindowsZOrder by
@stevemonaco
in AvaloniaUI/Avalonia#16562- Fixed overlay popups not automatically closing by
@TomEdwardsEnscape
in AvaloniaUI/Avalonia#16564- [Linux] Gracefully fall back to the next storage provider by
@kekekeks
in AvaloniaUI/Avalonia#15929- [Linux] Fix Linux X11 Atoms lost: Before the window was mapped, only the first atom was set. by
@walterlv
in AvaloniaUI/Avalonia#16110Infrastructure
- Refactor integration test app paging by
@grokys
in AvaloniaUI/Avalonia#16551
... (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 mergef90a868
Remove unncessary API suppressions457835f
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)