Essential Studio for EJ2 JavaScript Release Notes
v16.4.54
February 19, 2019
AutoComplete
Bug Fixes
- Reset the initial value in form reset action behavior has been changed.
CircularGauge
Bug Fixes
- Now, the gauge is rendered properly 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.
DocumentEditor
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.
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.
Slider
Bug Fixes
- Now, the initial value is setback to the
slider
on formreset
.
Splitter
Bug Fixes
- Issue with dynamic update of pane content has been 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.
Features
- Provided
cssClass
property to add custom CSS classes to an uploader.