Essential Studio for Vue Release Notes

v18.1.56
June 9, 2020

Common

Bug Fixes

  • I262885 - Resolved the memory leak issue.

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.

Chips

Bug Fixes

  • #278394 - Issue with delete event has been fixed.

ComboBox

Bug Fixes

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

DataManager

Bug Fixes

  • 278074 - WebApiAdaptor CRUD issue without query has been fixed.

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[]

HeatMap

Bug Fixes

  • #277945 - Legend label cropping issue has been fixed.

InPlaceEditor

Bug Fixes

  • #273057 - The issue with “The EnableHtmlSanitizer property is not working properly for the In-place Editor value” has been resolved.

Kanban

Bug Fixes

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

PDFViewer

Bug Fixes

  • #273237 - Now, Annotation comments are locked properly when locked the annotations.

PivotTable

Bug Fixes

  • #276236 - Percent of the height value is now working in the pivot chart.

ProgressBar

Bug Fixes

  • Progress bar label not render at end of the progress has been fixed.

The progress bar provides a customizable visual to indicate the progress of a task with different shape such as rectangle and circle.

QueryBuilder

Bug Fixes

  • Issue with ‘addGroups’ method is fixed.

RichTextEditor

Bug Fixes

  • #275859 - The issue with unable to edit the Rich Text Editor content after pasting the content with table has been resolved.

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

StockChart

Bug Fixes

  • #262890 - Label position is not working in stock chart primary y axis issue fixed.

Tooltip

Bug Fixes

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

TreeGrid

Bug Fixes

  • #F15641 - Content is rendered properly for random scrolling when Virtualization is enabled.
  • #279755 - Virtual Scrolling works fine.

TreeMap

Bug Fixes

  • OnItemClick event arguments in the treemap is now improved.

Uploader

Bug Fixes

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