TanStack
OSS
form
Sign in / Sign up
Open main menu
form
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
main
808f158b Form Groups (#2128) * feat: initial work on FormGroupApi in core * chore: initial (and wrong) per-form-group-validation This is wrong because instead of keeping the state inside of `FormGroupApi` itself, we need to follow the same pattern of `FieldApi` and keep the state in `FormApi` and reference that state in a derived way. * chore: create a common FieldLikeAPI to adopt in form groups shortly * chore: implement FieldLike API on FormGroup * chore: revert changes to FormApi validation logic * chore: fix type issues with validation kind * chore: minor fixes * Revert "chore: revert changes to FormApi validation logic" This reverts commit 756ddf840210853ba0feb4ba4c94548e55a09cd9. * chore: filter fields to validate in formgroup * chore: improve store * chore: fix tests * chore: fix another test * chore: add submitmeta test * ci: apply automated fixes and generate docs * chore: add FormLike methods to FormGroup * chore: add type tests * chore: fix build * chore: fix type tests * ci: apply automated fixes and generate docs * chore: export two missing items * chore: add new interop FormGroupOptions type * chore: initial implement of useFormGroup in React * ci: apply automated fixes and generate docs * chore: add formGroup to useForm * chore: add initial React implementation tests * ci: apply automated fixes and generate docs * chore: add type tests for React adapter * ci: apply automated fixes and generate docs * chore: fix eslint * ci: apply automated fixes and generate docs * chore: add multi-step wizard * ci: apply automated fixes and generate docs * fix: handle resubmissions * fix: validate on resubmit * feat: add better onDynamic handling to FormGroupApi * chore: first attempt to fix onDynamic change handling on groups * chore: attempt 2 * chore: attempt 3 * chore: attempt 4 * Revert "chore: attempt 4" This reverts commit 7546f08b948b24f607df98fd43a149e843e61754. * chore: finalize fixing form errors * chore: fix eslint * chore: regenerate lockfile * ci: apply automated fixes and generate docs * docs: update the wizard example * ci: apply automated fixes and generate docs * chore: initial work on Vue FormGroup API * ci: apply automated fixes and generate docs * chore: revert useContext changes * feat: add preact form group * chore: fix tests and export names * chore: add Preact wizard demo * feat: add FormGroup support for Solid adapter * chore: add formgroup tests for Solid * chore: add type tests for Solid * ci: apply automated fixes and generate docs * chore: add Solid group example * ci: apply automated fixes and generate docs * chore: fix test * feat: add FormGroup impl to Svelte * ci: apply automated fixes and generate docs * chore: add formGroup tests for Svelte * ci: apply automated fixes and generate docs * chore: add Svelte example * chore: fix sherif * feat: add Lit FormGroup API * chore: add Lit FormGroup tests * chore: refactor Lit tests * ci: apply automated fixes and generate docs * feat: implement FormGroup in Angular * chore: add FormGroup Angular spec * ci: apply automated fixes and generate docs * feat: add withForm feature to Angular * chore: update Angular large-form example to use new `withForm` API * docs: add docs to Angular withForm example * chore: add changeset * chore: fix knip * chore: initial multi-step-wizard Angular example * chore: update the multi-step-wizard to use new API * chore: add multi-step-wizard example to Lit * ci: apply automated fixes and generate docs * chore: add Vue example * chore: fix CI * chore: update to use Testing Library * chore: make tests more Testing Library-y * fix: isSubmitting now works with FormGroup Thank you @gaganref! * chore: fix Lit warning * ci: apply automated fixes and generate docs * chore: add currently failing tests * fix: handle validation better in form groups * chore: add test for duped group schema * chore: update `form` error field to `group` * chore: fix CI * ci: apply automated fixes and generate docs * chore: add test for isGroupValid and isFieldsValid * ci: apply automated fixes and generate docs * chore: refactor FormGroup to core * chore: refactor Lit Form to use Lit Store properly * chore: fix eslint * ci: apply automated fixes and generate docs * chore: remove temp changeset * docs: initial docs for React adapter * docs: add multi-step-wizard examples to docs site * docs: add form group state docs for React * docs: mirror React docs to Preact * docs: add Solid docs * docs: add Vue docs * ci: apply automated fixes and generate docs * docs: add groups docs for Svelte * docs: add groups docs for Lit * docs: add groups docs for Angular * fix: handle issue with field group names * ci: apply automated fixes and generate docs * chore: fix CI * chore: remove onXListenTo APIs * chore: add onMount errors to groups * chore: add onChange listeners to form * chore: handle group validation async cleanup, onmount listener, et al * chore: fix Group change listeners * chore: add changeset --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
by Corbin Cru...
C
Succeeded
2128
bd23839c chore: fix Group change listeners
by Corbin Cru...
C
Succeeded
2128
bd23839c chore: fix Group change listeners
by Corbin Cru...
C
Succeeded
2128
b81ecee7 chore: fix CI
by Corbin Cru...
C
Failed
2128
bf118348 fix: handle issue with field group names
by Corbin Cru...
C
Canceled
2128
bf118348 fix: handle issue with field group names
by Corbin Cru...
C
Succeeded
2128
f8c2a727 docs: add groups docs for Angular
by Corbin Cru...
C
Succeeded
2128
c028bbf6 Merge branch 'main' into form-group # Conflicts: # examples/react/next-server-actions-zod/package.json # examples/react/next-server-actions/package.json # examples/react/remix/package.json # pnpm-lock.yaml
by Corbin Cru...
C
Succeeded
main
120473e2 Fix trusted provenance (#2194) * chore: add items to trust policy * chore: upgrade Changesets * chore: upgrade PNPM * chore: fix other TS values * chore: use better Next version * chore: upgrade TSC to 5.9 and Angular to 21 * chore: regenerate PNPM lock * chore: fix TSC usage across-the-board * ci: apply automated fixes and generate docs --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
by Corbin Cru...
C
Succeeded
2194
28398c99 chore: fix TSC usage across-the-board
by Corbin Cru...
C
Succeeded
2194
28398c99 chore: fix TSC usage across-the-board
by Corbin Cru...
C
Succeeded
2128
85bab27b docs: add Vue docs
by Corbin Cru...
C
Canceled
2128
85bab27b docs: add Vue docs
by Corbin Cru...
C
Succeeded
2187
2a8398c9 Merge branch 'main' into renovate/tanstack-config-digest
by Corbin Cru...
C
Succeeded
2152
5ca4c184 Merge branch 'main' into faster-make-path-array
by Corbin Cru...
C
Succeeded
main
6f6f85ce chore: add CODEOWNERS file (#2177)
by Corbin Cru...
C
Succeeded
2177
49115457 chore: add CODEOWNERS file
by Corbin Cru...
C
Failed
pnpm-upgrade
eae92787 chore: missing builds
by Corbin Cru...
C
Failed
ci/add-zizmor
56145f11 Update .github/workflows/pr.yml
by Corbin Cru...
C
Failed
ci/add-zizmor
ef8f98e3 ci: clarify release checkout credentials
by Corbin Cru...
C
Previous page
Previous
Next
Next page