Essential Studio for EJ2 JavaScript Release Notes

v17.3.26
November 5, 2019

Calendar

Features

  • #246049 - Now, month name, day name are capitalized for all localization.

Chart

Bug Fixes

  • #253297 - Cross shape is now working fine in scatter chart.

Features

  • #250563 - Provided support to render background image for chart.

ColorPicker

Bug Fixes

  • F147566 - In Palette mode, Empty string color value shows the default color(green) instead of no color has been fixed.

DataManager

Bug Fixes

  • 252550 - DataManager performance issue has been fixed.
  • 251226, 252997 - Complex field primary key column is not working while the column type is string.

DateTimePicker

Features

  • #249683 - Now, you can set the server time zone for initial date value process using serverTimezoneOffset property.

DocumentEditor

Bug Fixes

  • 251355 - Script error while importing the document is now resolved.
  • 251910 - Status bar disappear on mouse hover is now resolved.
  • 251219 - Script errors due to Content security policy are now resolved.

Features

  • #250061, #246305 - Added property to retrieve bookmarks on selection.
  • #251247 - Added API for restrict editing.
  • #251247, #238969, #252954,#253149 - Added API for selection.

FileManager

Bug Fixes

  • The issue file manager throws script error when navigate to the different folder after sorting the path column in details view has been fixed.

Features

  • Support has been provided to include a custom message in AccessRule class using the message property.

Breaking Changes

  • Now, in access control, the FolderRule and FileRule classes are combined into a single AccessRule class, where you can specify both folder and file rules by using the IsFile property.
  • Now, the Edit and EditContents in access control are renamed as Write and WriteContents.

Grid

Bug Fixes

  • #250198 - Unable to cancel row and cell selecting when multi selection is enabled issue has been fixed.
  • #250198 - CellSelected event returning same data for both current and previous cell has been fixed.
  • #251226,#252997 - Complex field primary key column is not working while the column type is string issue has been fixed.
  • #252052 - Filtering throws console error when complex data with null values are bound to Grid has been fixed.
  • #251292 - Duplicate records is sent in Remote Save Adaptor batch deleting issue has been fixed.
  • #252476 - Script error throws while navigating empty grid with tab issue has been fixed.

Breaking Changes

  • Now disableHtmlEncode default value is set to true, so the HTML tags can be displayed in the Grid header and content by default, so to display it as html content disableHtmlEncode need to be set as false.

PDFViewer

Bug Fixes

  • #I252806 - Annotation bounds are retrieved properly when importing and exporting the annotation details in rotated PDF documents.
  • #I253016 - Free text annotation bounds are preserved properly in the rotated PDF document while saving the document.
  • #I251152 - Text markup annotation resizer position will be updated properly in the doctype HTML pages.
  • #I252879 - Script errors will no longer occur if we disable the magnification module.
  • #I253504 - The character start and end indexes will be updated properly in the text markup annotationAdd event arguments.

Features

  • #I252805 - Exposed the annotation unique ID in the annotationAdd event arguments.

PivotTable

Bug Fixes

  • #251642 – Now, the defer layout update option can be enabled or disabled dynamically through field list UI.
  • #251558 – Now, the pivot chart draws with the percent of height value.

Features

  • #248131 – Provided the conditional expression support to create calculated field.
  • #251642 – The performance of virtual scrolling while adding or removing fields and moving fields to any axis is improved.

QueryBuilder

Features

  • Provided Not Contains, Not Starts With and Not Ends With operator support.

Uploader

Features

  • #226384, #F147065 - Now, the file upload UI get changed for synchronous upload.