Skip to content

v2.14.0

Choose a tag to compare

@github-actions github-actions released this 03 Jul 12:59

[2.14.0] - 2026-07-03

Added

  • Column-width fit (M10 follow-on): apply_table_ops gains two ops — set_column_widths (explicit logical column widths, merge-aware) and autofit_columns (rebalance widths to content: widen content-heavy columns, narrow light ones, table total preserved) so long text is not cramped in a narrow column. Both are byte-preserving (cellSz only). Backed by hwpx.table_patch (python-hwpx ≥ 2.22.0).

Changed

  • python-hwpx>=2.22.0 (column-width fit).