#276826 Resolved the peer dependency warnings with React version.
Accumulation chart
BUG FIXES
#279297 - Height in percentage not working properly is fixed now.
Chart
BUG FIXES
#278688 - Shared Tooltip not visible while using tooltip render event issue fixed.
#278311 - Y axis labels get overlapped when using single negative point issue fixed.
#154576 - Range Selector doesn’t match chart data range for one day issue fixed.
#279008 - Cluster selection with 0 values for logarithmic type issue fixed.
Chips
BUG FIXES
#278394 - Issue with delete event has been fixed.
ComboBox
BUG FIXES
Issue with “select event is not triggered while doing first selection with autofill” has been resolved.
DataManager
BUG FIXES
278074 - WebApiAdaptor CRUD issue without query has been fixed.
Document Editor
BUG FIXES
#278685 - Resolved script error on backspace inside the edit range.
#247077 - Selection is now updated properly while clicking before merge field.
#277357 - Table borders are now rendered properly.
#275686 - contentChange event will not trigger while switching the layout type.
#276616 - Paragraph format now preservers properly while inserting text.
#276039 - Adding new comment and replying to old comment is now disable in read only mode.
#277959 - Document with shape now imported properly.
#153583 - Selection is now updated properly for image inside the bookmark.
File Manager
BUG FIXES
The issue with “File name is not displayed in the access control error message” has been fixed.
Grid
BUG FIXES
#278390 - Internal event for access the excel export rows has been added.
#277728 - Search box focus issue in IE has been fixed.
#12629 - Prevented the dataStateChange event after re-ordering a column.
#154111 - Issue in updating aggregate format with culture change has been fixed.
#14010 - Grid row selection event arguments type issue has been fixed.
#278858 - rowDeselected event with persistence and ResetOnRowClick issue has been fixed.
#154619 - Number formatting with empty string issue has been fixed.
#279065 - Groupcaption aggregate in pdf export issue has been fixed.
Breaking Changes
Now data, row, foreignKeyData these Grid selection event arguments are get array values only when we perform multi selection. Please find modified event arguments and it types from the below table,
Properties
Type
data
Object or Object[]
rowIndex
number
rowIndexes
number[]
row
Element or Element[]
foreignKeyData
Object or Object[]
HeatMap
BUG FIXES
#277945 - Legend label cropping issue has been fixed.
In-place Editor
BUG FIXES
273057 - The issue with “The EnableHtmlSanitizer property is not working properly for the In-place Editor value” has been resolved.
Kanban
BUG FIXES
#279543 - An issue with script error thrown when click the showAddButton icon and specify the priority property has been fixed.
PDF Viewer
BUG FIXES
#273237 - Now, Annotation comments are locked properly when locked the annotations.
ProgressBar
BUG FIXES
Progress bar label not render at end of the progress has been fixed.
The progress bar provides a customizable visual to indicate the progress of a task with different shape such as rectangle and circle.
QueryBuilder
BUG FIXES
Issue with ‘addGroups’ method is fixed.
RichTextEditor
BUG FIXES
#275859 - The issue with unable to edit the Rich Text Editor content after pasting the content with table has been resolved.
Schedule
BUG FIXES
#278019 - An issue with drag and drop of vertical view events doesn’t work properly when we disable timeScale property has been fixed.
Spreadsheet
Breaking Changes
API name changes.
Old Property
New Property
rangeSettings
ranges
Stock Chart
BUG FIXES
#262890 - Label position is not working in stock chart primary y axis issue fixed.
Tooltip
BUG FIXES
#154807 - Tooltip not opening more than once when target specified has been resolved.
TreeGrid
BUG FIXES
#279755 - Virtual Scrolling works fine.
#F15641 - Content is rendered properly for random scrolling when Virtualization is enabled.
TreeMap
BUG FIXES
OnItemClick event arguments in the treemap is now improved.
Uploader
BUG FIXES
Issue with “form name is not updated based on name attribute in chunk upload” has been resolved.