Essential Studio for EJ2 TypeScript Release Notes

v16.3.21
September 22, 2018

Common

Breaking Changes

  • The individual npm package will no longer bundle dependent component’s style and global javascript source. The online web tool CRG can be used to combine specific set of component and its dependent component global script and styles.

ColorPicker

Bug Fixes

  • ColorPicker collision issue fixed.

DataManager

Bug Fixes

  • ODataV4 - Now ETag information is skipped while perform PATCH update.
  • ODataV4 - Using Guid key field failed issue resolved.

Dialog

Bug Fixes

  • Resolved the issue with modal dialog’s overlay animation.
  • Provided getButtons method to access the instances of dialog buttons directly.

DocumentEditor

Bug Fixes

  • Cursor position is now updated properly when placed after image, bookmark.

Grid

Bug Fixes

  • Initial multi-sorting icon is added incorrectly fixed.
  • Validation for complex property is not added properly resolved.

Features

  • Dialog edit template support added.
  • Reactive aggregate update support added.
  • Date time type column filter support added.
  • Windows explorer like check-box selection added.
  • Expand and collapse enabled in excel exported document for grouped grid.
  • Support to prevent the overriding of autofit columns by Resizing added.
  • Show All option added for page size drop-down.

HeatMap

Features

  • Bubble tile type support has been included in heatmap for visualizing data points by mapping the data to bubble size and bubble color.
  • Axis label increment feature has been added to heat map. It’s is used to display the axis label with regular interval values in numeric and date time axes
  • Provided the smart legend feature for fixed type legend.
  • Provided the support for nested data binding for JSON data.

ListView

Bug Fixes

  • Fixed selectMultipleItems public method issue with empty dataSource.
  • Fixed removeMultipleItems public method issue with custom fields mapping.

PivotGrid

Features

  • 208354, 211758 — Value fields can be placed in row axis now.
  • Virtual scrolling options have been provided to load large amounts of data with high performance.
  • Conditional formatting support allows users to define conditions and format grid cells’ font, colour etc.
  • Label and value-based filtering options are provided that work similar to Microsoft Excel.

TreeView

Bug Fixes

  • The nodeData argument in nodeSelected event showing wrong value issue has been fixed.