Releases: DevExpress/DevExtreme.AspNet.Data
Releases · DevExpress/DevExtreme.AspNet.Data
2.9.3
Changelog
- Bump webpack from 5.75.0 to 5.76.0 by @dependabot in #586
- Store: Hide extraOptions in byKey's TypeScript definition (T1169878) by @OlegKipchatov in #594
- Add support devextreme-dist package by @OlegKipchatov in #597
Packages
https://www.nuget.org/packages/DevExtreme.AspNet.Data/2.9.3
https://www.npmjs.com/package/devextreme-aspnet-data/v/2.9.3
https://www.npmjs.com/package/devextreme-aspnet-data-nojquery/v/2.9.3
2.9.2
2.9.1
Changelog
- Prevent ExpressionCompiler from
AmbiguousMatchExceptionwhen source class has overridden base property with other data types (#581)
Packages
2.9.0
Changelog
- Use underlying type for Enum inequality comparison in filters by @AlekseyMartynov in #563
- Support errors in the RFC 7807-compliant format by @AlekseyMartynov in #564
- Update
onBeforeSendd.ts and docs by @AlekseyMartynov in #566 - Tested with .NET 7
Packages
2.8.6
Changelog
- Prevent
InvalidOperationExceptionwhen custom equality operator return type is notBoolean(#489)