Essential Studio for React Release Notes
v20.3.49
October 11, 2022
Accordion
Bug Fixes
-
SF-397894
- An issue with incorrect aria attributes in accordion has been fixed.
Chart
Bug Fixes
-
#I383934
- Now shared tooltip is rendering properly for all points.
Checkbox
Bug Fixes
-
#I399484
- The issue with aria-checked accessibility issue in angular checkbox has been fixed.
CircularGauge
Features
- The animation of pointers has been improved. When the pointer value is dynamically updated, the animation will be performed.
ContextMenu
Bug Fixes
-
#I408315
- Script error thrown ininsertBefore
method While items not available in menu items has been fixed.
DateRangePicker
Bug Fixes
-
#I405520
- The issue “forward button in end date calendar is not working in daterangepicker” has been resolved.
Diagram
Bug Fixes
-
#I405054
- Provided the custom context menu support for the swimlane phase. -
#I405669
- Now, BPMN text annotation node gets dragged properly while drag the swimlane. -
#I397116
- Now, the bezier annotation horizontal and vertical alignment is working properly. -
#I410634
- The null exception will no longer thrown while changing the overview id.
DocumentEditor
Bug Fixes
-
#I401609
- Resolved the curly braces preservation in RTL paragraph -
#I400473
- Resolved the paragraph mark selection issue on shift + page up. -
#I405251
- Resolved the script error while opening the document with duplicate style name. -
#I398151
- Resolved the issue with accept all/reject all from track changes pane. -
#I399611
- Paragraph formatting is now preserved properly on copy and paste. -
#I404592
- Resolved the script error while exporting the document with content control. -
#I405251
- Resolved the script error while opening the document with line break character. -
#I396300
- Resolved the overlapping issue while resizing the table cell.
DropDownList
Bug Fixes
-
#I409074
- The issue “Previous value not updated properly in change event argument when we clear the value” has been resolved.
FileManager
Bug Fixes
-
#I391031
- The issue with “Column header in the Details view within the File Manager is not accessible via the Tab keyboard” has been resolved.
FloatingActionButton
The Floating Action Button (FAB) component performs the primary action that appears in front of all screen contents. It can be positioned in relation to a page or a target container.
- Rendering - The FAB component can be rendered as Icon only, Icon with Label, Label only, or in a disabled state.
- Positioning - Supports to place various built-in positions on the target element.
- Styles - The appearance of the FAB can be customized using predefined styles.
-
Accessibility - The FAB provides built-in compliance with the
WAI-ARIA
specifications and it is achieved through attributes.
Gantt
Bug Fixes
-
#I395003
- Gantt records disappear when scrolling up and down quickly issue has been fixed. -
#I407832
- Console error when all the element is disabled in context menu. -
#I407716
- Data source update on load time issue has been fixed. -
#I400913
- Pdf export is not working when the data has Hebrew characters. -
#I407437
- Add new record in resource view without child mapping issue has been fixed. -
#I400913
,#I405837
- Pdf export is not working when the data has Hebrew and Vietnamese characters.
Grid
Bug Fixes
-
#F177034
- Grid editing after removing frozen column throws script error has been fixed. -
#I409787
- Checkbox selection is not working properly on down arrow key navigation has been fixed. -
#F177722
- Save action of command column is not working when Grid having both left and right frozen has been fixed. -
#FB37591
- Frozen rows are not emptied even if filtering returns no record whenvirtualization
enabled has been fixed. -
#F177810
- Provided localization support for sort buttons in Adaptive Grid. -
#I405703
-CellSelected
event not triggered with custom span element in row cells has been fixed. -
#I394025
- Memory leak issue with Command column has been fixed. -
#FB32003
,#FB38052
- Ellipsis is not showing in the Firefox browser has been fixed. -
#I407497
- Focus issue while render multiple inputs in the column template issue has been fixed.
Heatmap
Bug Fixes
-
#I408948
- The zero value label in the x- and y-axes will now appear correctly.
Kanban
Bug Fixes
-
#I407975
- Now, the column clones are created properly when dragging the card when the horizontal page scroll appears and it is scrolled.
ListBox
Bug Fixes
-
#I409839
- Issue with “Script error thrown while drag and drop after removed the item from listbox using removeItem method” has been resolved.
Maps
Bug Fixes
-
#I408673
- Data labels will now render properly when the values fromshapeDataPath
andshapePropertyPath
are numbers.
PDFViewer
Bug Fixes
-
#F177655
- Now we can select the search-highlighted text content. -
#I408819
,#I409541
,#I409234
- Now, ink annotations are rendered properly while loading the document. -
#I408950
- Now the script error does not occur when ink annotation moves out of the document. -
#I409797
- Now, Form fields value are not missing on scrolling the pages using keyboard shortcut. -
#I407919
- Now, Custom data property from free text annotation is updating in the imported annotation.
PivotTable
Bug Fixes
-
#I408669
- Number formatting is now applied properly to row and column headers in the pivot table. -
#I405681
- Pivot table cell values are now properly exported as PDF document based on the text align property.
QueryBuilder
Bug Fixes
-
#I408658
- Issue with Value getting removed while closing fields Dropdown without change the value when we set rule property of query builder has been fixed
Schedule
Bug Fixes
-
#I405482
- An issue withresourceHeaderTemplate
details not shown in mobile mode has been fixed. -
#I407566
- An issue with Importing exported ICS file with the edited recurrence event causes issue while editing the recurrence event has been fixed.
Sidebar
Bug Fixes
-
#I397894
- The issue with “using tab index as0
on the container of Sidebar component” has been resolved.
Sparkline
Bug Fixes
-
#F177692
- Sparkline component is not rendered in React Next app issue has been fixed.
SpeedDial
Features
The Speed Dial component is an extension of the floating action button that displays a list of action buttons when clicked. It is useful when there is more than one primary action for the page.
- Rendering - The Speed Dial component can be rendered in two display modes: Linear and Radial.
- Positioning - Supports to place various built-in positions on the target element.
- Styles - The appearance of the Speed Dial can be customized using predefined styles.
- Template Support - The Speed Dial component action items and popup container can also be rendered with custom templates.
- Modal Support - Supports showing a modal overlay behind the Speed Dial.
-
Accessibility - The Speed Dial provides built-in compliance with the
WAI-ARIA
specifications and it is achieved through attributes.
Switch
Bug Fixes
-
#384387
- The issue with “Switch component click event trigger two times when we handling enable/disable dynamically” has been resolved.
Tooltip
Bug Fixes
-
#I397894
- The issue with “when using custom template variant the anchor that triggers the tooltip when hover is unable to receive keyboard focus” has been resolved.
TreeGrid
Bug Fixes
-
#FB33879
,#FB33758
- Virtualization works properly with remote data binding -
#I385208
- Row Drag and Drop works properly between the tree grids when items are collapsed.