Skip to content

v16.4.44

Compare
Choose a tag to compare
@essentialjs2 essentialjs2 released this 24 Dec 12:37
· 266 commits to master since this release

Accordion

Bug Fixes

  • Parent accordion collapsing issue is fixed when Tab renders within it.

DatePicker

Bug Fixes

  • Fixed the allowEdit issue in mobile mode.

DateRangePicker

Bug Fixes

  • Fixed the localization issue in preset custom range element.

Diagram

Bug Fixes

  • Alignment issue on complex hierarchical tree layout with complex data source is working fine.

Document Editor

Bug Fixes

  • Tab stop now layout properly in header and footer.
  • Empty header and footer now layout properly.
  • Table column span values are now updated properly.

Grid

Bug Fixes

  • Misalignment occurs when footer aggreagate in grid and also while editing is resolved.
  • Script error thrown when reorder header template column in grid using angular is fixed.
  • RemoteSaveAdaptor returns empty row while perform adding in Grid is resolved.
  • Filtering the localized date column throws script error is fixed.
  • Provided support for dynamic property change handling for selectedRowIndex.
  • Filtering after grouping any column focuses out of the filterbar is resolved.
  • Deselecting event is not triggered after double clicking a particular row and select different row is resolved.
  • Column data stringify is not working properly when persistence enabled is resolved.

In-place Editor

Bug Fixes

  • space key action issue is fixed with clicking save and cancel buttons.
  • Value persistence issue with multi-select when doing cancel action after removing selected item.
  • Double-Click issue in IOS device is fixed.

ListView

Bug Fixes

  • Fixed multiple CSS class not added properly while using template property in UI Virtualization.
  • Fixed height calculation in UI Virtualization with sample level border inclusion.

MultiSelect

Bug Fixes

  • Item template with checkbox combination is not working issue has been resolved.
  • Value update with checkbox selection issue in reactive form has been resolved.

PDF Viewer

Bug Fixes

  • The scrolling when the toolbar is clicked is prevented.

Popup library

Bug Fixes

  • The issue with collision while displays popup on scrollable viewport element has been resolved.

QueryBuilder

Bug Fixes

  • Introduced validateFields method for validation.

RichTextEditor

Bug Fixes

  • Pasted URL is not converted to links automatically, that issue has been fixed.
  • Image paste as twice in Firefox browser, that issue has been fixed.

Schedule

Bug Fixes

  • An issue with quick popup opening on blocked time ranges has been fixed.

Splitter

New Features

  • Provided option to configure the splitter and its pane properties such as size, min, max, resizable through data attributes (data-).
  • Included the public methods for add and remove splitter panes.

Stock Chart

Bug Fixes

  • Console error in tooltip fixed
  • Highlight of buttons in period selector is working properly.
  • Height of stock chart without period selector, range navigator is working fine

SvgBase

Bug Fixes

  • Tooltip console error issue in IE11 is fixed.

TimePicker

Bug Fixes

  • Fixed the component destroy issue when showClearButton in disabled state.

TreeGrid

Bug Fixes

  • Expanding and Collapsing records is working fine when pageSizeMode is set as All.
  • expandAtLevel, collapseAtLevel, expandAll and collapseAll methods are working fine when pageSizeMode is set as All.