Both items come from @cmdevpe running 1.21.0 against a real 181-file install — thanks.
Added
-
blatui:update --ignore-whitespace(#11). If your project runs Pint or Prettier overresources/views, the formatter has rewritten the layout of every component you copied, and all of them read as changed — 21 of 31 in the first real-world run. Those are now counted separately as same content, reformatted, and the flag treats them as up to date.php artisan blatui:update --dry-run --ignore-whitespace
The default stays byte-exact. The flag forgives layout only: reordered Tailwind classes or flipped quotes still read as drift, because nothing tells them apart from a real edit.
Changed
- Geometry that was hardcoded in
remnow tracks--spacing(#14) — theswitchtrack height, thecalendarday-cell size and bothsidebar-providerwidths. Identical at Tailwind's default--spacing: .25rem, so nothing moves unless you change the spacing scale.
Full notes in the CHANGELOG.
Full Changelog: v1.21.0...v1.22.0