RepoJournal
Elixir & Phoenix Elixir & Phoenix
107 wires and counting

$ follow Elixir & Phoenix

Keep up with Elixir & Phoenix in about 3 minutes: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

fair warning: these emails are deeply technical. diffs, version numbers, CVEs, benchmark deltas. if that's not your idea of a good read, this isn't your newsletter.

Folds into your digest — weekly by default, monthly if you prefer. Unsubscribe in one click.

$ status

wire 2026-09-18
stories 3

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ 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

by Wu Shuwen

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

by Steffen Deusch

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.

Quick answers

What shipped in Elixir & Phoenix on September 18, 2026?
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. In total, 2 commits and 1 pull requests landed.
Who contributed to Elixir & Phoenix on September 18, 2026?
2 developers shipped this update, including Wu Shuwen and Steffen Deusch.
What were the notable Elixir & Phoenix updates?
Bump Tailwind CLI in phx.new templates to 4.3.3 (#6845) and Start 1.3.0-dev.