Releases: KorzhCom/EasyData
EasyData 1.4.4
-
[New]: Add Orientation and PageFormat to PdfExportSettings
-
[Upd]: Support for Description of DisplayAttribute
-
[Fix]: Problems with conversion of TimeSpan, DateOnly and TimeOnly types
-
[Fix]: Default DateTime value for attributes
-
[Fix]: UI thread froze on HtmlExporter.Export call
-
[Fix]: A few fixes in HtmlDataExporter
EasyData 1.4.3
-
[New]: showFilterBox option - it's possible to hide the search box on view pages
-
[Fix]: InvalidOperationException on writing response to create/update operations for entities with loop references
-
[Fix]: HttpClient service didn't process 0 HTTP response status code correctly
EasyData 1.4.2
-
[New]: It's possible to set a default value for any entity attribute now
-
[Upd]: Apply filter to all numeric types (instead of only Int32 as it was before)
-
[Upd]: Possibility to set DataType via annotations and FluentAPI for MetaAttribute
-
[Fix]: Exception on Excel export when the first grouping column had a numeric type
-
[Fix]: Enum fields always had their default values in the Edit Record dialog
EasyData 1.4.1
-
[Upd]: Add display format validation
-
[Fix]: Url navigation via browser
-
[Fix]: Wrong behavior of dispatcher on empty options
-
[Fix]: An error was thrown when the same entity type was included in a DbContext 2 or more times.
-
[Fix]: Hide auto-generated fields on creating/editing pages
-
[Fix]: An exception when Excel exporter was used on Linux (because of System.Drawing.Common)
-
[Fix]: Show only the main name for entity types with generics
-
[Fix]: LoadFromDbContext fails if there are 2+ DbSets with the same entity types
-
[Fix]: NullReferenceException on entities with "shadow" foreign key properties
-
[Fix]: Incorrect entity names for joining tables
-
[Fix]: Wrong grid width when some columns are invisible
EasyData 1.4.0
-
[New]: Fluent API. Now it's possible to define filters for loaded models and customize entities and attributes using API calls instead of annotations on model classes
-
[New]: Auto adjustment of grid column widths. Now they take as much space as it's necessary
-
[New]: Display description of entity attribute as a hint on CRUD pages
-
[New]: Support for grouping and aggregation. Can be used only together with EasyQuery now
-
[New]: Add property filters in DbContextMetadataLoader.
-
[New]: SkipNonDbSetEntities option in DbContextMetaDataLoaderOptions
-
[New]: dataTable options (chunkSize, elasticChunks) can be passed to dispatcher options now.
-
[New]: onUpdate event in EasyDataTable
-
[Upd]: Add display format validation
-
[Upd]: Web API URLs were renamed/modified. NB: Version 1.4.0 of EasyData.NET can be used only with 1.4.0 (or higher) of EasyData.JS
-
[Fix]: Wrong grid width when some columns are invisible
-
[Fix]: Incorrect entity names for joining tables
EasyData 1.3.6
-
[New]:
DialogOptions.onInput
event (useful for validation) -
[New]:
onShow
event in Dialog -
[New]: Process
MetaEntity.IsEditable
on the client-side -
[New]: Automatically set
IsEditable = false
for keyless entities -
[New]: Add
IsEditable
property toMetaEntity
-
[New]: Add support of
DateOnly
andTimeOnly
types in .NET 6 -
[Upd]: A possibility to pass extra data when we open a dialog
-
[Upd]: Add parameter
dialog
to allDialog
events -
[Upd]: submit/cancel buttons in dialogs have IDs now
-
[Fix]: Apply group case insensitivity only to string values
-
[Fix]: CSS styles in buttons and dialog's footer
-
[Fix]:
strToDateTime
function threw wrong exceptions -
[Fix]: Excel exporter failed on more than 56 columns
EasyData 1.3.5
-
[New]: submitButtonText and cancelButtonText in DialogOptions
-
[New]: Support for .NET 6.0-rc.1
-
[Fix]: Error on exporting to Excel for data sets with more than 25 columns
-
[Fix]: Wrong data type for aggregate columns
-
[Fix]: Date/time custom format processing on export to Excel
-
[Fix]: Remove unacceptable symbols from worksheet title
-
[Fix]: Make textarea editor bigger. Remove submit on enter when focused on textarea
EasyData 1.3.4
Version 1.3.4
-
[New]: AggregationSettings.CaseSensativeGroups option
-
[Fix]: Empty row on exporting grand totals
EasyData 1.3.3
Version 1.3.3
-
[New]: MetaDataReadWriteOptions.HumanReadable option
-
[Upd]: Support multiline text editor (textarea)
-
[Fix]: date/time values formatting in ExcelDataExporter
-
[Fix]: Wrong behavior of
MapDataType
function in ExcelDataExporter -
[Fix]: Wrong horizontal alighment in ExcelDataExporter
EasyData 1.3.2
-
[Fix]: Support lower number formats in grid
-
[Fix]: Do not hide FK if there is no attached navigation property (when option SkipForeignKeys is set to false)
-
[Fix]: Issue with generic entities