Skip to content

Releases: KorzhCom/EasyData

EasyData 1.4.4

20 Apr 21:59
85fbdd8
Compare
Choose a tag to compare
  • [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

16 Feb 16:41
2f55a8c
Compare
Choose a tag to compare
  • [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

23 Jan 22:28
Compare
Choose a tag to compare
  • [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

17 Jan 13:42
Compare
Choose a tag to compare
  • [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

29 Dec 21:39
Compare
Choose a tag to compare
  • [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

13 Nov 15:15
3c1de05
Compare
Choose a tag to compare
  • [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 to MetaEntity

  • [New]: Add support of DateOnly and TimeOnly types in .NET 6

  • [Upd]: A possibility to pass extra data when we open a dialog

  • [Upd]: Add parameter dialog to all Dialog 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

15 Oct 11:42
Compare
Choose a tag to compare
  • [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

01 Sep 18:44
47400f7
Compare
Choose a tag to compare

Version 1.3.4

2021-09-01
  • [New]: AggregationSettings.CaseSensativeGroups option

  • [Fix]: Empty row on exporting grand totals

EasyData 1.3.3

30 Aug 17:54
Compare
Choose a tag to compare

Version 1.3.3

2021-08-30
  • [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

11 Aug 19:38
016ff95
Compare
Choose a tag to compare
  • [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