All notable changes to this project are documented here. The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[0.1.0] - 2026-06-22
Added
use LiveConnected— defers a LiveView'smount/3andhandle_params/3until the socket connects, rendering a skeleton on the dead render.enabled: falseopt-out to run everything in both phases.- Default
loading/1skeleton andLiveConnected.Skeletons(card/1,table/1,list/1) function components. - Dependency-free
priv/static/live_connected.csswith a CSS-only shimmer that respectsprefers-reduced-motion. - Compile-time warning when a LiveView has no
render/1to wrap.