Essential Studio for Blazor Release Notes

v29.1.35
April 01, 2025

Common

Features

  • Syncfusion Blazor Components are now compatible with .NET 10 Preview.

  • SpeechToText component has been added as new component in Syncfusion Blazor Library.

  • The following components have been developed to meet industry standards and are now marked production-ready:

    • Ribbon
    • Sankey Diagram

Breaking changes

  • Syncfusion Blazor components will no longer support .NET 6 and .NET 7 as it has reached its end of support cycle. We recommend upgrading to .NET 8 or .NET 9 to take advantage of new features and components.

  • Fixed an issue in Syncfusion Blazor Components related to Dependency Injection in .NET 9 by changing the service registration of IComponentActivator from Singleton to Scoped, ensure to preventing potential conflicts in dependency injections.

Chart

Bug Fixes

  • #I700856 - Accessibility text for Zoom and Pan icons in the zoom toolbar is now updated properly when specified.
  • #I705868 - In chart, the tooltip rendering now handles large data values without impacting page responsiveness.
  • #F196284 - Data editing on chart points will now be correctly canceled when the edit action is discarded in the OnDataEdit event.

Circular Gauge

Bug Fix

  • The circular gauge pointer now updates and remains visible when its value is changed dynamically.

Bug Fixes

  • #F196357 - An issue with popup close while selecting a child node after collapsing a parent node in DropdownTree component has been resolved.

Gantt Chart

Bug Fix

  • #FB65691 - Fixed an exception that occurred when clicking the indent button after adding new records and selecting all records using Ctrl+A.
  • #F191203 - Fixed an issue where the segment collection did not update properly in the UI when adding or deleting a segment.

HeatMap

Bug Fix

  • #I680321 - Selection now functions correctly when multiple heatmaps are rendered.

ListView

  • #I704947 - The ListView text color highlight issue in Bootstrap 5.3 theme while focusing has been resolved.

MultiSelect

Bug Fixes

  • #FD702307 - Fixed an issue where the placeholder is displayed along with the preselected value.

Rich Text Editor

Bug Fixes

  • #I698969 - Now, the list will be correctly structured for pasted content in the Rich Text Editor.

  • #F196295 - Now, the height will be properly adjusted for the Markdown Rich Text Editor when the RefreshUI method is called.

  • #I704589 - Now, XSS execution is prevented in the Markdown Rich Text Editor when performing an undo action.

Schedule

Bug fixes

  • #I703644 - An issue where appointments were rendered in incorrect slots when using slot count and interval in scheduler has been fixed.

Tab

Bug fixes

  • #I698813 - An issue where the id and aria-labelledby attributes were not handled correctly in the Tab component has been fixed.

Tree Grid

Bug Fixes

  • #F66174 - Resolved dragged record got freeze when we drop that record below the drop suggestion line.
  • #F66207 - Resolved issue where GetTotalItemsCountAsync returned an incorrect count when an initial filter query was applied.