Skip to content

EasyData 1.5.2

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Feb 17:33
f63bc43

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