Skip to content

v17.1.42

Compare
Choose a tag to compare
@essentialjs2 essentialjs2 released this 23 Apr 09:23
· 309 commits to master since this release

Document Editor

Bug Fixes

  • #231353 - Text search results are now navigated properly.
  • #232616 - Document contents are now exported properly.
  • #232616 - Page hang on editing the document is fixed.
  • #232327 - Tables are now removed properly.

ListView

Bug Fixes

  • Issue in enabling virtualization with empty data source has been fixed.

Maps

Bug Fixes

  • #I233129 – The issue in data label rendering, if you resize the map by setting the "intersectionAction" property to 'hide' has been fixed.
  • #I233127 - When selecting the new shape, the border for old shape is not removed issue has been fixed.
  • #I233127 – The issue of border width changing, when zooming the map has been fixed.
  • #I233129 - Datalabel re-rendering issue has been fixed.
  • #I233127 - Highlight and Selection border thickness maintained at higher zooming level.
  • #I233127 - Highlight and Selection border color maintained at different shapes.
  • #F143717 - The issue "When setting high zoom factor to OpenStreetMap, sub layer is not placed properly" has been fixed".

PDF Viewer

Bug Fixes

  • The issue "the hyperlinkClick event is not triggered for web links" has been fixed.
  • The font size is missing warning will no longer be thrown from styles in the PDF Viewer.

TreeMap

Bug Fixes

  • #I233284 – The issue of breaking the treemap, if data contains the "_" character in its value has been fixed.
  • #I233284 - The issue "Datasource with value underscore(_) leads to internal issue in treemap" has been fixed".

TreeView

Bug Fixes

  • #231497 - Now the selected node background color is removed before collapsing the parent node with out removing 'e-active' class.