Skip to content

v17.1.47

Compare
Choose a tag to compare
@essentialjs2 essentialjs2 released this 14 May 10:57
· 347 commits to master since this release

Common

Bug Fixes

  • #227272, #227958 - Fixed binding not working properly while using ngx-tanslate pipe.

Chart

New Features

  • #233749 - Provided zOrder support for chart series.

CircularGauge

Bug Fixes

  • #I234531 - The issue with rendering circular gauge when setting cancel argument to true in the "axisLabelRender" event has been fixed.

ComboBox

Bug Fixes

  • #233483 - The List not generated properly while clear the value using clear button issue has been resolved.
  • #234100 - The search not working on enabling read only in the control initialization issue has been resolved.
  • #233137 - The combobox is not focused when click the tab key at single time issue has been resolved.

Dashboard Layout

Bug Fixes

  • #234604 - Issue with draggable cursor appears on hovering over the panels when dragging is disabled has been fixed.

DatePicker

  • #143352 - Now, the DatePicker fires input's blur when click outside without select the date from calendar popup.

Diagram

Bug Fixes

  • When changing the node's path data at run time, it scales properly with respect to node's size.
  • When changing the trigger type of BPMN's Task shape at run time, the trigger shape is positioned properly.
  • Now, the connector's decorator is docked properly when layout is enabled and drag the node.
  • When zooming the diagram, the user handles position is updated properly with respect to zoom percentage.
  • If boundaryConstraints is enabled and node's rotateAngle is changed at run time, node does not exceed the boundary limit.
  • When changing the annotation's properties at run time, annotation will update properly.

Document Editor

Bug Fixes

  • #230628 - Updated dialog animation.

New Features

  • #142821 - Added API to insert bookmark and fetch all bookmarks in document.
  • #142820 - Added API to insert hyperlink.

DropDownList

Bug Fixes

  • #234846 - The popup collision issue has been resolved while enable the filtering.

Extension

New Features

  • Provided the project template and dotnet CLI command support for Angular.

Gantt

Bug Fixes

  • #233041 - Alignment issue with timeline and vertical lines has been fixed.

New Features

  • #F143360 - Provided support to refresh the dataSource dynamically.

Grid

Bug Fixes

  • #226746 - Provide support to set format for aggregate values while exporting is resolved.
  • #234554 - Provide template support for stacked header is resolved.
  • #234230 - Batch edit misbehaves when allowDragAndDrop enabled is resolved.
  • #229226 - Hyperlink is not working when setting clipMode property in iOS is resolved.

HeatMap

New Features

  • #230837, #229200 - Provided the tool tip template support for customizing the cell tool tip.

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.

ListBox

Bug Fixes

  • #234350 - SelectAll checkbox not displayed with dynamic data issue fixed.

ListView

New Features

  • #230272 - Provided the support for adding new list view item without re-render the listview in virtualization mode.

Maps

Bug Fixes

  • #I234578 - The issue with rendering data label and tooltip when the layers type is set to 'Sublayer' has been fixed.
  • #I234578 - The issue with returning wrong highlight opacity to shapes in maps when highlighting the legend has been fixed.

MaskedTextBox

Bug Fixes

  • #230545 - Issue with inequality of Masked Textbox element value and argument value of input event while typing rapidly has been fixed.
  • #F144247 - Issue with "typed character update on the next position while typing the same digit" has been fixed.

Menu

New Features

  • #230456 - Provided hamburger menu support for adaptive view.

MultiSelect

Bug Fixes

  • #235167 - Multiselect dropdown jump down when the showDropDownIcon is set to true issue has been resolved.
  • #209393 - Change event not fired during tab key navigation issue has been resolved.

PDF Viewer

New Features

  • Provided the supports for adding custom header to the AJAX requests in the PDF viewer control.

Pivot View

Bug Fixes

  • #232925 - Grouping bar feature is now working fine with the combination of toolbar and pivot chart.

New Features

  • #230489 – You can drill the pivot table headers based on the position.

QueryBuilder

Bug Fixes

  • Updating conditions throws script error after using 'setRules' method.
  • Rule with AND operator is not properly updated in ASP.NET MVC and Core.
  • Multiselect datasource not properly updated for in and notin operators.
  • Provided option for handling data source request on demand.

New Features

  • Provided case sensitive support.
  • Provided default value option support for column fields.
  • Provided groupBy support for columns.

Schedule

Bug Fixes

  • #233286 - An issue with event not rendered properly in start and end time date format as string in agenda view is fixed.
  • #234231 - An issue with setting the different work hours in timeline week is fixed.
  • #143531 - An issue with event not loaded properly in agenda virtual scrolling is fixed.

Toolbar

Bug Fixes

  • #231019 - An issue with RTL mode of Toolbar scroller has not working in Firefox browser has been resolved.

Tooltip

New Features

  • #234933 - Now the tooltip is showing while hovering the tooltip content element in hover mode.

TreeGrid

New Features

  • 'Row Template' support is provided that allows to use custom layout for the TreeGrid rows.

TreeMap

Bug Fixes

  • #I234615 - The issue with value from the "fill" property is not applied when we have both the "fill" and "colorValuePath" APIs has been fixed.

TreeView

New Features

  • #227540 - Provided the support for rendering treeview data in single server request while disabling the loadOnDemand