TanStack
OSS
form
Sign in / Sign up
Open main menu
form
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
83bb01c3 ci: Version Packages (#1960) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
21 days ago
by crutchcorn
c
Succeeded
main
3519cce6 fix: solid fields should not render every field on keystroke anymore (#1959) * fix: solid fields should not render every field on keystroke anymore Co-authored-by: Kevin Van Cott <kevinvandy656@gmail.com> * ci: apply automated fixes and generate docs * chore: fix lint --------- Co-authored-by: Kevin Van Cott <kevinvandy656@gmail.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
21 days ago
by crutchcorn
c
Succeeded
1959
13717b30 chore: fix lint
21 days ago
by crutchcorn
c
Succeeded
1959
151fbd71 fix: solid fields should not render every field on keystroke anymore Co-authored-by: Kevin Van Cott <kevinvandy656@gmail.com>
21 days ago
by crutchcorn
c
Succeeded
main
f786f079 ci: Version Packages (#1937) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 month ago
by crutchcorn
c
Succeeded
main
35921c9a fix(react-form): prevent array field re-render when child property changes (#1930) * fix(react-form): prevent array field re-render when child property changes Array fields with `mode="array"` were incorrectly re-rendering when a property on any array element was mutated. This was a regression introduced in v1.27.0 by the React Compiler compatibility changes. The root cause was that `reactiveStateValue` subscribed to the entire `state.value`, which changes whenever any child property changes. For array mode, this subscription now only tracks the array length, ensuring re-renders only occur when items are added or removed. - Modified `reactiveStateValue` to use array length selector for array mode - Updated `state.value` getter to return actual value from `fieldApi.state.value` - Removed redundant `useStore` subscription for array mode - Added test case to verify array field doesn't re-render on child changes Fixes #1925 * ci: apply automated fixes and generate docs --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 month ago
by crutchcorn
c
Succeeded
1934
931a48c0 Merge branch 'main' into main
1 month ago
by crutchcorn
c
Succeeded
main
c753d5ec fix(form-core): prevent double re-render when no async validators (#1929) * fix(form-core): prevent double re-render when no async validators Fields were re-rendering twice on each keystroke because `isValidating` was being toggled (true -> false) even when there were no async validators. This fix checks if there are actual async validators before setting `isValidating` state, preventing unnecessary re-renders. Fixes #1130 * ci: apply automated fixes and generate docs --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 month ago
by crutchcorn
c
Succeeded
main
e15267c4 ci: Version Packages (#1926) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 month ago
by crutchcorn
c
Succeeded
main
ebe09784 ci: Version Packages (#1918) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 month ago
by crutchcorn
c
Succeeded
main
c4283ae6 docs: Simplify focus-management example for invalid inputs (#1922) Refactor onSubmitInvalid to focus on invalid input directly.
1 month ago
by crutchcorn
c
Succeeded
main
9ce5f286 fix(react-form): ensure `FormApi.handleSubmit` returns a promise again (#1924) * fix(react-form): fix handleSubmit no longer returning a promise * Fix FormApi.handleSubmit to return a promise * ci: apply automated fixes and generate docs --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 month ago
by crutchcorn
c
Succeeded
1890
24468580 chore: attempt to fix Start and Remix as well
1 month ago
by crutchcorn
c
Failed
1890
3c369dfa Merge branch 'main' into fix-ssr-issue # Conflicts: # examples/react/next-server-actions/package.json
1 month ago
by crutchcorn
c
Succeeded
main
6a5e1c1a fix(react-form): fix server hydration issues (#1913) * fix(react-form): fix cache components support Attempts to resolve #1907 Removes `Math.random()` introduced in #1893 from the hot path allowing the page to be pre-built with a a user provided form id. source: https://nextjs.org/docs/app/getting-started/cache-components#non-deterministic-operations * generate changeset * Change to patch * feat: use useId on React 18+ with a fallback to uuid on React 17 * chore: incredible review feedback * update changelog * chore: rename file * import correctly * return a stable UUID reference * chore: switch from useMemo to useState * ci: apply automated fixes and generate docs --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 month ago
by crutchcorn
c
Succeeded
main
e82f0a8b ci: Version Packages (#1904) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2 months ago
by crutchcorn
c
Succeeded
main
3b080ec1 fix: React adapter behavior has now been fixed (#1903) * fix: React adapter behavior has now been fixed Closes #1901 * chore: add changeset * ci: apply automated fixes and generate docs * fix: handleSubmit handled too --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2 months ago
by crutchcorn
c
Succeeded
1903
f9dec49a Merge branch 'critical-react-adapter-fix' of https://github.com/TanStack/form into critical-react-adapter-fix
2 months ago
by crutchcorn
c
Succeeded
1903
9a1174ad chore: add changeset
2 months ago
by crutchcorn
c
Succeeded
main
92896df3 docs(svelte): remove runes references (#1894) * docs(svelte): remove runes references * ci: apply automated fixes and generate docs --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2 months ago
by crutchcorn
c
Previous page
Previous
Next
Next page