Syncfusion Essential Studio JavaScript 2024 Volume 4 (28.1.37)

Released: Dec 31, 2024

Updates in 2024 Volume 4 (28.1.37)

Fehlerkorrekturen

  • Carousel
    • The issue with carousel slide continue to move, when mouse swiped out of the container has been resolved.
  • Chart
    • The column series now renders properly when the width is set in pixels and enableSideBySidePlacement is set to false.
    • The y-axis now dynamically adjusts to accommodate negative ranges when the negative error bar exceeds the minimum value.
  • ComboBox
    • Fixed a console error that occurred when attempting to filter data using pasted text.
  • 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
    • Bezier settings are now applied to freehand connectors during the drawing process.
    • Segment points are now draggable even when the pointer is positioned on the outer part of an increased segment thumb size.
  • DocumentEditor
    • Fixed the rendering issue of dot and circle bullets in the Ubuntu environment.
    • Fixed the application hanging issue when searching for text within a split cell widget using the find option.
    • Fixed the layout issue during editing actions caused by field start and end tags being in different paragraphs.
    • Fixed the issue where an empty cell was not added in a split row widget.
    • Fixed a script error that occurred when opening a document with block content controls inside a cell with revisions.
    • Fixed the issue where a table became corrupt after merging cells.
    • Fixed the issue where the replace API was not working when using a pattern to find and replace text.
  • DropDownTree
    • Resolved the empty chip element creation when setting empty string for value property in Dropdown Tree component.
  • 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 script error that occurred when autofit was enabled in the Grid, the width of the first column was undefined, and its visibility was set to false has been resolved.
    • Resolved an issue where templates were not rendered in the printed output of the React Grid.
    • Resolved the issue where SelectedRowIndex was not updating correctly when allowSelection was enabled dynamically.
    • Resolved the issue where the rowSelected event was triggered twice when persist selection was enabled.
    • The script issue caused by an initial filter query with complex predicates when using the ODataV4Adaptor has been resolved.
    • Fixed the issue where the Column Menu popup was not positioned correctly when the StickyHeader feature was enabled, and the screen was zoomed.
  • ListBox
    • Issue with "previous and current index are not return proper values in listbox while drag and drop event" has been resolved.
  • MultiColumn ComboBox
    • The issue with value selection using complex data binding in the Multicolumn ComboBox has been resolved.
  • MultiSelect
    • Fixed a console error that occurred when using the getTextByValue method without a dataset.
    • Fixed the issue where the placeholder was not displayed after clearing the value.
  • PDF Viewer
    • The documentId property is no longer missing in the ajaxRequestInitiate event after rotating the PDF pages.
    • A proper error message is now displayed when an invalid base 64 string is loaded in the PDF Viewer.
  • Pivot Table
    • The autofit option will now be applied correctly to the pivot table cells without any extra space.
  • RichTextEditor
    • The table edit properties are now applied properly without any errors when editing a table using the TableEditProperties quick toolbar option in the Rich Text Editor.
    • The link functionality now works properly when pressing the Enter key in the Firefox browser in the Rich Text Editor.
    • Performing the enter action at the beginning of the text in Firefox now works correctly without generating any console errors.
    • The image src is now updated properly when the actionBegin event argument is changed in the Rich Text Editor.
    • When the backspace key is pressed at the beginning of a line, it now correctly merges only the adjacent lines instead of all lines in the Rich Text Editor.
  • Tab
    • The issue with tab resizing does not work properly when the height adjust mode is set to None has been resolved.
  • Tree Grid
    • Resolved a script error that occurred when scrolling in the virtualization sample with allowSelection set to false.
    • The ClipMode property with EllipsisWithTooltip is now shown properly for child records.
    • Collapsed records are now displayed properly in the viewport for last set of records when virtualization is enabled.
  • TreeView
    • Prevent expanded nodes from collapsing when using addNodes or moveNodes method with preventTargetExpand set to true in TreeView.