Skip to content

v0.5.0

Latest

Choose a tag to compare

@rutbergphilip rutbergphilip released this 25 Feb 22:50
· 7 commits to main since this release

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 detached option to useAction composable
  • 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:block override on Shiki .line spans
  • Update hero badge text for v0.5.0

Full Changelog: v0.4.1...v0.5.0