Phoenix LiveView 1.2 Released
6 hours ago
- #web-development
- #phoenix-liveview
- #elixir
- Phoenix LiveView 1.2 released on June 10th, 2026.
- Colocated CSS allows styling within HEEx templates, similar to Colocated Hooks and JavaScript.
- CSS is extracted at compile time into a '_build' directory for bundler processing.
- Scoping via the '@scope' rule is supported but not default due to limited browser support.
- New features include HTML formatting for tags, automatic JS struct encoding, and configurable debug annotations.
- Update requires changing version to '~> 1.2.0' in mix.exs.