Skip to content

Releases: TanStack/store

@tanstack/vue-store@0.9.3

25 Mar 17:43
0019297

Choose a tag to compare

Patch Changes

  • Updated dependencies [d8b51a7]:
    • @tanstack/store@0.9.3

@tanstack/svelte-store@0.10.3

25 Mar 17:43
0019297

Choose a tag to compare

Patch Changes

  • Updated dependencies [d8b51a7]:
    • @tanstack/store@0.9.3

@tanstack/store@0.9.3

25 Mar 17:43
0019297

Choose a tag to compare

Patch Changes

  • Improve tree-shaking of alien-signals (#297)

@tanstack/solid-store@0.9.3

25 Mar 17:43
0019297

Choose a tag to compare

Patch Changes

  • Updated dependencies [d8b51a7]:
    • @tanstack/store@0.9.3

@tanstack/react-store@0.9.3

25 Mar 17:43
0019297

Choose a tag to compare

Patch Changes

  • Updated dependencies [d8b51a7]:
    • @tanstack/store@0.9.3

@tanstack/preact-store@0.11.3

25 Mar 17:43
0019297

Choose a tag to compare

Patch Changes

  • Updated dependencies [d8b51a7]:
    • @tanstack/store@0.9.3

@tanstack/angular-store@0.9.3

25 Mar 17:43
0019297

Choose a tag to compare

Patch Changes

  • Updated dependencies [d8b51a7]:
    • @tanstack/store@0.9.3

@tanstack/vue-store@0.9.2

07 Mar 15:57
70d72c7

Choose a tag to compare

Patch Changes

  • Updated dependencies [84dc3eb]:
    • @tanstack/store@0.9.2

@tanstack/svelte-store@0.10.2

07 Mar 15:57
70d72c7

Choose a tag to compare

Patch Changes

  • Updated dependencies [84dc3eb]:
    • @tanstack/store@0.9.2

@tanstack/store@0.9.2

07 Mar 15:57
70d72c7

Choose a tag to compare

Patch Changes

  • Fix a regression where mutable atoms could be updated internally with no updater and have their snapshot replaced with undefined. (#289)

    Mutable atoms now ignore internal no-argument _update() calls, while computed atoms keep existing recomputation behavior. This prevents external-store state from disappearing during reactive graph cleanup.