Changelog
โ
To maintain code synchronization with Umo Editor, Umo Editor Next adopts the same major version number as Umo Editor, starting directly from v6.0.0.
๐ v8.1.0
- Enhanced table features, including custom border styles, themes, cell colors, attribute settings, drag-and-drop row/column resizing, drag-and-drop table resizing, quick selection of entire tables or rows/columns, and quick addition of rows or columns. See Enhanced Table Features for details;
- Added template management functionality, including creating, managing, and using document templates. See Template Management for details;
- Various minor optimizations and adjustments.
Umo Editor Server Updates
- Added example API endpoints for Umo Editor Nextโs template managementโcreate, manage, and apply document templates. See Example APIs for details.
- Introduced a document-thumbnail endpoint that returns a preview image of any document. See Import & Export for details.
- Various minor improvements and tweaks.
๐ v8.0.0
- Synchronized code changes with the open-source version of Umo Editor. For detailed changelog, see: Umo Editor v8.0.0 and Umo Editor v8.1.0;
- Added PlantUML support, enabling direct insertion and editing of PlantUML diagrams in Umo Editor Next. See PlantUML;
- Added Flowchart support, enabling direct insertion and editing of Flowchart diagrams in Umo Editor Next. See Flowchart;
- Added AI-generated content labels (following national standards) in AI chat assistant dialog boxes;
- Deep thinking process is now hidden in AI chat assistant when not selected;
- Enhanced export quality for Word documents, HTML, PDF, and images;
- Fixed an issue where exportImage returns
undefinedwhendownloadis set tofalse; - Fixed pagination style issues during export and printing;
- Various improvements and optimizations.
Umo Editor Server Updates
- Added static file routing, including static resources for
Umo Editor Nextand@umoteam/editor-external; - Added Docker image packaging and related support, see Deploy with Docker;
- Fixed image export failure issues;
- Locked version dependencies to resolve errors caused by dependency updates;
- Improved Word document import quality;
- Various improvements and refinements.
๐ v7.1.1
- Fixed various issues.
๐ v7.1.0
New Features
- Added
serverconfiguration option and removed other server-related configurations to simplify and unify configuration; - Added Office and WPS document import functionality, supporting formats such as doc, docx, xls, xlsx, ppt, pptx, odp, odt, ods, rtf, wps, et, dps, which can be further extended in Umo Editor Server;
- Added import and export functionality for Umo Editorโs proprietary document format (.umo).
Umo Editor Server Updates
- Added support for importing Office documents, including formats: doc, docx, xls, xlsx, ppt, pptx, odp, odt, ods, rtf, wps, et, dps;
- Various improvements and optimizations.
๐ v7.0.0
New Features
- Added multi-user collaboration editing feature;
- Added AI document assistant feature;
- Added document comments (comments) feature;
- Added export HTML page feature;
- Added Word document export feature;
- Added server-side export PDF document feature;
- Added server-side export image feature;
- Added export to Markdown document feature;
- Added export to text document feature;
- Added toolbar extension feature;
- Added sidebar extension feature;
- Enhanced Markdown support;
- Added icon insertion and editing feature.