ta
TanStack
GitHub
form
Workspace
GitHub
CI Pipeline Executions
Filtered
Runs
Demo
Insights
Compare tasks
Analytics
Sign in
Toggle sidebar
Overview
⌘K
form
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
0c7fc980 docs(philosophy): clarify 'Three.js framework adapters' to 'Three.js renderers' (#2251) In the 'Controlled is Cool' section, the bullet on Non-DOM support said 'Three.js framework adapters'. Three.js is not a framework - it's a WebGL rendering library. The intended meaning was that TanStack Form's controlled-component approach works with non-DOM renderers, including Three.js. Replaced 'framework adapters' with 'renderers' to be accurate. Co-authored-by: Carlos Jimenez <cjimenez@r21digital.com>
by Carlos Jim...
C
Succeeded
2251
a445fd88 docs(philosophy): clarify 'Three.js framework adapters' to 'Three.js renderers' In the 'Controlled is Cool' section, the bullet on Non-DOM support said 'Three.js framework adapters'. Three.js is not a framework - it's a WebGL rendering library. The intended meaning was that TanStack Form's controlled-component approach works with non-DOM renderers, including Three.js. Replaced 'framework adapters' with 'renderers' to be accurate.
by Carlos Jim...
C
Succeeded
2252
356783f5 docs(lit): fix casing typos and broken syntax in quick-start The Lit framework quick-start had three bugs in the same file: 1. Line 6: 'create a \TanstackFormController\' (lowercase 's') in text. The class is named 'TanStackFormController' (capital 'S') per packages/lit-form/src/tanstack-form-controller.ts and is correctly cased on lines 16 and 40. Updated the text to match. 2. Line 16: 'new TanStackFormController()<Employee>(this, ...)'. The angle brackets form a separate call on the result of the constructor. The type parameter belongs on the constructor itself: 'new TanStackFormController<Employee>(this, ...)'. As written, this would not compile. 3. Line 28: 'the \ield\ method of \TanstackFormController\' (lowercase 's') in text. Same typo as line 6. All three are corrected in one commit.
by Carlos Jim...
C
Succeeded
main
17b1912f docs(installation): list all framework adapters in intro (#2250) The installation doc's intro listed only React, Vue, and Solid, but the adapter table immediately below includes six frameworks: React, Vue, Angular, Solid, Lit, and Svelte. Updated the intro to match the actual list of supported frameworks so newcomers don't think only three frameworks are supported. Co-authored-by: Carlos Jimenez <cjimenez@r21digital.com>
by Carlos Jim...
C
Previous
Next