Skip to content

v16.4.52

Compare
Choose a tag to compare
@essentialjs2 essentialjs2 released this 05 Feb 17:05
· 260 commits to master since this release

Common

Bug Fixes

  • Resolved the typing issue for onclick event.

Calendar

Bug Fixes

  • Tabindex support has been provided.

ComboBox

Bug Fixes

  • The model value is not updated by selecting a value using tab key with autofill combination issue has been resolved.

DataManager

Bug Fixes

  • Provided addParams CRUD support in RemoteSaveAdaptor.
  • Need to parse the server response data in UrlAdaptor is resolved.
  • Provided option in DataManger to define CRUD url in OdataV4Adaptor in Grid all edit modes.
  • Additional parameters should be send in params property is fixed.

DatePicker

Bug Fixes

  • Tabindex support has been provided.

New Features

  • Now, date type skeleton support has been provided for the format property.

DateRangePicker

Bug Fixes

  • Tabindex support has been provided.

DateTimePicker

Bug Fixes

  • Tabindex support has been provided.

New Features

  • Now, scrollTo support has been added for the TimePicker pop-up element of the DateTimePicker. This is used to set the scroll position to the given time value when no value is selected in the popup list.

Diagram

Bug Fixes

  • Exception thrown while enable zoom and pan tool dynamically is now working fine.

Grid

Bug Fixes

  • selectCell event throws script error when two grid refresh requests are made simultaneously is fixed.
  • Promise is not resolved while perform CRUD operation with Observables is fixed.
  • Validation message misplaced in dialog editing when we render the new row at bottom issue is fixed.
  • 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.
  • Provide property change handling for selectedRowIndex is resolved.
  • Edit dialog does not destroyed after perform add operation with custom binding is resolved.
  • 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.
  • 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.

New Features

  • Toggle option for Selected Row is provided.
  • Property change handling for SelectedRowIndex is provided.
  • Support to add params for filtering is added.
  • Support to perform searching only based on the visible columns in Grid is provided.
  • Reorder position support for target field is provided.
  • Send the culture file name as parameter to excel export function is added.

MaskedTextBox

New Features

  • Provided the "focus" and "blur" events for MaskedTextBox that will trigger when the control got focus or losses focus.

Menu

Bug Fixes

  • Popup not opened properly when two menu rendered side by side issue fixed.

MultiSelect

Bug Fixes

  • Blur event prevents other actions issue has been resolved.

NumericTextBox

New Features

  • Provided the "focus" and "blur" events for NumericTextBox that will trigger when the control got focus or losses focus.

QueryBuilder

New Features

  • Provided Summary view support.

Schedule

New Features

  • Improvements done to support creation of recurring events based on the recurrence rule properties, that lies under the criteria of limited combination.
  • The recurring appointments of Scheduler can be now created and processed successfully based on the Islamic calendar dates.

Sidebar

Breaking Changes

  • Sidebar with type Auto will always expand on initial rendering, irrespective of enableDock and isOpen properties.

Bug Fixes

  • Tabindex support has been provided.

SvgBase

Bug Fixes

  • Additional space in tooltip header text is fixed

TimePicker

Bug Fixes

  • Tabindex support has been provided.

TreeGrid

Breaking Changes

  • Default value of editSettings.mode has been changed to Cell.
  • Default value of editSettings.mode has been changed to Cell.

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.
  • 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.
  • Property change support for height property has been provided.
  • Expand icon is prevented from displaying for the root/zeroth level record which has hasChildMapping field as false.
  • Child records of third level or its successor displays properly based on their hierarchy relation in self reference data binding.
  • Query maintenance support provided for refresh method after expanding any child rows.

TreeView

Bug Fixes

  • The issue with, “When disabling the TreeView parent nodes, the child nodes also appear in a disabled state” has been fixed.