Skip to content

v17.2.41

Compare
Choose a tag to compare
@essentialjs2 essentialjs2 released this 14 Aug 04:07
· 288 commits to master since this release

Dashboard Layout

Bug Fixes

  • Issue with "panel resizing after window resize" has been resolved.

DateRangePicker

Bug Fixes

  • #F146493 - Issue with "DateRangePicker popup not opened on the second click action in iPad devices" has been resolved.

Diagram

Bug Fixes

  • #146327 - The issue "Layout not working for Group Node" is now resolved.
  • #243648 - The issue "Exception raised while adding UML class shapes at runtime" is now resolved.
  • #146017 - The issue "Decorator is not aligned properly in palette when we set large stroke Width for it" is now resolved.
  • #242713 - The issue "Diagram Connectors not exported properly using web kit" is now resolved.
  • #244589, #244046 - The issue "Context menu properties are generated in MVC" is now resolved.
  • #243734 - The issue "Symbol Palette - first palette element gets removed while refresh the palette" is now resolved.
  • #244519 - The issue "Support to delete a lane from swimlane" is now resolved.
  • The issue "Ports are not rendered when we enable virtualization" is now resolved.

Document Editor

Bug Fixes

  • #243495 - List level paragraph heading 2 first line indent style is now applied properly.
  • #243495 - Section break paragraph style layout is now applied properly.
  • #243495 - TOC tab header layout is now applied properly for sub headings.
  • #243495 - Script error is fixed when calculating tab width for list in TOC.
  • #243495 - TOC hyperlink text style is now preserved properly.
  • #243878 - Table cell is now exported properly when table contains spanned rows.

File Manager

Bug Fixes

  • The issue with the file manager that throws script error while accessing the shared folder in physical file provider has been fixed.

New Features

  • A method has been provided to customize the filtering support in file manager.

Gantt

Bug Fixes

  • #243770 - Issue in date picker with custom format has been fixed.
  • #243238 - Included current edited data in actionComplete event arguments.

Grid

Bug Fixes

  • #244183 - Provided the cacheAdaptor support in Grid.
  • #240141 - Resize not working properly when enabling row drag and drop feature has been fixed.
  • #243754 - Removed the filterItemTemplate from Grid persist data.
  • #244375 - Checkbox state was not refreshed while calling openColumnChooser has been fixed.
  • #234468 - Script error while refreshing the Grid with foreignKeyColumn in persistence enabled has been fixed.

Maps

Bug Fixes

  • #244108 - The issue with legend border that does not disappear when hover over the legend item has been fixed.
  • The issue with tooltip was not working in Internet Explorer 11 browser has been fixed.

MultiSelect

Bug Fixes

  • #F146474 - Issue with “Input height increases by 1 pixel when the dropdown icon is enabled ” has been resolved.
  • #144756- Issue with "custom value added to the list after args.cancel is set to true in custom value section event" has been resolved.

NumericTextBox

Bug Fixes

  • #244336 - Now, the percentage textbox value never changed in read-only mode after focusIn and focusOut.

RichTextEditor

Bug Fixes

  • #243767 - The issue with applying selected format based on content editable has been fixed.

New Features

  • Support for saving images in base64
  • #240002, #242405 - This feature allows users to save the images in the RichTextEditor in base64 format along with the existing blob format.
  • #242771 - Provided the support to handle both absolute and relative path links.

Schedule

Bug Fixes

  • #241514 - An issue with clone element not removing in DOM while invoke refreshEvents public method.

Splitter

Bug Fixes

  • #243003 - Resolved the issue with enabling expand and collapse arrow based on collapsible property.
  • #243007 - The issue "Collapsing and expanding splitter control does not return to original state" has been resolved.

TreeGrid

Bug Fixes

  • #243065 - expandAll and collapseAll method works fine for remote data with loadChildOnDemand property as true.

TreeView

Bug Fixes

  • Issue with custom icon size changed while double clicking the tree node has been fixed.

Uploader

Bug Fixes

  • #F146285, 244026 - Now, you can get the files in server-side when drag and drop the files in the synchronous upload.