Skip to content

Commit 292de34

Browse files
feat: Svelte composition api (#1713)
* chore: initial work to add composition api to svelte * chore: more fixes on types, maybe * chore: more work on the Svelte composition adapter * chore: rename from Hook to Rune * chore: attempt to finalize Svelte composition support * chore: add tests and fix issues with usage * ci: apply automated fixes and generate docs * chore: fix linting * chore: fix knip * ci: apply automated fixes and generate docs * chore: fix issues with type imports * chore: add large form examples * docs: add form composition docs * chore: rename API to `createFormCreator` Thank you Rich! https://bsky.app/profile/rich-harris.dev/post/3m6wsp2odls2j * chore: add changeset --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent 4e92a91 commit 292de34

34 files changed

+1337
-5
lines changed

.changeset/tiny-badgers-swim.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@tanstack/svelte-form': minor
3+
---
4+
5+
Add createFormCreator API

0 commit comments

Comments
 (0)