Releases: DevExpress/DevExtreme.AspNet.Data
Releases · DevExpress/DevExtreme.AspNet.Data
2.1.3
2.1.2
2.1.1
2.1.0 🎄
- Compatibility with DevExtreme's BC4504 (#305)
- Support
errorHandleroption increateStore(#312) DataSourceLoadercan handleSelectof more than 32 items (#306, #316, #284)- New client-side hook to handle AJAX errors:
onAjaxError(#317) - Fixed incorrect conversion of dynamic values to String (#319)
- New global switch
DataSourceLoadOptionsBase.StringToLowerDefault(#321)
2.0.0
- RemoteGrouping enabled by default for EF Core >= 2.2 (#266)
- New
StringToLoweroption (#298) RemoteSelect&PreSelectoptions officially published (83de4f1)DataSourceLoadOptionsBaseclass made non-abstract (6385a25)
Breaking Changes
- Public fields replaced with properties (bff9810, #231)
- Minimum target frameworks:
.NET 4.5.2,.NET Standard 2.0(e86f026) - Minimum tested DevExtreme version:
18.1(#280) - Changed the use of
ToLower()for string filters (#298)
Packages
1.4.10
This release contains fixes for grouping and summary with LINQ 2 SQL provider.
Details: https://devexpress.com/issue=T670222
1.4.9
1.4.8
1.4.7
1.4.6
Resolved Issues
KeyNotFoundExceptionwith Select + Group by a nested member (#246)NullReferenceExceptionwith remote AVG summary over empty data (#248)
New
Compatibility Notice
Internal representation of select results has been changed from Dictionary to ExpandoObject. With JsonResult in non-WebApi controllers, you may experience broken JSON serialization. Discussion & solutions: https://stackoverflow.com/q/5156664