Skip to content

v16.4.48

Compare
Choose a tag to compare
@essentialjs2 essentialjs2 released this 22 Jan 13:31
· 321 commits to master since this release

AutoComplete

Bug Fixes

  • Custom value is not maintain after reload the data issue has been resolved.

Chart

Bug Fixes

  • Scatter chart's edge position render issue is fixed
  • Datalabel did not show properly in Edge browser is fixed
  • Trendline not rendering while using NaN as input issue is fixed
  • DataSource not refreshed in angular chart has been fixed

DataManager

Bug Fixes

  • Provided addParams CRUD support in RemoteSaveAdaptor.
  • Need to parse the server response data in UrlAdaptor is resolved.

Diagram

Bug Fixes

  • Updating data source at runtime is now working properly even if you did not define layout for a diagram.
  • Now, you can modify the nodes and connectors styles at runtime.

Document Editor

Bug Fixes

  • Broken image rendering is handled.

Grid

Bug Fixes

  • Argument is not returned well in rowDragStart Event is resolved.
  • Column chooser dialog not getting hidden while click outside of the Grid is fixed.
  • Selecting cell using arrow keys with frozen column and cell selection is misfocused issue is fixed.

In-place Editor

Bug Fixes

  • Formatting not applied to calendar component issue fixed.
  • While call refresh, control not render issue fixed.
  • Id returned instead of text while using fieldSettings with dropDown components issue fixed

New Features

  • Type number support provided for primaryKey API.

MultiSelect

Bug Fixes

  • en-US locale JSON file not generated issue has been resolved.

RichTextEditor

Bug Fixes

  • Table QuickToolbar open wherever click within a component issue has been fixed.
  • FontSize "px" and fontFamily "veranda" not updated in toolbar status, that issue has been fixed.
  • Clicking on view source code with single character inside textarea removes the character, that issue has been fixed.

SvgBase

Bug Fixes

  • Tooltip text with colon within the bold tag issue fixed

TimePicker

Breaking Changes

  • TimePicker pop-up will position at the center of the viewport in mobile resolution.

Uploader

Bug Fixes

  • Provided option to hide generated promise error manually on ajax failed event.

New Features

  • Provided template support for preloaded files also to customize its default file list structure.