Skip to content

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 24 Mar 18:25
· 7 commits to main since this release
8a26830

Major Changes

  • 1ed12be: This package is now ESM only.

Patch Changes

  • bff637f: Fix object types not being shared across tabs. When a store contains ref-wrapped objects, cross-tab updates now correctly merge into the existing reactive object in-place rather than replacing it, preserving reactive references.