Releases: exusr/fluent-editor
Releases · exusr/fluent-editor
1.0.6
1.0.5
1.0.5
- Fixed HTML import losing spaces around links — whitespace is now preserved by buffering consecutive text nodes before collapsing
- Fixed ODT import always assigning index 1 to ordered list items — now correctly increments item indices (1, 2, 3...)
- Fixed HTML import creating phantom empty paragraphs inside list items caused by trailing whitespace after
</ul>/</ol> - Fixed HTML import parsing of
<img>tags, inline styles (fontSize,color), list indentation, andlistTypefor<ul>elements - Fixed ODT/DOCX import compilation errors related to
FluentCellandFluentImageconstructor usage - Fixed type-checking order in export services —
Linknodes are now correctly handled beforeParagraph/Fragmentchecks - Fixed HTML import
<a>tag reconstruction preserving URL and inner text - Fixed HTML import ordered list type detection from actual XML structure instead of style name string matching
- Various other bugfixes and stability improvements across import/export services
- Performance optimization