Commit 981bd66
fix(spec): mirror highlightFields back onto compactLayout during transition
Browser dogfood of the rename found a live gap: metadata authored with the
canonical highlightFields key parsed to output WITHOUT compactLayout, so
current renderers that still read the old key (ObjectGrid default columns,
card compact views, vendored console) silently lost their curated field
list. The alias now mirrors both directions (canonical wins when both are
present); the back-fill is removed together with the deprecated key.
Verified end-to-end in a running app (app-todo, HMR console against the
worktree server): default list columns, mobile card fields, detail
highlight strip, stageField stepper, and field-group form sections all
render from the renamed keys.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 09f4234 commit 981bd66
2 files changed
Lines changed: 12 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
902 | 902 | | |
903 | 903 | | |
904 | 904 | | |
| 905 | + | |
| 906 | + | |
| 907 | + | |
905 | 908 | | |
906 | 909 | | |
907 | 910 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
905 | 905 | | |
906 | 906 | | |
907 | 907 | | |
908 | | - | |
| 908 | + | |
| 909 | + | |
| 910 | + | |
| 911 | + | |
| 912 | + | |
| 913 | + | |
909 | 914 | | |
910 | 915 | | |
911 | 916 | | |
| |||
920 | 925 | | |
921 | 926 | | |
922 | 927 | | |
| 928 | + | |
| 929 | + | |
| 930 | + | |
923 | 931 | | |
924 | 932 | | |
925 | 933 | | |
| |||
0 commit comments