Skip to content

v16.4.54

Compare
Choose a tag to compare
@essentialjs2 essentialjs2 released this 19 Feb 07:52
· 317 commits to master since this release

AutoComplete

Bug Fixes

  • Reset the initial value in form reset action behavior has been changed.

Chart

Bug Fixes

  • Pie animation starting angle issue fixed.

CircularGauge

Bug Fixes

  • Gauge is rendering fine now even in small size, when it is moved to the center position.

ComboBox

Bug Fixes

  • Reset the initial value in form reset action behavior has been changed.

DatePicker

Bug Fixes

  • Issue with, “DatePicker not restoring the initial value on form reset” has been fixed.

DateRangePicker

Bug Fixes

  • Issue with, “DateRangePicker not restoring the initial value on form reset” has been fixed.
  • Now year values are shown in the selected range of decade view.

DateTimePicker

Bug Fixes

  • Issue with, “DateTimePicker not restoring the initial value on form reset” has been fixed.

Diagram

Bug Fixes

  • Z-order maintained properly now when adding the nodes at runtime.
  • Port dragging now working properly after rotating the nodes.
  • When dragging the port, connectors associated with the ports updated properly.
  • If anyone of the selected nodes doesn’t have rotate constraints, rotate handle no longer visible with the selection handles.

Dialog

Bug Fixes

  • Dynamically enable/ disable the button in dialog, issue has been fixed.

Document Editor

Bug Fixes

  • Default tab width is parsed and serialized properly.

DropDownList

Bug Fixes

  • When page scroll, grouping template is hiding issue has been resolved.
  • Reset the initial value in form reset action behavior has been changed.

Grid

Bug Fixes

  • Custom command content is not working in edited state when it is used in Multiple Columns issue is fixed.
  • Selection is not maintained when using rowselected and rowdeselected event is resolved.
  • Reactive aggregate is updating aggregate with current view data on cell editing is fixed.
  • Grid gets refreshed twice when we change the values through setProperties method is fixed.

MaskedTextBox

Bug Fixes

  • Issue with, “MaskedTextBox not restoring the initial value on form reset” has been fixed.

MultiSelect

Bug Fixes

  • Now, you can enter special characters inside MultiSelect using virtual keyboard.
  • Reset the initial value in form reset action behavior has been changed.

NumericTextBox

Bug Fixes

  • Issue with, “NumericTextBox not restoring the initial value on form reset” has been fixed.

QueryBuilder

Bug Fixes

  • 'Add Group' option is not disabled while setting groupInsert as false is fixed.

RichTextEditor

Bug Fixes

  • HTML 5 form reset behaviour has been corrected.
  • Editor content rendered twice in DOM when using RichTextEditorFor, that issue has been fixed.
  • EJ2 compatibility styles are not worked while component rendering with textarea element, that issue has been fixed.

Schedule

Bug Fixes

  • An issue with events not displaying correctly based on Agenda view's current date range has been fixed.
  • An issue with recurring events while defining recurrence rule on it that includes both BYMONTH and BYDAY properties together has been fixed.
  • An issue with incorrect casing of popupOpen event's parameters that triggers on cell click action has been fixed.
  • An issue with 24 hours format not displaying in time cells of adaptive Scheduler mode has been fixed.

Splitter

Bug Fixes

  • Issue with dynamic update of pane content has been fixed

SvgBase

Bug Fixes

  • Charts in tab control initial tooltip opacity issue fixed.

Tab

Breaking Changes

  • The initial focus set on active tab item is removed from the component on initial load.

TextBox

Bug Fixes

  • Now, input event will trigger after clear the textbox value using clear icon.
  • Now, the default value is set to the textbox while resetting the form.

TimePicker

Bug Fixes

  • Issue with, “TimePicker not restoring the initial value on form reset” has been fixed.

Uploader

Bug Fixes

  • Uploader file list will be cleared while reset the form.

New Features

  • Provided cssClass property to add custom CSS classes to an uploader.