Syncfusion Essential Studio DOCX Editor SDK のリリース
Released: Dec 16, 2025
2025 Volume 4 (32.1.19) での更新項目
機能
- Blazor DOCX Editor
- Asynchronous document loading - Enables documents to load asynchronously without blocking the user interface, allowing users to interact with other parts of the web page while the document is loading. When the document is loading, the progress indicator will be displayed and users can perform other tasks. It unblocks the main thread during network latency, improving overall application responsiveness.
- Ignore uppercase in spell check - Allows users to skip spell checking for...
Released: Nov 25, 2025
2025 Volume 3 SP2 (31.2.15) での更新項目
不具合の修正
- Web DOCX Editor (JavaScript, Angular, React, Vue, ASP.NET Core & MVC)
- Fixed a script error that occurred when deleting content inside a table cell.
- Resolved an issue where inline editing did not work for Date or Number form fields.
- Resolved an issue where updating a checkbox form field did not navigate to the corresponding position.
- Fixed issues with the spell check "Ignore" and "Ignore All" actions.
- Fixed an issue when viewing HTML documents in the Document Editor.
- Blazor DOCX Editor...
Released: Nov 18, 2025
2025 Volume 3 SP2 (31.2.12) での更新項目
不具合の修正
- Web DOCX Editor (JavaScript, Angular, React, Vue, ASP.NET Core & MVC)
- Fixed an issue where the table fill color was not applied correctly.
- Resolved loss of alignment, line spacing, and font settings.
- Corrected cell width after merge operations.
- Ctrl+F now opens the Find pane as expected.
- "No Color" highlight option now shows a pointer cursor like other buttons.
- Corrected superscript formatting when typing a comma.
- Undo now restores the original bullet-point formatting.
- Spell-check...
Released: Nov 12, 2025
2025 Volume 3 SP1 (31.2.10) での更新項目
不具合の修正
- 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.
- Fixed...
Released: Nov 4, 2025
2025 Volume 3 SP1 (31.2.5) での更新項目
不具合の修正
- 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 elements via...
Released: Oct 28, 2025
2025 Volume 3 SP1 (31.2.4) での更新項目
不具合の修正
- 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 selection.
- Font...
Released: Oct 22, 2025
2025 Volume 3 SP1 (31.2.3) での更新項目
機能
- Web DOCX Editor (JavaScript, Angular, React, Vue, ASP.NET Core & MVC)
- Added support for asynchronous document loading in Document Editor.
不具合の修正
- 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 updating styles...
Released: Oct 7, 2025
2025 Volume 3 (31.1.23) での更新項目
不具合の修正
- 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 issues with...
Released: Sep 10, 2025
2025 Volume 3 (31.1.18) での更新項目
不具合の修正
- 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 export of...
Released: Sep 5, 2025
2025 Volume 3 (31.1.17) での更新項目
機能
- 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...