TL;DR

Phoenix LiveView 1.2 has been officially released, adding colocated CSS capabilities and small enhancements. Developers can now embed CSS directly within HEEx templates, with ongoing work on CSS scoping support.

Phoenix LiveView 1.2.0 has been officially released, introducing colocated CSS support and other improvements, enabling developers to embed CSS directly within HEEx templates.

The new version, LiveView 1.2, builds on previous work by allowing developers to colocate CSS in HEEx templates, similar to how colocated JavaScript is handled. This is achieved through the use of the :type attribute, which extracts CSS content into a dedicated folder during compilation, facilitating integration with bundlers like Tailwind or Esbuild.

One of the key features is the potential for CSS scoping using the @scope rule, which allows rules to apply only within specific component boundaries. However, full browser support for @scope is limited at this time. The LiveView team has implemented an opt-in configuration for scoping via a new compile-time setting, but actual scoping functionality remains experimental and not shipped by default.

In addition to CSS features, LiveView 1.2 introduces several smaller enhancements: a new behavior for formatting

You May Also Like

Upcoming breaking changes for npm v12

npm v12 will introduce security-focused default changes, blocking scripts and dependencies unless explicitly allowed, with release expected in July 2026.

The Skills Marketplace, Six Months Later: Predicted vs Actual

Six months into the skills marketplace’s emergence, this report compares initial predictions with actual developments, highlighting growth, fragmentation, and monetization challenges.

Podman V6.0.0

Podman v6.0.0 is now available, introducing new features and improvements for container management. Here’s what is confirmed and what remains to be seen.

Opus 4.8 and the New Test for AI Coding Agents: Honesty Under Pressure

Opus 4.8 is framed as a reliability release for coding agents, with new attention on silent failures, audits and enterprise trust.