Skip to content

[1.0.33] - 2026-02-22

Latest

Choose a tag to compare

@vothanhdat vothanhdat released this 22 Feb 06:11
· 1 commit to master since this release
aeb078d

What's Changed

  • Added StateScopeProvider component for isolated nested state — allows subtrees to mount their own independent store instance, preventing state leakage between siblings or nested consumers.
  • Re-exported StateScopeProvider from the package entrypoint (src/index.ts).
  • Rewrote README and API documentation for clarity and impact; fixed example imports and corrected AutoRootCtx usage docs.
  • Added AI_CONTEXT.md with guidelines on preferred patterns and API usage for AI-assisted development.

Full Changelog: v1.0.32...v1.0.33