Essential Studio for Angular Release Notes

v17.2.34
July 11, 2019

Accordion

Bug Fixes

  • #239739 - An issue with addItem public method for accordion which was rendered using HTML elements has been fixed

Accumulation chart

Bug Fixes

  • #240342 - Accumulation chart print not working proper in IE and Edge browsers issue fixed.

Chips

Bug Fixes

  • I239111 - Issue with getting selected chip using getSelectedChips method in Edge browser has been fixed.

CircularGauge

Bug Fixes

  • #I237654 - Unwanted code snippet from circular gauge’s user interaction sample has been removed
  • #I238300 - The issue with animation in circular gauge and flickering has been resolved
  • #I238300 - The issue with animation in circular gauge and flickering has been resolved.

ComboBox

Bug Fixes

  • #233488, #239802 - Issue with “throws error while set the field value as null” has been resolved.

DateTimePicker

Bug Fixes

  • #239623 - Now, TimePicker popup closed properly in Edge/IE browsers when place more number of DateTimePicker in single page.
  • #240491 - Now, you can change the today button visibility dynamically along with min and max datetime.

Document Editor

Bug Fixes

  • #240558 - Page numbers are now updated properly.
  • #228049 - Table left border and shadings are now rendered properly.
  • #228049 - Paragraph left indent will never add extra space in table cell.
  • #239144 - Font Type and size value gets highlight when focused on corresponding dropdown list.

Breaking Changes

  • The pasteLocal method in Editor module is changed to paste, which accepts the sfdt string as argument. If sfdt string does not present, paste the local clipboard data.

Bug Fixes

  • #239351 - Now, Select event triggers when selecting the value through interaction.
  • #F145367 - Issue with “filtering is not working with item template” has been resolved.

File Manager

Features

  • Provided the id based support for path property to manage the files in an efficient way on going with file system providers.

Grid

Bug Fixes

  • #237403 - Footer template shows proper result when using both group footer and footer template in exported excel document.
  • #232272 - RemoteSaveAdaptor batch changes are now refreshed properly in grid when ContractResolver set to DefaultContractResolver.
  • #236337, #234622 - Child grid data is now successfully loads with query property in the url adaptor.
  • #236011 - Selection api example is now working properly in the sample browser.
  • #233069 - Intelligence is now showing properly for editSettings.template property of the grid.
  • #239971 - Script error has been fixed in command column while adding a new row.
  • #233758 - Underscore in the field name is considered as Complex data while saving the changes in Dialog template editing has been fixed.

Breaking Changes

  • Now in dialog and inline template editing, the element name for complex fields should be given with triple underscore instead of single underscore. This change has been made as underscore is valid identifier in DB field names.

ListBox

Bug Fixes

  • #240594 - Form submit occurs while click toolbar item issue is fixed.

Maps

Bug Fixes

  • #F143717 - Zooming toolbar position misalign problem that occurs when there are multiple elements in DOM has been fixed
  • #I238404 - The issue that occurs when rendering bubble for point type Shape Data has been fixed
  • #I238839 - The console error that occurs when mouse leaves from the maps Shapes with legend hide option has been resolved

MultiSelect

Bug Fixes

  • #226512 - Now, SelectAll checkbox shows when more than one items present in the filtered list.

NumericTextBox

Bug Fixes

  • #238077 - Now, numeric textbox model value post to the server instead of a formatted numeric string when submitting the form.

PDF Viewer

Bug Fixes

  • #I233161 – Now, loading Indicator will be shown properly while loading a large page size document.
  • #I233035 - HyperlinkClick event is now triggered properly.
  • #I234364 - Pan interaction mode is now working properly when the toolbar is disabled.
  • #I231436 - PDF document is now rendered properly while using the PDF Viewer control inside Tab control.
  • #I232104 - Cleared the warnings in css files.
  • #I238761 - Height of the PDF Viewer control is now maintained properly when using inside the tab control.

Features

  • #I208298, #I223253, #I224643, #I233655, #I238694 - Provided the supports for shape annotations.
  • #I219446, #I224643, #I230115, #I233032, #F144297, #I236825, #I238694 - Provided the supports for stamp annotations.
  • #I229426 - Provided the supports for calibrate annotations.
  • #I223253, #I238694 - Provided the supports for sticky notes annotations.
  • #I238812 – Provided support to restrict the hyperlink navigation.
  • #I236995 – Provided support to restrict the pinch zooming using the ‘enablePinchZoom’ property.

Breaking Changes

  • The following event arguments are renamed.
Existing Event Arguments Name New Event Arguments Name
IUnloadEventArgs UnloadEventArgs
ILoadEventArgs LoadEventArgs
ILoadFailedEventArgs LoadFailedEventArgs
IAjaxRequestFailureEventArgs AjaxRequestFailureEventArgs
IPageChangeEventArgs PageChangeEventArgs
IPageClickEventArgs PageClickEventArgs
IZoomChangeEventArgs ZoomChangeEventArgs
IHyperlinkClickEventArgs HyperlinkClickEventArgs
IAnnotationAddEventArgs AnnotationAddEventArgs
IAnnotationRemoveEventArgs AnnotationRemoveEventArgs
IAnnotationPropertiesChangeEventArgs AnnotationPropertiesChangeEventArgs

Pivot Table

Bug Fixes

  • #240219 - Menu items in the toolbar now works properly.
  • #239685, #240221, #240220 - Alignment of the toolbar looks proper when the control is bound to remote data source.

RichTextEditor

Bug Fixes

  • #F145376 - The issue, “action complete event is not triggered when deleting the content with text and images” has been resolved.
  • #237729 - The issue “table column width is shown as pixel instead of percentage while resizing” has been fixed.
  • #237729 - Pickers mode throws script error when selecting the color in table’s quick toolbar, that issue has been fixed.
  • #237729 - Color picker value doesn’t set as RGBA(alpha) value in content editor, that issue has been fixed.
  • #240808 - The issue “opening a link in new window throws an error for auto generated link” has been fixed.
  • #240024 - The issue, “spacing between words is removed when focus out the editor” has been resolved.
  • #234519, #234586, #F138909 - The issues with table and its functionalities in IE11 has been resolved.

Schedule

Bug Fixes

  • Start and end time of events in month and timeline views now been correctly acquired in eventRendered event and event template.
  • #240585 - Start time, end time and group index of clone element now been tracked in the events drag and resizing.
  • #240271 - An issue with misalignment of +more indicator when the custom elements and appointments are rendered in same cell has been fixed.

Breaking Changes

  • Change event will trigger only after the expand or collapse transition of the Sidebar.

TextBox

Bug Fixes

  • Now, changed the bottom padding of input to meet the Material theme standard.
  • #240368 - Now, you can get the updated previous value in the input event argument.

Features

  • #226404, #F141814 - Provided Material2 outline layout for textbox.
  • #226950 - Provided Material2 filled layout for textbox.