Version 4.4.0 release notes
1. Core library
Section titled “1. Core library”- .NET Core 2.1 support in the core library and samples.
- DbGate components update: using the latest version of connectors.
ReadOnlyproperty processing for the root predicate.Ignoreoption inEqEntityAttribute. It allows to exclude some properties from the data model.- Fixed: Wrong behviaour of
EqServiceProviderDbwhenLoadModelFromConnectionis set totrue.
2. JavaScript
Section titled “2. JavaScript”- Totally new (more convenient) UI for
FilterBarwidget. - A possibility to pass to
buildAndExecutefunction onlyqueryIdandmodelIdinstead of a full query object. onErrorevent - how you can setup a special handler for errors.onProcessStart/onProcessEndevents which can be used to show a progress bar/spinner on long operations (like model loading).refreshModelOnSyncoption - now you can update your model during query synchronization.- Fixed: the problem with sorting on “custom expression” columns.
- Fixed: wrong behavior of
Query.addSimpleConditionmethod .