Synap Editor 3.1.0
Released: 2024. 11. 15
Synap Editor 3.1.0 has been released with group object editing and a document history comparison plugin.
Highlights
1. Grouping / ungrouping
You can now group and ungroup objects (shapes, images, videos, etc.) that are not "treated as text".
- Group — Multi-select objects (not treated as text). The group icon becomes active; click to group them.
- Ungroup — Select the grouped object. The ungroup icon becomes active; click to ungroup.
- Edit group — Click the group properties icon to open a popup where you can edit angle, position, display, and "treat as text" properties.
2. Document history comparison plugin
A new plugin for managing per-document version history. Click the history icon to open the comparison view, browse saved versions, and toggle compare mode to see what was modified, added, and removed between versions.
3. Rotation for "treated as text" objects
Shapes, images, videos, and other objects with "treated as text" enabled can now be rotated freely.
4. Improved line-shape selection
The hit area for line shapes and shapes without a background fill has been enlarged to make selection easier.
5. New destroy() API
A new function to remove editor event listeners and references, preventing memory leaks.
editor.destroy();
See: destroy
6. Option to preserve edit-area size on import
A new setting keeps the current edit area dimensions when importing HWP / DOCX / XLSX / PPTX documents.
// synapeditor.config.js
'editor.import.keepContentsSize': true
true— keep the current edit area size when importingfalse— adjust the edit area to the imported document's size