GroupDocs.Editor for .NET 19.10.1 Release Notes
This page contains release notes for GroupDocs.Editor for .NET 19.10.1
Major features
GroupDocs.Editor for .NET version 19.10.1 is a hot-fix for the previous release 19.10, which contains fixes for several critical bugs and also minor improvements.
Bugs
- When performing full roundtrip without editing in Presentation document in trial mode, an exception is thrown.
- In some cases there are undisposed resources in the EditableDocument class even after calling the “Dispose()” method.
- Bindings for Aspose components are missed in 19.10.
Improvements
Improved XML-comments for the GroupDocs.Editor.Editor main class.
Full List of Issues Covering all Changes in this Release
Key | Summary | Category |
---|---|---|
EDITORNET-1320 | Exception during roundtrip in Presentation module in trial mode | Bug |
EDITORNET-1353 | Undisposed resources in EditableDocument class | Bug |
EDITORNET-1354 | Missing bindings for Aspose components | Bug |
EDITORNET-1355 | Improve XML-comments in the Editor class | Improvement |
Public API and Backward Incompatible Changes
This section lists public API changes that were introduced in GroupDocs.Editor for .NET 19.10.1. It includes not only new and obsoleted public methods, but also a description of any changes in the behavior behind the scenes in GroupDocs.Editor which may affect existing code. Any behavior introduced that could be seen as a regression and modifies existing behavior is especially important and is documented here.
- None