Replies: 1 comment 4 replies
-
I'm excited with this release, many good stuff... Some I have being waiting for years! However, I would like to point that PR's should have more enforcement on description. <!--
We don't want to call the expensive Filter() as user types in,
it will lag the interface, instead give it a debounce time of 500ms between changes
!-->
<TextBox Watermark="Search filter" Text="{Binding FilterText, Delay=500}" /> This stated, I think it's important to enforce useful PR descriptions, like, what it addresses and how to use. If author fails to, the team should ask for completion in behalf of readers. I think this would heavy benefit everyone. |
Beta Was this translation helpful? Give feedback.
-
Full Changelog: 11.2.6...11.3.0-beta1
What's Changed
Features
ItemsControl.PreparingContainer
event by @TomEdwardsEnscape in AddItemsControl.PreparingContainer
event #14153[GeneratedComInterface]
based Windows automation by @maxkatz6 in[GeneratedComInterface]
based Windows automation #16543Binding.Delay
feature by @TomEdwardsEnscape in AddedBinding.Delay
feature #16805classname
) syntax on Style and ControlThe. by @workgroupengineering in feat: Allow use of (Classes.classname
) syntax on Style and ControlThe… #16938WrapPanel
item alignment by @TomEdwardsEnscape in AddedWrapPanel
item alignment #17792Enhancements
Performance
List<IObserver<T>>.ToArray()
allocations inLightweightObservableBase
by @xoofx in RemoveList<IObserver<T>>.ToArray()
allocations inLightweightObservableBase
#18316Fixes
VirtualizingStackPanel
#17460 by @BobLd in Ensure VirtualizingStackPanel correct element size estimate and fix #17460 #17461CompilerGeneratedAttribute
by @TomEdwardsEnscape in Correct which types receiveCompilerGeneratedAttribute
#18166Miscellaneous
This discussion was created from the release 11.3.0-beta1.
Beta Was this translation helpful? Give feedback.
All reactions