Essential Studio for EJ2 TypeScript Release Notes

v17.4.47
February 5, 2020

Chart

Bug Fixes

  • 262642 - Accumulation Chart data manager result getting previous data while using query issue has fixed.
  • 147090 - ‘clearSeries’ Method is added to the Chart for clearing the all series.
  • #149030 - Label Intersect Action does not work for datalabel template issue fixed.
  • #262400 - Tooltip y value is not working when enable the group separator issue fixed.

DashboardLayout

Bug Fixes

  • #262675 - Provided the support to prevent the XSS attacks using the enableHtmlSanitizer property.

DatePicker

Bug Fixes

  • #260342 - Issue with “input not focus while already opened the another datepicker” has been resolved.

DocumentEditor

Bug Fixes

  • #260206 - Resolved numbering list issue when list contains start at value.
  • #260206 - Restart numbering is now working properly for different number format.
  • #260637 - Resolved script error when removing comment in header.
  • #249197 - Resolved exception when export Sfdt to other type in server side.

Features

  • #260639 - Added enableComment property to enable and disable comment.
  • #259970 - Handled paste list behaviour using start at value of list.

Gantt

Bug Fixes

  • F150408 - Baseline tooltip not rendered for milestone tasks has been fixed.
  • #260944 - Issue in preventing taskbar editing has been fixed.

Features

  • F148795 - Provided custom editor support in dialog edit.
  • F149069 - Provided support to render parent as milestone.
  • #257320 - Provided support for ‘zoom to fit’ based on visible tasks alone.

Grid

Bug Fixes

  • #261008 - Aggregate issue while batch adding in empty Grid has been resolved.
  • #150685 - Persist selection behaviour issue has been fixed
  • #260966 - Excel Filter locale text issue has been resolved.
  • #261623 - Script error while removing foreign key column filter issue has been resolved.
  • #260182 - Multiple request while setting query issue has been resolved.

Kanban

The Kanban component is an efficient way to visually depict work at various stages of a process using cards, columns, and swimlane.

  • Swimlane: It is a horizontal categorization of cards in the Kanban, which brings transparency to the workflow.
  • Toggle Column: The columns can be expanded and collapsed.
  • WIP Validation: Sets minimum and maximum number of cards in a column to validate.
  • Drag and Drop: Cards can be easily dragged and dropped from one column to other and also supports to drag from one swimlane to another.
  • Template: The key elements such as cards, column header, swimlane, and tooltip comes with the default template support that allows the flexible end-user customization to embed any kind of text, images, or styles to it.
  • Adaptive rendering: Adapts with optimal user interfaces for mobile and desktop form-factors, thus helping the user’s application to scale elegantly across all the form-factors without any additional effort.
  • Keyboard interaction: All the common actions such as traversing through the cards, multiple card selection, add, edit, or delete the cards, drag and drop to other column or swimlane and much more can be performed through keyboard inputs.
  • Localization: All the static text content can be localized to any desired language.
  • RTL: Supports displaying the component from right to left.

LinearGauge

Breaking Changes

  • Previously, the Offset property in the Pointers and Ranges takes number values as input and now it supports string values too.

ListBox

Bug Fixes

  • #F151029 - Checkbox selection not updated on initial load, while rendering the ListBox with iconCss issue fixed.
  • Provided ‘actionBegin’ and ‘actionComplete’ event when moving items.

Maps

Bug Fixes

  • #244109 - Zooming will not be maintained properly when the sublayers are added to the Maps control.

Bug Fixes

  • An issue when setting id as number in menu Item is fixed.

PDFViewer

Features

  • 258769 - Provided the option to suppress the error dialog in PDF Viewer.
  • 261269 - Provided the support to allow credential for XMLHttpRequest in PDF Viewer.

PivotTable

Features

  • #258547 - The aggregation type “Distinct Count” is now supported in text type fields.
  • #257794 - Included the event option to restrict the specific field dropped to a specific axis.

QueryBuilder

Bug Fixes

  • Issue with predicate generation for date type is fixed.

Breaking Changes

Property Name Previous Type Current Type  
format string string FormatObject

RichTextEditor

Bug Fixes

  • #150737 - Resolved the issue with inserting an image dialog that was not properly rendered on mobile devices.
  • #F150655 - The issue ‘Images not uploaded into the server when pasting only an image from the MS Word in the Rich Text Editor’ has been resolved.

Splitter

Bug Fixes

  • #261892 - Issue with removePane public method does not update the value of the paneSettings property.

Spreadsheet

Bug Fixes

#I256901 - Hyperlink is not working with URL scheme ‘https’ issue has been fixed.
#I256901 - Export not working when adding hyperlink through method issue has been fixed.