v0.6.2
Released: 2026-05-13
- Double-clicking the resize handle on a column header now correctly auto-fits the column to its widest visible content. In v0.5.17 through v0.6.1 the auto-fit measured the header’s
scrollWidth, which included the 4 px overhang of the absolutely-positioned.col-resize-handlechild. Each double-click added that overhang plus the 16 px padding constant to the column width, so the column grew monotonically instead of fitting. The fix measures the header’s text content directly via aRange, which excludes the handle’s bounding box. Reported during v0.6.1 hardware testing. (Partial fix; completed in v0.6.3.)