v1.0.5 - Sundress
v1.0.5 - Sundress — 2026-05-08
Still gotta work on my meta packaging. sorry. 1.0.5
Changed
- Per-column header icons now hide on opt-out instead of rendering disabled — columns with
sortable: false,enableSorting: false, orenableGrouping: falseno longer render their sort or group buttons in the header, matching the legacy ui-gridng-ifhide pattern and the existing pin behavior. The grid-levelenableSorting/enableGroupingmaster flags still gate the entire feature. - npm publish pipeline now mirrors the runtime dependency graph — the web suite publishes as
core → vanilla → {react, angular}, with the React and Angular jobs waiting onpublish-vanillaand polling the registry for the vanilla tarball before building. - The grid now resizes properly and tracks scrolling properly based on the old grid behavior.
Fixed
- Per-column
enableCellEdit: falseis now honored when the grid is globally enabled —VanillaGridController.beginCellEditguards onisCellEditable, so opted-out columns can no longer enter edit mode via double-click, F2, Enter, printable keys, or the post-Tab/EnterresumeEdithop. Brings the vanilla and Angular hosts in line with the React wrapper, which already enforced this.