AvaloniaProgressRing
AvaloniaProgressRing copied to clipboard
[Dependabot]: Bump AvaloniaVersion from 11.1.1 to 11.1.3 in /AvaloniaProgressRingSample
Bumps AvaloniaVersion
from 11.1.1 to 11.1.3.
Updates Avalonia
from 11.1.1 to 11.1.3
Release notes
Sourced from Avalonia's releases.
11.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- Make integrational tests compatible with Appium 2 by
@maxkatz6
in AvaloniaUI/Avalonia#15570- Reset API validation baseline by
@maxkatz6
in AvaloniaUI/Avalonia#16470- Record video for failing win32 integration tests on CI. by
@grokys
in AvaloniaUI/Avalonia#16546- Try to fix flaky window decorations tests on Windows. by
@grokys
in AvaloniaUI/Avalonia#16597Full Changelog: https://github.com/AvaloniaUI/Avalonia/compare/11.1.2...11.1.3
11.1.2
What's Changed
Features
- Update popups and flyouts to properly support OverlayDismissEventPassThrough by
@billhenn
in AvaloniaUI/Avalonia#15517- Allow binding
DataGridRow.IsSelected
by@grokys
in AvaloniaUI/Avalonia#16520
... (truncated)
Commits
45a2d36
Bump version3316e84
Fix macOS intgr tests bad mergef90a868
Remove unncessary API suppressions457835f
Adjust api diff once moreb971a37
add api to allow text input method to trigger common context menu actions (#1...7b33bdc
Reset API validation baseline (#16470)6b0075d
Trying to fix flaky window decorations tests. (#16597)d6f030e
Fix macOS intgr test after backports3e61cdf
Added Compositor.CreateCompositionVisualSnapshot API (#16599)cb06181
Always invalidate the visual explicitly when the TextLayout is invalidated (#...- Additional commits viewable in compare view
Updates Avalonia.Desktop
from 11.1.1 to 11.1.3
Release notes
Sourced from Avalonia.Desktop's releases.
11.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- Make integrational tests compatible with Appium 2 by
@maxkatz6
in AvaloniaUI/Avalonia#15570- Reset API validation baseline by
@maxkatz6
in AvaloniaUI/Avalonia#16470- Record video for failing win32 integration tests on CI. by
@grokys
in AvaloniaUI/Avalonia#16546- Try to fix flaky window decorations tests on Windows. by
@grokys
in AvaloniaUI/Avalonia#16597Full Changelog: https://github.com/AvaloniaUI/Avalonia/compare/11.1.2...11.1.3
11.1.2
What's Changed
Features
- Update popups and flyouts to properly support OverlayDismissEventPassThrough by
@billhenn
in AvaloniaUI/Avalonia#15517- Allow binding
DataGridRow.IsSelected
by@grokys
in AvaloniaUI/Avalonia#16520
... (truncated)
Commits
45a2d36
Bump version3316e84
Fix macOS intgr tests bad mergef90a868
Remove unncessary API suppressions457835f
Adjust api diff once moreb971a37
add api to allow text input method to trigger common context menu actions (#1...7b33bdc
Reset API validation baseline (#16470)6b0075d
Trying to fix flaky window decorations tests. (#16597)d6f030e
Fix macOS intgr test after backports3e61cdf
Added Compositor.CreateCompositionVisualSnapshot API (#16599)cb06181
Always invalidate the visual explicitly when the TextLayout is invalidated (#...- Additional commits viewable in compare view
Updates Avalonia.Diagnostics
from 11.1.1 to 11.1.3
Release notes
Sourced from Avalonia.Diagnostics's releases.
11.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- Make integrational tests compatible with Appium 2 by
@maxkatz6
in AvaloniaUI/Avalonia#15570- Reset API validation baseline by
@maxkatz6
in AvaloniaUI/Avalonia#16470- Record video for failing win32 integration tests on CI. by
@grokys
in AvaloniaUI/Avalonia#16546- Try to fix flaky window decorations tests on Windows. by
@grokys
in AvaloniaUI/Avalonia#16597Full Changelog: https://github.com/AvaloniaUI/Avalonia/compare/11.1.2...11.1.3
11.1.2
What's Changed
Features
- Update popups and flyouts to properly support OverlayDismissEventPassThrough by
@billhenn
in AvaloniaUI/Avalonia#15517- Allow binding
DataGridRow.IsSelected
by@grokys
in AvaloniaUI/Avalonia#16520
... (truncated)
Commits
45a2d36
Bump version3316e84
Fix macOS intgr tests bad mergef90a868
Remove unncessary API suppressions457835f
Adjust api diff once moreb971a37
add api to allow text input method to trigger common context menu actions (#1...7b33bdc
Reset API validation baseline (#16470)6b0075d
Trying to fix flaky window decorations tests. (#16597)d6f030e
Fix macOS intgr test after backports3e61cdf
Added Compositor.CreateCompositionVisualSnapshot API (#16599)cb06181
Always invalidate the visual explicitly when the TextLayout is invalidated (#...- Additional commits viewable in compare view
Updates Avalonia.Themes.Simple
from 11.1.1 to 11.1.3
Release notes
Sourced from Avalonia.Themes.Simple's releases.
11.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- Make integrational tests compatible with Appium 2 by
@maxkatz6
in AvaloniaUI/Avalonia#15570- Reset API validation baseline by
@maxkatz6
in AvaloniaUI/Avalonia#16470- Record video for failing win32 integration tests on CI. by
@grokys
in AvaloniaUI/Avalonia#16546- Try to fix flaky window decorations tests on Windows. by
@grokys
in AvaloniaUI/Avalonia#16597Full Changelog: https://github.com/AvaloniaUI/Avalonia/compare/11.1.2...11.1.3
11.1.2
What's Changed
Features
- Update popups and flyouts to properly support OverlayDismissEventPassThrough by
@billhenn
in AvaloniaUI/Avalonia#15517- Allow binding
DataGridRow.IsSelected
by@grokys
in AvaloniaUI/Avalonia#16520
... (truncated)
Commits
45a2d36
Bump version3316e84
Fix macOS intgr tests bad mergef90a868
Remove unncessary API suppressions457835f
Adjust api diff once moreb971a37
add api to allow text input method to trigger common context menu actions (#1...7b33bdc
Reset API validation baseline (#16470)6b0075d
Trying to fix flaky window decorations tests. (#16597)d6f030e
Fix macOS intgr test after backports3e61cdf
Added Compositor.CreateCompositionVisualSnapshot API (#16599)cb06181
Always invalidate the visual explicitly when the TextLayout is invalidated (#...- 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)