What's Changed
Detached mode for navigation-safe fetches — New detached option for useAction that keeps requests alive even when the calling component unmounts or the user navigates away. Perfect for fire-and-forget operations like analytics, logging, or background saves.
- Add
detachedoption touseActioncomposable - Requests continue running independently of component lifecycle
- Documentation added to guide and API reference
Docs & fixes
- Fix double-spaced code blocks on landing page
- Fix Nuxt UI
display:blockoverride on Shiki.linespans - Update hero badge text for v0.5.0
Full Changelog: v0.4.1...v0.5.0