This is a major release which includes several new features.
A detailed description is here: http://www.aspose.com/documentation/visual-components/aspose.editor-for-.net/whats-new-in-version-3-0.html
New Features:
- Tables. Many features are supported, including automatic width calculation and nested tables. There is new table properties dialog. User can insert new table, change its structure and properties.
- Shading and borders. Now shading and borders are rendered. There is a new dialog for changing shading and borders.
- Paragraph rules, e.g. Widow/Orphan control. Paragraph format dialog was updated.
- All section break types, e.g. Even Page, and Column Balancing.
- Plug-in modules. Now client editor control can be customized by loading plug-in modules, there is no need to create additional control on the page for this purpose.
- Recovery. If control throws application may attempt to recover the document.
- Full support for DOCX/DOCM. Documents can now be opened and saved.
- New public methods which use base64 client document stream encoding. This feature simplifies implementing custom send/receive channels in java script on a web page. This is useful if session cookies cannot be passed to the editor in conjunction with forms authentication.
- Server control now supports embedding custom control tag on a page. This feature enables wrapping client control with custom user control which simplifies development when editor needs to provide public COM interfaces.
- New Zoom dialog. Also appearance of the UI was improved. Menus now display shortcuts. Style dialog will show tool tips. All fields which are used to enter width or height values will provide units of measure hint, e.g. "pt".
Fixed since 2.3.0:
- 252 - Exception if document contains zero height font formatting;
- 247 - Drag & drop of hyperlink throws exception;
- All issues on version 2.3.0 reported by customers through support forum;