Skip to content

1.0.5

Choose a tag to compare

@exusr exusr released this 15 Jun 10:41
· 1 commit to main since this release

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, and listType for <ul> elements
  • Fixed ODT/DOCX import compilation errors related to FluentCell and FluentImage constructor usage
  • Fixed type-checking order in export services — Link nodes are now correctly handled before Paragraph/Fragment checks
  • 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