Syncfusion Essential Studio JavaScript 2024 Volume 4 (28.1.36)

Released: Dec 24, 2024

2024 Volume 4 (28.1.36) 버젼 업데이트

수정사항

  • Carousel
    • The issue with carousel slide continue to move, when mouse swiped out of the container has been resolved.
  • Chart
    • The chart point click and double-click events are now working properly in the waterfall chart.
    • Zooming is now restricted for the mouse wheel, similar to selection zoom.
    • The y-axis range is now set properly for the waterfall series.
    • The exceptions that occurred during React Jest testing have been resolved.
  • ContextMenu
    • The issue with "The context menu does not close when the Escape key is pressed immediately after opening it with animation enabled." has been resolved.
    • Need to reposition the Context menu after setting the height for popup with enableScrolling support has been resolved.
  • DateRangePicker
    • Fixed an issue where the overlay was displayed even when the popup was prevented from opening in mobile mode.
    • Removed unnecessary conditional code for adding CSS classes based on device type.
  • Diagram
    • The segment next to the target end of a Bezier connector now retains user-defined adjustments when the connector is moved.
    • The undo/redo functionality now restores intermediate connector segments.
    • Connectors now retain their previous state after undoing runtime source and target ID changes.
    • The elementType in the elementDraw event now correctly updates for Polyline and Freehand in the completed state.
    • The diagram page no longer flickers during pinch zoom.
  • DropDownTree
    • The issue with skipping last child items in tree navigation in Dropdown Tree when custom filtering is applied has been resolved.
    • Resolved the change event incorrect argument value issue during the node selection in Dropdown Tree component.
  • FileManager
    • The issue with the child item's filter path during the rename operation in the File Manager component flat data has been resolved.
    • The issue with the incorrect filter path during the folder creation operation in the File Manager component flat data has been resolved.
    • The issue with the error dialog appearing during drag-and-drop operations between nested folders in the flat data File Manager component has been resolved.
    • The issue with drag-and-drop functionality in the navigation pane of the flat data File Manager has been resolved.
    • The issue with the hasChild property not updating during move operations in the Navigation Pane of the flat data File Manager component has been resolved.
    • The issue with nested-level drag and drop in the navigation pane of the File Manager component using SQL service has been resolved.
  • GanttChart
    • Unable to Add Dependency When Task Name Contains a Hyphen issue has been fixed.
    • When the resource unit is changed, the duration field is not updated issue has been fixed.
    • Baseline width not validated properly for less than one day issue has been fixed.
    • Taskbar not rendering properly with fixed work issue has been fixed.
    • Script error thrown when collapsing the root node with task mode set to custom and enableMultiTaskbar enabled issue has been fixed.
    • Work not calculated correctly on parent task, after child outdent issue has been fixed.
    • Console error thrown when scrolling in virtualization sample with allowSelection set to false issue has been fixed.
    • Console error occurred while taskbar drag with null duration issue has been fixed.
  • Grid
    • The issue where export options were not disabled when properties were set to false has been resolved.
    • Escape key does not function correctly for column menu filtering when the type is set to Menu has been resolved.
    • The issue of white space appearing during full downward scroll and the occurrence of repeated data with incorrect blocks during slow upward scrolling in virtual scrolling has been resolved.
    • Fixed an issue where the Select All checkbox would automatically get checked after scrolling and selecting the last record when virtual scrolling was enabled.
    • The issue with the cell save functionality not working properly on pressing the Enter key when collapsing rows has been resolved.
    • Fixed an issue where the pageSize setting did not work as expected after updating rules using the QueryBuilder.
    • Fixed an issue where the Checkbox Filter dialog was cut off when rendering the grid inside an Accordion component, with filter.type set to CheckBox and filterSettings.type set to Menu.
    • Resolved an issue where frozen columns with ColumnVirtualization caused a blank space.
    • The script error that occurred when collapsing all records and then deleting the last record has been fixed.
  • ListBox
    • Issue with "Correction in Ctrl + A key down action for single mode selection of listbox component" has been resolved.
    • Changing the type of value property of ListboxChangeEvents arguments from (number String boolean) to (number[] string[] boolean[]) in listbox.
  • MultiSelect
    • The issue where the "No records found" template was displayed when closing and opening the popup has been resolved.
  • PDF Viewer
    • The script error no longer occurs when importing the large annotations.
    • The printStart event is now triggered when printing a PDF using the Ctrl + P shortcut.
    • No script error occurs when loading the provided document and scrolling quickly to the end of the page.
  • Pivot Table
    • The autofit option will now be applied correctly to the pivot table cells without any extra space.
    • The server-side Excel export option will now work properly when using the server-side engine in the pivot table.
    • Applied number formatting will now be properly retained in the exported Excel file when exporting the pivot table using grid export.
  • RichTextEditor
    • The display text with text wrapping now functions correctly when the enter action is executed in the Rich Text Editor.
    • The font color and background color picker popup now works properly in the Rich Text Editor.
    • The image now shows properly when pasting from a Word document by removing the non-standard v:shapes attribute from the image element.
    • Images are now pasted properly without becoming blurry when copy pasting from Word and then focusing outside the Rich Text Editor.
  • Schedule
    • An issue where dragging all-day event in timeline views incorrectly occupies two days has been fixed.
    • An accessibility issue where the aria-selected attribute was present on <td> elements and violated accessibility guidelines has been fixed.
  • Switch
    • The issue with "Form reset functionality does not work properly for the switch component when it is in a disabled state" has been resolved.
  • Tree Grid
    • Resolved a script error that occurred when scrolling in the virtualization sample with allowSelection set to false.
  • TreeView
    • Prevent expanded nodes from collapsing when using addNodes or moveNodes method with preventTargetExpand set to true in TreeView.