Syncfusion Essential Studio DOCX Editor SDK Releases

Released: Nov 12, 2025

Updates in 2025 Volume 3 SP1 (31.2.10)

Fehlerkorrekturen

  • Web DOCX Editor (JavaScript, Angular, React, Vue, ASP.NET Core & MVC)
    • Resolved an issue where justified text ending with a line break was not displayed correctly in the Document Editor.
    • Fixed unintended removal of extra content when the Delete API was used.
    • Prevented multiple ribbon refreshes triggered by bookmark selection changes.
    • The Header & Footer ribbon tab now updates correctly based on the current selection.
    • Improved performance when editing inside nested tables...

Released: Nov 4, 2025

Updates in 2025 Volume 3 SP1 (31.2.5)

Fehlerkorrekturen

  • Web DOCX Editor (JavaScript, Angular, React, Vue, ASP.NET Core & MVC)
    • Resolved script error caused by content control element selection changes.
    • Addressed script error in the ribbon when applying the last three styles in different locales.
    • Corrected cursor position issue when merging two paragraphs.
    • Improved performance issue caused by updating text style in the ribbon while typing.
    • Resolved form field number format updating issue.
    • Addressed error when reopening updated...

Released: Oct 28, 2025

Updates in 2025 Volume 3 SP1 (31.2.4)

Fehlerkorrekturen

  • Web DOCX Editor (JavaScript, Angular, React, Vue, ASP.NET Core & MVC)
    • AutoFocus behavior updated when enableAutoFocus is set to false.
    • Resolved performance issue when inserting text with a large number of DOM elements.
    • Toggling paragraph marks now correctly maintains bookmark visibility.
    • Fixed a null reference exception that occurred on the server when downloading a document containing a chart.
    • Resolved endless selection issue when applying a toolbar tool to a text...

Released: Oct 22, 2025

Updates in 2025 Volume 3 SP1 (31.2.3)

Funktionen

  • Web DOCX Editor (JavaScript, Angular, React, Vue, ASP.NET Core & MVC)
    • Added support for asynchronous document loading in Document Editor.

Fehlerkorrekturen

  • Web DOCX Editor (JavaScript, Angular, React, Vue, ASP.NET Core & MVC)
    • Fixed the issue where suggestions in the spell check dialog were not updating after performing Ignore or Ignore All actions.
    • Corrected the find next behavior of the spell checker for pages that were not rendered.
    • Resolved a script error that occurred when...

Released: Oct 7, 2025

Updates in 2025 Volume 3 (31.1.23)

Fehlerkorrekturen

  • Web DOCX Editor (JavaScript, Angular, React, Vue, ASP.NET Core & MVC)
    • Fixed issue while inserting bookmark.
    • Resolved GetBookmark method is not returning the value properly.
    • Resolved the spell check issues with German words.
    • Fixed Duplicate Page Numbers in Compared document.
    • Resolved Alt text is not preserved on copy and paste.
  • Blazor DOCX Editor
    • Fixed issue while inserting bookmark.
    • Resolved GetBookmark method is not returning the value properly.
    • Resolved the spell check...

Released: Sep 10, 2025

Updates in 2025 Volume 3 (31.1.18)

Fehlerkorrekturen

  • PDF Library
    • .NET PDF Library
      • Fixed an issue where PDF redaction failed during multi-threaded execution due to a static collection in the Redaction extension.
      • Resolved an exception that occurred during the export of annotations with Color Space details.
      • Fixed an issue where the Find Text feature failed to return accurate results for specific documents.
      • Resolved an exception that occurred during the recreation and export of annotations.
      • Fixed an exception that occurred during the...

Released: Sep 5, 2025

Updates in 2025 Volume 3 (31.1.17)

Funktionen

  • Web DOCX Editor (JavaScript, Angular, React, Vue, ASP.NET Core, & MVC)
    • Retrieve revision content - The newgetContent() API in the revision module now allows developers to extract tracked changes as an HTML string. This feature can be used to display revision content, such as balloon text, within custom review interfaces, enhancing document review workflows.
    • Intercept paste event - The beforePaste event is now triggered before content is pasted into the Document Editor. It allows...