$ the-wire · showcase
phx.new templates pin a Tailwind CLI that fails on macOS, LiveView starts 1.3.0-dev
By RepoJournal · Filed · About Elixir & Phoenix · Composed from the cited sources · methodology
Newly generated Phoenix apps ship a Tailwind CLI build whose macOS arm64 binary won't run, while LiveView opens the 1.3.0 development line.
Bump Tailwind CLI in phx.new templates to 4.3.3 (#6845) phoenixframework/phoenix
Templates now pin the Tailwind CLI to 4.3.3 instead of 4.3.0, whose macOS arm64 binary fails code signature validation and is killed on macOS 27. On that combination `mix phx.server` never builds priv/static/assets/css/app.css, so a freshly generated app renders unstyled; the upstream fix landed in 4.3.1. Regenerating from the updated templates is the fix for projects created before this commit.
Start 1.3.0-dev phoenixframework/phoenix_live_view
Steffen Deusch opened the 1.3.0 development branch, moving LiveView off the 1.2 line. No feature or breaking-change detail accompanies the branch start, so treat it as the beginning of the cycle rather than something to adopt yet.
Action items
- → Regenerate or re-pin the Tailwind CLI in phx.new projects to 4.3.3 (or newer) if you develop on macOS 27 phoenixframework/phoenix [plan]