Please note that new Timed Subscription Licenses for Syncfusion Essential Studio for JavaScript are available as part of Syncfusion Essential Studio Enterprise.
Syncfusion Essential Studio JavaScript 2025 Volume 1 SP1 (29.2.4)
Released: May 14, 2025
2025 Volume 1 SP1 (29.2.4) 버젼 업데이트
기능
AutoComplete
The AutoComplete control now offers delay support for filtering, allowing you to set a delay (in milliseconds) to optimize performance. This functionality is implemented using the [debounceDelay] property, which helps reduce the frequency of filtering operations as you type, resulting in a smoother user experience.
ComboBox
The ComboBox control now offers delay support for filtering, allowing you to set a delay (in milliseconds) to optimize performance. This functionality is implemented using the [debounceDelay] property, which helps reduce the frequency of filtering operations as you type, resulting in a smoother user experience.
DocumentEditor
Added support for removing editing region in the current selection position.
Added support for retrieving fields within the selected range.
Added screen reader support in Document Editor.
Improved editing performance when spell check is enabled.
DropdownList
The DropdownList control now offers delay support for filtering, allowing you to set a delay (in milliseconds) to optimize performance. This functionality is implemented using the [debounceDelay] property, which helps reduce the frequency of filtering operations as you type, resulting in a smoother user experience.
GanttChart
Introduced the showWeekend property to enhance Gantt timeline clarity. When showWeekend set to false, weekend cells are excluded from both the timeline and PDF export, allowing users to focus on working days and task-relevant timelines.
Grid
Provided support for row expand and collapse functionality.
Mention
The Mention control now offers delay support for filtering, allowing you to set a delay (in milliseconds) to optimize performance. This functionality is implemented using the [debounceDelay] property, which helps reduce the frequency of filtering operations as you type, resulting in a smoother user experience.
MultiSelect
The MultiSelect control now offers delay support for filtering, allowing you to set a delay (in milliseconds) to optimize performance. This functionality is implemented using the [debounceDelay] property, which helps reduce the frequency of filtering operations as you type, resulting in a smoother user experience.
PDF Viewer
Improved loading and interaction performance when opening documents containing a more number of form fields.
Pivot Table
Event support has been provided for identifying invalid formulas prior to creating the calculated field.
TreeView
Improved the performance of the drag and drop operation in the TreeView when using large set of data.
수정사항
Chart
The opacity now updates properly on the data point after the tooltip fades out.
Diagram
Connectors in the layout will now render with the correct appearance when a specific type is explicitly defined in the getConnectorDefaults function.
Independent nodes in complex hierarchical trees will now render without overlapping other nodes.
Connectors will no longer overlap nodes of varying size in layout.
The nodes will now have property defined in getNodeDefaults on performing undo and redo.
DocumentEditor
Fixed performance issues related to bookmark manipulation during editing operations.
Resolved a script error that occurred when loading SFDT without injecting the editor module.
Fixed an issue where table cell content was clipped when zooming out.
Resolved a script error that occurred when exporting after performing a delete operation with track changes enabled.
DropDownTree
Resolved the issue where the dropdown popup did not open on the first touch interaction on iPad devices.
GanttChart
Resolved an issue where milestone addition failed when using UrlAdaptor and the server modified the TaskID. Previously, new task IDs were generated based on the collection length, which caused conflicts with server-assigned IDs. Now, IDs are generated sequentially (like SQL auto-increment) to ensure consistency and avoid duplication.
Grid
The issue with filtering a hidden column while using column virtualization through the filterByColumn method has been fixed.
The issue where an incorrect group query was added while filtering a ForeignKey column in the Grid using the ODataV4Adaptor has been resolved.
Resolved an issue where persistence was not retained correctly when using setCulture.
Resolved the alignment issue of group caption aggregates in server side Excel export.
PDF Viewer
Fixed an issue where the draw and type signatures were missing in the downloaded document for non-rendered pages when updating it using the updateFormFieldsValue method.
Resolved an issue where tile rendered documents appeared blurry at minimum zoom levels in server rendering mode.
Resolved an issue where calibration was not functioning correctly for measurement annotations.
Resolved an issue where hyperlinks were not rendered when enableTileRendering was set to true.
Resolved an issue where the rectangle annotation was not properly added when the cursor was quickly moved outside the page during drawing.
Pivot Table
Column header refresh is now restricted during the initial load when the grouping bar is enabled.
Schedule
The issue with assigning a direct date time value to the StartDate property of recurrence editor.
The issue where clearing the start and end dates and then selecting the All Day checkbox caused a console error in the Schedule popup has been resolved.
Toolbar
The issue with toolbar items being incorrectly ordered when overflowMode is set to Extended mode has been resolved.