Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
10 changes: 10 additions & 0 deletions .changeset/petite-actors-lie2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
'@tanstack/angular-store': minor
'@tanstack/preact-store': minor
'@tanstack/svelte-store': minor
'@tanstack/solid-store': minor
'@tanstack/vue-store': minor
'@tanstack/store': minor
---

feat: introduce more frameworks hooks for other non-react adapters
15 changes: 15 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ dist
.env.test.local
.env.production.local
.next
.angular/*
.cache/*

npm-debug.log*
yarn-debug.log*
Expand All @@ -41,3 +43,16 @@ stats.html

vite.config.js.timestamp-*
vite.config.ts.timestamp-*

examples/angular/atoms/.angular/cache/*
examples/angular/atoms/.angular/cache/21.2.7/atoms/angular-compiler.db
examples/angular/atoms/.angular/cache/21.2.7/atoms/angular-compiler.db-lock
examples/angular/store-actions/.angular/cache/21.2.7/store-actions/.tsbuildinfo
examples/angular/store-actions/.angular/cache/21.2.7/store-actions/angular-compiler.db
examples/angular/store-actions/.angular/cache/21.2.7/store-actions/angular-compiler.db-lock
examples/angular/store-context/.angular/cache/21.2.7/store-context/.tsbuildinfo
examples/angular/store-context/.angular/cache/21.2.7/store-context/angular-compiler.db
examples/angular/store-context/.angular/cache/21.2.7/store-context/angular-compiler.db-lock
examples/angular/stores/.angular/cache/21.2.7/stores/.tsbuildinfo
examples/angular/stores/.angular/cache/21.2.7/stores/angular-compiler.db
examples/angular/stores/.angular/cache/21.2.7/stores/angular-compiler.db-lock
Loading
Loading