Essential Studio for EJ2 JavaScript Release Notes

v18.1.56
June 9, 2020

AccumulationChart

Bug Fixes

  • #279297 - Height in percentage not working properly is fixed now.

Chart

Bug Fixes

  • #278688 - Shared Tooltip not visible while using tooltip render event issue fixed.
  • #278311 - Y axis labels get overlapped when using single negative point issue fixed.
  • #154576 - Range Selector doesn’t match chart data range for one day issue fixed.
  • #279008 - Cluster selection with 0 values for logarithmic type issue fixed.

ComboBox

Bug Fixes

  • Issue with “select event is not triggered while doing first selection with autofill” has been resolved.

DocumentEditor

Bug Fixes

  • #278685 - Resolved script error on backspace inside the edit range.
  • #247077 - Selection is now updated properly while clicking before merge field.
  • #277357 - Table borders are now rendered properly.
  • #275686 - contentChange event will not trigger while switching the layout type.
  • #276616 - Paragraph format now preservers properly while inserting text.
  • #276039 - Adding new comment and replying to old comment is now disable in read only mode.
  • #277959 - Document with shape now imported properly.
  • #153583 - Selection is now updated properly for image inside the bookmark.

FileManager

Bug Fixes

  • The issue with “File name is not displayed in the access control error message” has been fixed.

Grid

Bug Fixes

  • #278390 - Internal event for access the excel export rows has been added.
  • #277728 - Search box focus issue in IE has been fixed.
  • #12629 - Prevented the dataStateChange event after re-ordering a column.
  • #154111 - Issue in updating aggregate format with culture change has been fixed.
  • #14010 - Grid row selection event arguments type issue has been fixed.
  • #278858 - rowDeselected event with persistence and ResetOnRowClick issue has been fixed.
  • #154619 - Number formatting with empty string issue has been fixed.
  • #279065 - Groupcaption aggregate in pdf export issue has been fixed.

Breaking Changes

  • Now data, row, foreignKeyData these Grid selection event arguments are get array values only when we perform multi selection. Please find modified event arguments and it types from the below table,
Properties Type
data Object or Object[]
rowIndex number
rowIndexes number[]
row Element or Element[]
foreignKeyData Object or Object[]

Kanban

Bug Fixes

  • #279543 - An issue with script error thrown when click the showAddButton icon and specify the priority property has been fixed.

Schedule

Bug Fixes

  • #278019 - An issue with drag and drop of vertical view events doesn’t work properly when we disable timeScale property has been fixed.

Spreadsheet

Breaking Changes

  • API name changes.
Old Property New Property
rangeSettings ranges

Tooltip

Bug Fixes

  • #154807 - Tooltip not opening more than once when target specified has been resolved.

Uploader

Bug Fixes

  • Issue with “form name is not updated based on name attribute in chunk upload” has been resolved.