Essential Studio for EJ2 TypeScript Release Notes

v15.4.30
February 14, 2018

Common

Bug Fixes

  • Fixed Form component’s expression changed on template issue.

CheckBox

Bug Fixes

  • Label text responsive issue fixed.

DataManager

Features

  • Diacritic filtering support added.

ExcelExport

Bug Fixes

  • ChromeHeadless crashing issue in CI is fixed.

Grid

Bug Fixes

  • Exporting is working fine with template column.
  • Aggregate with frozen columns scroller is working fine

PdfExport

Bug Fixes

  • ChromeHeadless crashing issue in CI is fixed.

TreeView

Features

  • Added “getNode” method in TreeView to get the node’s data based on given node element or it’s ID.
  • Added “beginEdit” method in TreeView, to initiate the editing mode of the TreeView node through code.

Breaking Changes

  • In TreeView, “replaceText” method name has been modified as “updateNode”.