FluentAvalonia.BreadcrumbBar
FluentAvalonia.BreadcrumbBar copied to clipboard
Bump Avalonia.Controls.ItemsRepeater from 11.0.0 to 11.0.5
Bumps Avalonia.Controls.ItemsRepeater from 11.0.0 to 11.0.5.
Release notes
Sourced from Avalonia.Controls.ItemsRepeater's releases.
11.0.5
https://www.nuget.org/packages/Avalonia/11.0.5
What's Changed
- feat: Also allows using string instead of {x:Type} in ControlTemplate.TargetType by
@workgroupengineering
in AvaloniaUI/Avalonia#11575- feat: Handle ClrPropertyInfo in StaticResourceExtension by
@workgroupengineering
in AvaloniaUI/Avalonia#12047- fix DropDownButton glyph foreground color by
@almightyju
in AvaloniaUI/Avalonia#12048- Fix NotificationCard to determine the type of notification from an inherited INotification object by
@Onebeld
in AvaloniaUI/Avalonia#12103- Improve AutoCompleteBox performance by
@timunie
in AvaloniaUI/Avalonia#12338- Fix issue #12453, TextBox does not scroll at the end of line when entering CJK characters via IME by
@lnxon
in AvaloniaUI/Avalonia#12454- fix: AvaloniaVS can not resolve resource relative path in Previewer by
@workgroupengineering
in AvaloniaUI/Avalonia#12473- ToggleSwitch: fix toggle on single touch tap on the knob part by
@msneijders
in AvaloniaUI/Avalonia#12520- When calculating geometry bounds take into account parameters that affect geometry bounds by
@kekekeks
in AvaloniaUI/Avalonia#12606- Allow setting a LineHeight that is smaller than the default by
@Gillibald
in AvaloniaUI/Avalonia#12613- Fix TextTrimming in combination with TextWrapping by
@Gillibald
in AvaloniaUI/Avalonia#12614- Fix for TextBlock.TextDecorations not inheriting down to inlines. by
@billhenn
in AvaloniaUI/Avalonia#12624- Fix changing
ItemsControl.ItemContainerTheme
by@grokys
in AvaloniaUI/Avalonia#12630- Update Rotate3DTransition.cs to fix flickering on backwards navigation by
@yankun
in AvaloniaUI/Avalonia#12631- Fix for AccessText underlines being very blurry by
@billhenn
in AvaloniaUI/Avalonia#12634- Revert Inline breaking change by
@MrJul
in AvaloniaUI/Avalonia#12638- csproj cleanup by
@SimonCropp
in AvaloniaUI/Avalonia#12657- Call CaptureLost on gestures when pointer loses capture by
@emmauss
in AvaloniaUI/Avalonia#12666- Fix Inlines TextTrimming with embedded controls by
@Gillibald
in AvaloniaUI/Avalonia#12695- Fix OnOpenGlInit getting called twice by
@wannkunstbeikor
in AvaloniaUI/Avalonia#12713- Updated Transition to use direct properties via use of new TransitionBase class by
@billhenn
in AvaloniaUI/Avalonia#12716- Fix popups in Windows being offset incorrectly by a workaround for another issue by
@billhenn
in AvaloniaUI/Avalonia#12725- Fix the scrollbar attaching to wrong scrollviewer, like scrollviewer . by
@liwuqingxin
in AvaloniaUI/Avalonia#12732- Introduce DrawingContext Push/PopRenderOptions by
@Gillibald
in AvaloniaUI/Avalonia#12734- Added Avalonia.ForTestingOnly to InternalsVisibleTo list by
@kekekeks
in AvaloniaUI/Avalonia#12750- Fix property analyzer exception with object initializers in cctors by
@MrJul
in AvaloniaUI/Avalonia#12754- Fix previewer security issue by
@Takoooooo
in AvaloniaUI/Avalonia#12757- Ensure GlyphRunImpl has consistent bounds by
@MrJul
in AvaloniaUI/Avalonia#12765- [Mac] Fixes raw keyDown/textInput handling by
@Gillibald
in AvaloniaUI/Avalonia#12774- Fix interpolator being called after last animation iteration by
@MrJul
in AvaloniaUI/Avalonia#12781- fix: DataGrid scroll should behave the same as ScrollViewer by
@timunie
in AvaloniaUI/Avalonia#12787- Restore PathIcon Foreground setter in Fluent theme by
@wieslawsoltes
in AvaloniaUI/Avalonia#12789- creating only one gtk thread by
@HermanKirshin
in AvaloniaUI/Avalonia#12830- fixed restarting renderer when window is minimized and restored progr. by
@HermanKirshin
in AvaloniaUI/Avalonia#12832- Fixed blinking caret in case TextPresenter detached and attached again by
@HermanKirshin
in AvaloniaUI/Avalonia#12846- macOS: Disallow entering fullscreen when showing window. by
@grokys
in AvaloniaUI/Avalonia#12865- macOS: Don't clear clipboard in SetText. by
@grokys
in AvaloniaUI/Avalonia#12866- Fixes font family definitions that mix embedded and system fonts by
@Gillibald
in AvaloniaUI/Avalonia#12871- Fix DataGrid' SelectedItems removing wrong item when DataGrid is grou. by
@liwuqingxin
in AvaloniaUI/Avalonia#12875- Fix focus loss issue with AutocompleteBox by
@emmauss
in AvaloniaUI/Avalonia#12883- MacOS file type filter in native file dialog by
@maxkatz6
in AvaloniaUI/Avalonia#12899- Change iOS initialization order by
@maxkatz6
in AvaloniaUI/Avalonia#12915- Detect recursion and check for cancellation in analyser
while
loops by@TomEdwardsEnscape
in AvaloniaUI/Avalonia#12916- Trimmable runtime xaml loader by
@maxkatz6
in AvaloniaUI/Avalonia#12937- [X11] Don't convert the current time from long to int by
@kekekeks
in AvaloniaUI/Avalonia#12941- [Windows] [IME] Prevent duplicate input for some IMEs by
@Gillibald
in AvaloniaUI/Avalonia#12942
... (truncated)
Commits
31bbdb2
Bump version to 11.0.5.6fb3c0e
Merge pull request #13213 from AvaloniaUI/try-to-fix-API-validator4c3943b
Update SkiaSharp to 2.88.6 to fix a critical security vulnerability (#13109)dfe0130
Do not match access keys on input elements that are not effectively enabled. ...031d7d2
Merge pull request #13156 from AvaloniaUI/fix-build-baseline-version-parse2bfb008
Trimmable runtime xaml loader (#12937)a9f7e9c
update xamlx.67cc38a
correct version.807ae85
Use a regex to detect a release branch. (#13106)008ef53
fix: TemplateBinding clone should carry original Mode. (#13087)- 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)