Skip to content

v17.1.42

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

Accordion

Bug Fixes

  • Content value getting changed while updating header dynamically issue has been fixed.

Chart

Bug Fixes

  • Support has been provided for multiple export in horizontal mode.

ComboBox

Bug Fixes

  • #225254, #227938 - Template interpolated data not updated while filtering issue has been resolved.

DataManager

Bug Fixes

  • #226615- Script error thrown in UrlAdaptor when saveChanges method is called without Query is resolved.

DatePicker

Bug Fixes

  • #231875 - Now, you can enable the clear button dynamically after disabled the control.
  • #F143747 - Now, you can set min and max value as null dynamically.

DateRangePicker

Bug Fixes

  • #232966 - Now, you can clear daterangepicker input value using keyboard when strict mode is enabled.

DateTimePicker

Bug Fixes

  • #231596, #232441 - Issue with clear button not shown when disable the allowEdit property has been fixed.

Diagram

  • #232371 - Drag and drop the nodes from symbol palette to the diagram will no longer work if the SymbolPalette "allowDrag" property set to false at runtime.
  • Now, the connector can be moved over the connection disabled node when drawing the connector using drawing tools.
  • #232226 - The issue "Annotation added multiple times in DOM if annotation's text overflow enabled and select the node" has been fixed.
  • #232343 - Diagram's selectionChange event is now triggered properly when selecting another node or unselect the selected node in less than 1 second after dragging the node.
  • Diagram's propertyChange event is now triggered properly when move the node using keyboard and undo/redo dragged node.
  • #233008 - BPMN sequence connector does not move with stroke when its dependent node is moved issue is now fixed.

Document Editor

Bug Fixes

  • #231353 - Text search results are now navigated properly.

DropDownList

Bug Fixes

  • #142944 - Item template not loaded, when change the datasource dynamically issue has been resolved.

File Manager

New Features

  • Added filesystem provider support for ASP.NET MVC 4 and 5 frameworks.

Grid

Bug Fixes

  • #233507- Need to modify api description for startedit method is resolved.
  • #229454- A large text content gets collapsed while using rowHeight in grid is resolved.
  • #232985- Need to send edit operation args in beforeDataBound event is resolved.
  • #231808- Problem in hiding scrollbar place holder when having frozen is resolved.
  • #232924- Horizontal scrollbar gets hidden in IE and EDGE browsers is resolved.

In-place Editor

Bug Fixes

  • Toolbar fails to render properly in RichTextEditor In-Place Editor when afterOpen is set, that issue has been fixed.
  • Not able to hide the close icon issue has been fixed.
  • Change event doesn't trigger, when RichTextEditor blurs that issue has been fixed.

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.

MultiSelect

Bug Fixes

  • #232673 - Issue with prevent the first value when clear value using clear button has been fixed.

NumericTextBox

Bug Fixes

  • #231530 - Now, change event trigger when click on clear button.

PDF Viewer

Bug Fixes

  • The issue "the hyperlinkClick event is not triggered for web links" has been fixed.

QueryBuilder

Bug Fixes

  • Rule with AND operator is not properly updated in ASP.NET MVC and Core.

RichTextEditor

Bug Fixes

  • Change event doesn't trigger, when RichTextEditor blurs inside of In-place Editor that issue has been fixed.

Schedule

Bug Fixes

  • #143894 - An issue with select event arguments element value returns wrongly has been fixed.
  • #230544 - An issue with editorTemplate is not accessing the cell or event details has been fixed.
  • #229980, #229989 - An issue with appointment position misplaced in timeline views has been fixed.

TextBox

Bug Fixes

  • #231530 - Issue with event argument has null value when click on clear button has been fixed.

TimePicker

Bug Fixes

  • #231596, #232441 - Issue with clear button not shown when disable the allowEdit property has been fixed.
  • #231003 Issue with different icon size in bootstrap theme has been fixed.

TreeGrid

Bug Fixes

-#143815 - GridLine property is working fine in MVC

TreeMap

Bug Fixes

  • #I233284 – The issue of breaking the treemap, if data contains the "_" character in its value 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.