Rilasci di Syncfusion Essential Studio JavaScript

Released: May 5, 2026

Aggiornamenti in 2026 Volume 1 SP1 (33.2.5)

Correzioni

  • Block Editor
    • The issue with not being able to type text after pasting an image in the Block Editor component has been resolved.
  • DateRangePicker
    • Fixed an issue where the DateRangePicker start date did not update on the first selection when the popup was opened via the input field after using the range icon.
  • Diagram
    • Fixed Diagram Scroll bar flicker when scrolled rapidly with trackpad or mouseWheel where offset already at boundary.
    • Resolved zoom flicker during Mac trackpad zoom...

Released: Apr 28, 2026

Aggiornamenti in 2026 Volume 1 SP1 (33.2.4)

Funzionalità

  • Chat UI
    • Introduced a new prependMessages method to better support loading earlier conversations and improving chat continuity.
      • prependMessages - Prepends messages to the beginning of the Chat UI conversation area. This method inserts the specified messages either as messages[] or MessageModel[] as the first entries in the chat, making it ideal for loading historical messages when users scroll over the chat or reopen previous conversations.

Correzioni

  • Common
    • Resolved an issue in...

Released: Apr 21, 2026

Aggiornamenti in 2026 Volume 1 SP1 (33.2.3)

Correzioni

  • RichTextEditor
    • Selecting the entire content using Ctrl + A and deleting it now functions correctly within the editor.

Released: Apr 7, 2026

Aggiornamenti in 2026 Volume 1 (33.1.47)

Correzioni

  • 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 growth...

Released: Mar 31, 2026

Aggiornamenti in 2026 Volume 1 (33.1.46)

Correzioni

  • 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 enableMultiTaskbar was...

Released: Mar 24, 2026

Aggiornamenti in 2026 Volume 1 (33.1.45)

Correzioni

  • 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
    • Fixed...

Released: Mar 16, 2026

Aggiornamenti in 2026 Volume 1 (33.1.44)

Funzionalità

  • 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

Aggiornamenti in 2025 Volume 4 SP1 (32.2.9)

Correzioni

  • 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 when...

Released: Mar 3, 2026

Aggiornamenti in 2025 Volume 4 SP1 (32.2.8)

Correzioni

  • 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 deleting a...

Released: Feb 24, 2026

Aggiornamenti in 2025 Volume 4 SP1 (32.2.7)

Funzionalità

  • 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...