Skip to content

v16.4.45

Compare
Choose a tag to compare
@essentialjs2 essentialjs2 released this 02 Jan 12:16
· 365 commits to master since this release

Common

Bug Fixes

  • Fixed CustomPlacement typing issue.

Accordion

Bug Fixes

  • Accordion rendering issue with ng-template is fixed.
  • fixed Accordion rendering issue with using ng-template.

Chart

Bug Fixes

  • Duplicates of scrollbar id in multiple chart is fixed

CircularGauge

Bug Fixes

  • When drag the range bar pointer, the console error thrown resolved now.

DataManager

Bug Fixes

  • Additional parameters should be send in params property is fixed.

DatePicker

Bug Fixes

  • DatePicker will allow assigning string value when type system configuration is disabled.

Document Editor

Bug Fixes

  • Table border is rendered properly.

Grid

Bug Fixes

  • Server requests sent twice when column is not defined in the grid is resolved.
  • custom attribute is missing in stacked header issue is fixed.
  • Column allowEditing false is working for datepicker edit when it is specified as primary key column is resolved.
  • allowEditing property is not working in identity column is resolved.
  • Provided support to addparams for filtering.

Menu

Bug Fixes

  • Getting custom properties from menu items in beforeItemRender event issue fixed.

Schedule

Bug Fixes

  • An issue with the display of +n more popup on Scheduler, while setting appointment time in seconds has been fixed.

Sidebar

Bug Fixes

  • Fixed the issue with rendering the Sidebar using isOpen property and type Auto.

TimePicker

Bug Fixes

  • Pop-up positioning support has been provided.

Toolbar

Bug Fixes

  • While resizing, Toolbar items are not moving from popup to toolbar in extended overflow mode issue is fixed.

Tooltip

Bug Fixes

  • Added index position for tooltip content container to avoid misalignment while customize background.

TreeGrid

Bug Fixes

  • Added events for the column menu feature and added columnMenuItems API to modify the column menu items in column menu.
  • Added sortComparer API to perform custom sorting in TreeGrid.