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 (29.1.33)
Released: Mar 25, 2025
2025 Volume 1 (29.1.33) での更新項目
機能
Common
Improvement in CSP inline style - Resolved inline style-related issues in most scenarios across the JavaScript controls. This improvement ensures better compliance with the content security policy (CSP) by reducing the need for unsafe-inline in style directives.
SpeechToText (preview)
The Essential JS 2 SpeechToText control provides seamless voice-to-text conversion in web applications. It features real-time transcription with interim results, multilingual recognition, customizable buttons and tooltips, and error handling. Key features include:
Real-time transcription: Instantly captures spoken input and converts it into text.
Interim results: Provides partial transcriptions as the user speaks, offering a real-time experience before finalizing the text.
Multilingual recognition: Transcribes speech from multiple languages into text.
Tooltips: Tooltips display information about start and stop actions, guiding users throughout the speech recognition process.
Appearance: Comes with predefined styles but also allows customization of content and icons to match the application's design.
AI AssistView
Real-time streaming - The Essential JS2 AI AssistView now supports streaming, enabling dynamic updates of the prompt responses as chunks. Users can receive the response once generated, reducing delays.
Charts
Tooltip based on closest point - This feature allows users to display a tooltip that provides information about the data point closest to the cursor.
Total stacked values - Added the ability for users to display the cumulative total for stacked chart data directly through data labels, improving the clarity and readability of stacked charts.
Scrollbar position - Users can now place horizontal and vertical scrollbars at the top, bottom, left, or right of the chart.
Highlighting data range with crosshair - When the crosshair is displayed, users can highlight the entire range of the corresponding category's data points for better visibility.
Corner radius for individual data points - Users can now customize the corner radius of individual data points in a rectangle-shaped series using an event triggered when rendering the points, improving the chart's appearance.
Vertical axis label wrap - Users can now wrap the vertical axis label based on the maximum label width for better readability.
Funnel mode - Chart now supports the trapezoidal funnel chart, where each stage is represented as a trapezoid instead of a triangle.
Customizing the exported Excel document - Users can now customize the exported Excel document using an event triggered before the chart data is exported to an Excel file.
Chat UI
Improved navigation to messages and focus methods - The Essential JS2 Chat UI control now offers improved message navigation and interaction features for a more efficient user experience. Users can quickly locate specific messages using their unique IDs, effortlessly scroll to relevant conversations, and set focus on the dynamic input.
Chips
Drag and drop - You can now easily reorder chips by dragging and dropping them within the same container or across different containers.
Data Manager
Cache support in data manager - The data manager now includes cache support, which can be enabled using the enableCache option. This reduces redundant HTTP requests for previously visited pages, improving performance and efficiency. When this feature is enabled, an HTTP request is sent only the first time a page is visited, and subsequent requests use the cached data.
Middleware support in data manager - The data manager now includes middleware logic, allowing users to intercept and modify HTTP requests before they are sent to the server and process responses after receiving them. This feature is useful for scenarios such as adding authentication tokens, modifying request headers, logging API calls, handling error responses, and transforming received data before the application processes it. This enhancement allows users to integrate authentication, security, and custom data-handling logic without modifying the core request-response flow.
DateTime Picker
Flexible date and time format parsing - The Syncfusion JavaScript DatePicker and DateTime Picker now support multiple input formats, allowing users to enter and process date and time values more efficiently. This enhancement helps prioritize user-defined formats and ensure accurate parsing.
Diagram
Enhanced connector routing algorithm - Connectors now adjust dynamically to avoid overlapping with neighboring connectors, maintaining a clear and organized diagram. By automatically updating the connector geometry, it eliminates visual clutter and enhances the readability of connection paths, resulting in a more structured and comprehensible diagram.
Word Processor
Preserve hidden text - Hidden text in Word documents is now preserved, maintaining its integrity when a document is opened and saved using the Word Processor component.
API for batch editing operations - The Word Processor has new API support for beginning and ending batch editing operations. This enhancement enables editing tasks to be executed programmatically without pagination throughout the batch process. Pagination is only applied once the batch editing is finalized, resulting in improved performance.
DataGrid
Column chooser with template support - The column chooser now includes template support, allowing users to render customized views in its header, content, and footer. Users can thus design the column chooser's appearance. Additionally, users can enable or disable the the column chooser's default search functionality, giving them more control over their filtering experience.
Enhanced filtering with 'in' and 'not in' operators - The filtering functionality has been enhanced with support for the in and not in filter operators. These operators allow users to filter records based on multiple matching or non-matching values within the same column, providing more flexibility in data filtering.
Mention
Leading space configuration - In the JavaScript Mention component, users can now type the mention character continuously without needing a leading space to activate the mention pop-up.
PDF Viewer
Text search improvement - The text search functionality has been enhanced in the PDF Viewer so that it delivers faster and more accurate search results within PDF documents. The search speed is 90% faster for documents of up to 1,000 pages and the upgraded accuracy significantly reduces errors, providing reliable and swift retrieval of critical information.
Pivot Table
Classic layout export - The pivot table now supports exporting data in the classic (tabular) layout format to PDF, Excel, and CSV files using the built-in client-side export functionality. This enhancement enables users to generate and export pivot table data in a structured, table-style format, enhancing readability for further analysis and sharing.
Scheduler
Prevent overlapping appointments - This feature prevents appointments from overlapping, ensuring a smooth and efficient scheduling experience.