Skip to content

v10.3.6

Choose a tag to compare

@ItMeDiaTech ItMeDiaTech released this 23 Mar 05:49
· 39 commits to main since this release

What's Changed

Fixed

  • Image border round-trip: spurious black borders removed — Parsed image borders without an explicit fill no longer gain a default black solidFill schemeClr tx1 on save. The generator now distinguishes parser-created borders from programmatic setBorder() calls.
  • Image border round-trip: zero-width a:ln preserved — Zero-width or absent-width <a:ln> elements (including Word's explicit "no border" declaration) are now preserved via raw XML passthrough instead of being silently dropped.
  • Image border round-trip: spPr-level a:noFill preserved — Shape property <a:noFill/> is now preserved independently from border presence.
  • Performance benchmark thresholds relaxed — Timing-sensitive performance benchmarks no longer flake under load.

Added

  • ensureTopLinksAbove1x1Tables() — New Document method that automatically inserts "Top of the Document" hyperlinks above 1x1 tables that are missing them (skips the first 1x1 table). Idempotent, with configurable display text and formatting.

Statistics

  • 148 test suites, 3,171 tests passing
  • 120 source files