Releases: KorzhCom/EasyData
EasyData 1.5.5
Version 1.5.5
-
[Fix]: DisplayFormats section was not loaded from JSON metadata file
-
[Fix]: Custom display formats were not supported
EasyData 1.5.3
Version 1.5.3
-
[New]: Universal display format for date/time values
-
[Upd]: Better look and feel for page navigator in EasyGrid
EasyData 1.5.2
Version 1.5.2
-
[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
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
Version 1.4.11
-
[Upd]: Optimaize value editor list invalidation
-
[Fix]: Short year format ('yy') was not processed
EasyData 1.4.9
Version 1.4.9
-
[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
Version 1.4.8
-
[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
Version 1.4.7
-
[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
Version 1.4.6
-
[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
-
[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