# Changelog
All notable changes to this project are documented here. The format is based on
[Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.1.0] - 2026-06-22
### Added
- `use LiveConnected` — defers a LiveView's `mount/3` and `handle_params/3`
until the socket connects, rendering a skeleton on the dead render.
- `enabled: false` opt-out to run everything in both phases.
- Default `loading/1` skeleton and `LiveConnected.Skeletons` (`card/1`,
`table/1`, `list/1`) function components.
- Dependency-free `priv/static/live_connected.css` with a CSS-only shimmer that
respects `prefers-reduced-motion`.
- Compile-time warning when a LiveView has no `render/1` to wrap.