You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug Fix: Virtual sort on same page (#997)
* Performance improvement for sort and virtualize / sort and page
* Fix comparer not applying for virtual sort when the data set is smaller then the virtual page
Fixed a bogus use of the `default` keyword, within a ternary expressi…
…on where implicit casting of a generic is in play. The expression compiles differently depending on whether the generic type in question is a value type, versus a reference type, and generates an excpetion in the case of a value type. (#926)
Fixed premature evaluation of the collection within the Cache `TrueFo…
…r` operators, causing premature and potentially incorrect emissions to occur, when items in the collection publish values immediately upon subscription. (#923)