Skip to content

v1.22.0

Latest

Choose a tag to compare

@github-actions github-actions released this 05 Aug 21:18

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 over resources/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 rem now tracks --spacing (#14) — the switch track height, the calendar day-cell size and both sidebar-provider widths. 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