Now Accumulation chart is refreshing properly on data change.
Chart
BUG FIXES
Stacking column is not rendered properly when yvalue in string is fixed.
Zoomposition is not proper, when the axis is inversed is fixed.
Multiline label alignment is not proper, when breaking the labels into smaller text issue fixed
ColorPicker
BUG FIXES
Value not updated properly in reactive forms issue fixed.
Dashboard Layout
Breaking Changes
Renamed the folder within the package from dashboardlayout to dashboard-layout.
Diagram
Z-index for nodes/connectors is now properly updated when rendering the nodes/connectors with same z-index in symbol palette and drag and drop the nodes from the symbol palette to the diagram.
Now, the connection between the ports has been established when remove the InConnect/OutConnect from node’s constraints.
Issue with the “Layer’s z-index property and sendLayerBackward/bringLayerForward API methods” has been fixed.
Dialog
BUG FIXES
The issue with preventing the dialog resize using args.cancel has been resolved.
Document Editor
BUG FIXES
Tab stop width is now calculated properly.
First page header and footer is now layout properly.
Scrollbar now updated properly in Internet Explorer.
Page reload issue on button click is fixed.
DropDownList
BUG FIXES
Issue with value selection on disabled dropdown using incremental search has been fixed.
Clear icon shown when change the value dynamically issue has been fixed.
File Manager
Breaking Changes
The beforeFileLoad event’s module argument values have been changed as follows:
Argument Name
Old Value
New Value
module
navigationpane
NavigationPane
module
Grid
DetailsView
module
LargeIcon
LargeIconView
Form Validator
BUG FIXES
When using multiple forms with same name fields, validation not occurs issue has been fixed.
Gantt
BUG FIXES
Internal bug fixes included.
Grid
BUG FIXES
Column template is removed after calling getPersistData method is resolved.
Script error is resolved when using setRowData method in cellSave event.
Grid content background in material-dark theme is resolved.
Group caption is displaying [object][object] instead of 0 with foreignkey column is resolved.
Missing of records after sorting in virtual scrolling grid is resolved.
Script error when opening column menu in column virtualised grid is resolved.
Grid menu filter does not filter the null date values properly is resolved.
Validation message is hidden when editing the last row of the current page is resolved.
Validation message is misplaced while using horizontal scrollbar in grid is resolved.
actionComplete event is not invoked after delete all records is resolved.
GetRowIndexes method returns incorrect index when invoked after filtering records in virtualisation grid.
A support to get row index from row data is provided.
Unable to delete record using command delete button when showConfirmDialog set to false is resolved.
ListBase
BUG FIXES
Issue with single level element generation with fields mapping has been fixed.
ListBox
BUG FIXES
Value property passed on form submit issue fixed.
MultiSelect
BUG FIXES
Placeholder is not updated properly when unselect all the value issue has been resolved.
PDF Viewer
BUG FIXES
The PDF document is now rendered properly while using the PDF Viewer inside the Tab control.
The font size is missing warning will no longer be thrown from styles in the PDF Viewer.
QueryBuilder
BUG FIXES
Updating conditions throws script error after using ‘setRules’ method.
RadioButton
FEATURES
Provided getSelectedValue method to find the value of selected radio button in a group.
RichTextEditor
BUG FIXES
Insert image functionality of RichTextEditor is not working when render with File Upload, that issue has been fixed.
Tab
BUG FIXES
Support to restrict add and remove functionalities of Tab has been provided.
TreeView
BUG FIXES
Now the selected node background color is removed before collapsing the parent node.
Uploader
BUG FIXES
In latest chrome browser, file list is not generated issue fixed.