Skip to content

Releases: KorzhCom/EasyData

EasyData 1.5.5

02 Apr 12:02
37c1693
Compare
Choose a tag to compare

Version 1.5.5

2024-04-02
  • [Fix]: DisplayFormats section was not loaded from JSON metadata file

  • [Fix]: Custom display formats were not supported

EasyData 1.5.3

02 Mar 17:41
9c1969c
Compare
Choose a tag to compare

Version 1.5.3

2024-03-02
  • [New]: Universal display format for date/time values

  • [Upd]: Better look and feel for page navigator in EasyGrid

EasyData 1.5.2

07 Feb 17:33
f63bc43
Compare
Choose a tag to compare

Version 1.5.2

2024-02-07
  • [New]: EasyData NPM packages now use ES format of modules

  • [New]: Moved to rollup and lerna

  • [New]: usePluralNames option for RootDataView and EasyDataViewDispatcher

  • [New]: Add AllowAutoFormatting option in ExcelExporter. It allows you to turn on/off Excel auto-formatting of the textual data

  • [New]: FlexiblePageSize property in PdfSettings

  • [New]: Add MilColWidth option in PdfDataExportSettings

  • [New]: date_utils module with DateValue class

  • [Upd]: Add PreserveFormatting processing in Excel exporter

  • [Upd]: assignDeep doesn't deep copy of HTML elements

  • [Fix]: Aggregate options were not copied on EasyGrid initialization

  • [Fix]: HttpResponesError initialization

  • [Fix]: "Format specifier was invalid" exception on exporting aggregated date/time values to PDF

  • [Fix]: NullReference on exporting null values to Excel

  • [Fix]: assignDeep function for some specific scenarios

EasyData 1.4.18

23 Oct 16:40
Compare
Choose a tag to compare

Version 1.4.18

  • [New]: AddBOM option in CsvDataExportSettings and HtmlDataExportSettings

  • [Upd]: ClosedXML package (used in Excel exporter) was upgraded to version 0.100.3

  • [Upd]: Optimize value editor list invalidation

  • [Upd]: Serialize value editor default value to JSON

  • [Fix]: Error on exporting null date/time values to Excel

  • [Fix]: Exception on exporting null values

  • [Fix]: Conversion error on export to Excel for DateTimeOffset fields

  • [Fix]: Couldn't set null value to DisplayFormat property

  • [Fix]: Incorrect comparison for dates

  • [Fix]: Proper Null values processing in GetDbColumnName function

  • [Fix]: DataFormatUtils.GetFormattedValue threw an exception for Time values

  • [Fix]: Short year format ('yy') was not processed

  • [Fix]: Group footer rendering

EasyData 1.4.11

22 Dec 12:33
Compare
Choose a tag to compare

Version 1.4.11

2022-12-22
  • [Upd]: Optimaize value editor list invalidation

  • [Fix]: Short year format ('yy') was not processed

EasyData 1.4.9

04 Jul 19:57
1bc840f
Compare
Choose a tag to compare

Version 1.4.9

2022-07-04
  • [New]: Margins property in PdfExportSettings

  • [Upd]: Fit-to-page option in PdfDataExporter

  • [Fix]: grid footer not cleared before rendering

  • [Fix]: Excel autoformatting text to date workaround

EasyData 1.4.8

21 Jun 07:36
ccf4762
Compare
Choose a tag to compare

Version 1.4.8

2022-06-21
  • [New]: onResponse event in HttpClient

  • [New]: responseBody property in HttpClient class

  • [New]: Add responseBody property to HttpClient

  • [Fix]: Incorrect cell type assignment on Excel export

EasyData 1.4.7

04 Jun 09:56
0b42377
Compare
Choose a tag to compare

Version 1.4.7

2022-06-04
  • [Fix]: Don't close base stream on CSV export

  • [Fix]: Don't close base stream on HTML export

  • [Upd]: JSDocs for EasyGrid widget

EasyData 1.4.6

26 May 06:48
52d8495
Compare
Choose a tag to compare

Version 1.4.6

2022-05-25
  • [Upd]: Automatically ignore columns with unknown types

  • [Fix]: Auto-resize didn't work propery for columns with Unknown type

  • [Fix]: Issue with {0:F2} display format

EasyData 1.4.5

13 May 17:14
fd1fa08
Compare
Choose a tag to compare
  • [Fix]: Escape html content in grid

  • [Fix]: Edit/Delete didn't work with an active filter

  • [Fix]: Issue with deadlock in UI application when using CsvExporter