Rilasci di Syncfusion Essential Studio JavaScript

Released: Jun 23, 2026

Aggiornamenti in 2026 Volume 1 SP1 (33.2.15)

Funzionalità

  • Chat UI
    • Introduced a new method prependMessages 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.
  • Chip
    • Provided drag-and-drop functionality...

Released: Jun 16, 2026

Aggiornamenti in 2026 Volume 1 SP1 (33.2.13)

Correzioni

  • 3DCircularChart
    • The console error no longer occurs when moving the mouse over the 3D pie chart after resizing the panel.
  • Chart
    • The data label is now rendered correctly above the trackball when hovering over a bubble point.
  • Diagram
    • Resolved incorrect text truncation and ellipsis placement for Japanese characters in diagram nodes.
  • DocumentEditor
    • Fixed an issue where the Find and Replace script threw an error when selecting placeholders.
    • Fixed an issue where comment actions were not...

Released: Jun 9, 2026

Aggiornamenti in 2026 Volume 1 SP1 (33.2.12)

Correzioni

  • 3DCircularChart
    • The console error no longer occurs when moving the mouse over the 3D pie chart after resizing the panel.
  • AutoComplete
    • Fixed an issue where form controls were incorrectly marked as dirty after reset due to dependent patchValue operations.
  • Chart
    • The data label is now rendered correctly above the trackball when hovering over a bubble point.
  • ColorPicker
    • Fixed an issue where a console error occurred when destroying the ColorPicker within the change event.
  • ComboBox
    • Fixed an...

Released: Jun 2, 2026

Aggiornamenti in 2026 Volume 1 SP1 (33.2.10)

Correzioni

  • Chart
    • Axis label tooltip now correctly interprets <br> tags as line breaks, improving readability instead of displaying raw HTML text.
    • The legendClick event in Accumulation Chart now triggers correctly when legendSettings.toggleVisibility is set to false, enabling custom legend interaction logic such as filtering and visibility updates.
    • Stacked labels now render correctly after legend toggling in grouped stacked series, without overlapping.
    • Column series now renders with the...

Released: May 26, 2026

Aggiornamenti in 2026 Volume 1 SP1 (33.2.8)

Correzioni

  • Chart
    • Axis label tooltip now correctly interprets <br> tags as line breaks, improving readability instead of displaying raw HTML text.
    • The legendClick event in Accumulation Chart now triggers correctly when legendSettings.toggleVisibility is set to false, enabling custom legend interaction logic such as filtering and visibility updates.
    • Stacked labels now render correctly after legend toggling in grouped stacked series, without overlapping.
    • Column series now renders with the...

Released: May 19, 2026

Aggiornamenti in 2026 Volume 1 SP1 (33.2.7)

Correzioni

  • Chart
    • The scrollbar now retains its position when chart.refresh() is called after a data update. This also applies to the inverted scrollbar.
    • Data label line breaks (\n) are now correctly applied when mapped from the data source.
  • Diagram
    • Fixed the SymbolPalette failed under strict CSP while defining title for palette.
  • Dialog
    • Fixed an issue where TAB Focus Escapes from Modal Dialog When Using Interactive Components.
  • DocumentEditor
    • Resolved an issue where content would disappear when...

Released: May 12, 2026

Aggiornamenti in 2026 Volume 1 SP1 (33.2.6)

Correzioni

  • Accordion
    • Resolved an initialization issue where Accordion items with Expanded="true" failed to expand on first render when a HeaderTemplate was used.
  • Chart
    • The scrollbar now retains its position when chart.refresh() is called after a data update. This also applies to the inverted scrollbar.
    • Data label line breaks (\n) are now correctly applied when mapped from the data source.
  • ContextMenu
    • The issue where the Context Menu items not announced by narrator on initial render after refresh...

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.