Syncfusion Essential Studio JavaScript Releases

Released: Apr 7, 2026

Updates in 2026 Volume 1 (33.1.47)

Fehlerkorrekturen

  • Accordion
    • Resolved a memory leak in the Accordion component by ensuring header and item event listeners are fully removed during destroy, preventing retained DOM references.
  • AI AssistView
    • The issue with interacting prompt suggestions containing HTML content not working in AI AssistView has been resolved.
  • Breadcrumb
    • Resolved a memory leak in the Breadcrumb component by properly removing the global resize event listener during destroy, preventing retained handlers and memory...

Released: Mar 31, 2026

Updates in 2026 Volume 1 (33.1.46)

Fehlerkorrekturen

  • Diagram
    • Scrolling will now perform without any flickering when multiple pages are set to false with page settings defined.
  • DocumentEditor
    • Fixed an issue where drag-and-drop incorrectly allowed content to be moved into non-editable regions.
  • DropDownTree
    • Resolved a console error that occurred when filtering in the DropDown Tree component with node IDs containing the hash (#) symbol.
  • GanttChart
    • Fixed an issue where taskbar customization using queryTaskbarInfo with...

Released: Mar 24, 2026

Updates in 2026 Volume 1 (33.1.45)

Fehlerkorrekturen

  • Common
    • The issue where "the iframe srcdoc attribute was not being sanitized" has been resolved.
  • Diagram
    • Touch zoom now preserves the focused element's position correctly in the diagram.
    • Annotation margin updates for center-aligned text now apply correctly, preventing the text from reaching or overlapping node boundaries.
    • The Connector path will be rendered based on port connection direction.
  • DocumentEditor
    • Script error after reloading page with collaborative edits.
  • FileManager...

Released: Mar 16, 2026

Updates in 2026 Volume 1 (33.1.44)

Funktionen

  • Common
    • New controls
      • The Inline AI Assist control has been added to JavaScript.
      • The Sankey Diagram control has been added to JavaScript.
  • Production-ready control
    • The following control has been developed to meet industry standards and is now marked as production-ready for JavaScript:
      • Block Editor: The Block Editor is a modern, block-based content editing solution for web applications. It provides an intuitive and flexible interface for creating rich, structured documents using...

Released: Mar 10, 2026

Updates in 2025 Volume 4 SP1 (32.2.9)

Fehlerkorrekturen

  • Common
    • Resolved a licensing banner issue for the chart component using the WordEditorSdk key.
  • Accordion
    • Resolved a runtime error when using dataSource without an itemTemplate by falling back to static-content rendering.
  • Block Editor
    • The issues with table block row/column copy and undo redo actions have been resolved.
    • The issue with the Console error occurs when clicking over the code block in BlockEditor component has been resolved.
  • Chart
    • The scrollbar is now properly rendered...

Released: Mar 3, 2026

Updates in 2025 Volume 4 SP1 (32.2.8)

Fehlerkorrekturen

  • Chart
    • The chart data label now displays correctly in the top and bottom positions when the angle is set to 90 degrees.
  • Diagram
    • Resolved the difference in scroll speed between Chrome and Firefox browser.
  • DocumentEditor
    • Fixed an error that occurred when deleting a table column containing embedded content controls.
    • Resolved an issue where entering a space caused the cursor to jump after the next character.
    • Fixed a problem where the document jumped to the following page when...

Released: Feb 24, 2026

Updates in 2025 Volume 4 SP1 (32.2.7)

Funktionen

  • Common
    • Introduced the new disableHtmlEncode property to control how text content is rendered in the List components. When set to true, the component will render raw text exactly as provided (including HTML tags or special characters) without encoding or truncation. To preserve and render raw HTML content correctly, enableHtmlSanitizer must also be set to false. This update provides greater flexibility in displaying literal text and HTML content within List text.
  • DropDownTree...

Released: Feb 17, 2026

Updates in 2025 Volume 4 SP1 (32.2.5)

Funktionen

  • TreeView
    • Introduced the new disableHtmlEncode property to control how text content is rendered in the Treeview. When set to true, the component will render raw text exactly as provided (including HTML tags or special characters) without encoding or truncation. To preserve and render raw HTML content correctly, enableHtmlSanitizer must also be set to false. This update provides greater flexibility in displaying literal text and HTML content within Treeview nodes.

Fehlerkorrekturen...

Released: Feb 11, 2026

Updates in 2025 Volume 4 SP1 (32.2.4)

Funktionen

  • Grid
    • The ODataV4 functionality has been enhanced, enabling you to invoke custom URLs for data fetching and CRUD actions.
    • Lazy load grouping with sorting performance has been improved, allowing you to handle large datasets without performance lag.
    • The Fluent 2 theme are now available in both light and dark modes on the EJ2 Grid.
  • ListView
    • Introduced the new enabled property to enable or disable the ListView, replacing the older enable API. This update improves consistency with standard...

Released: Feb 5, 2026

Updates in 2025 Volume 4 SP1 (32.2.3)

Funktionen

  • Accumulation Chart
    • Users can now use the noDataTemplate property in Accumulation Chart to define a custom template that clearly indicates when chart data is unavailable.
  • Charts
    • Users can now use the noDataTemplate property in Charts to define a custom template that clearly indicates when chart data is unavailable.
  • Diagram
    • Visio Import and Export
      • Added support for Visio import and export, allowing users to import Microsoft Visio diagrams (.vsdx), edit them using built-in diagram tools...