Skip to content

v1.1.0

Choose a tag to compare

@idootop idootop released this 26 Aug 10:20
· 20 commits to main since this release
8ba9862

✨ Features

  • useBox - Introduces a Vue-like ref API for easy local store creation
  • useProvide / useInject - Implements Vue's provide / inject pattern for dependency injection, allowing parent components to provide values to descendants without prop drilling

🔄 Breaking Changes

  • useStoreValueuseStore - Renamed for consistency