Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: TanStack/form
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.19.0
Choose a base ref
...
head repository: TanStack/form
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 4 commits
  • 44 files changed
  • 6 contributors

Commits on Aug 10, 2025

  1. fix(form-core): infer formOptions parameter's type correctly (#1679)

    * fix(form-core): improve formOptions type preservation - WIP
    
    - Add TFormData generic parameter to formOptions function
    - Add test to verify listener type preservation with formOptions
    - Current implementation has intentional type issues for investigation
    
    * move tests to correct file, fix imports
    
    * fix(form-core): use generic for formOptions parameter instead
    
    * ci: apply automated fixes and generate docs
    
    * chore: add intersection to formOptions parameter for type inference
    
    ---------
    
    Co-authored-by: Adam Nicholson <adam.nicholson@flightcentre.com>
    Co-authored-by: LeCarbonator <18158911+LeCarbonator@users.noreply.github.com>
    Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
    4 people authored Aug 10, 2025
    Configuration menu
    Copy the full SHA
    628c5ef View commit details
    Browse the repository at this point in the history
  2. release: v1.19.1

    tannerlinsley committed Aug 10, 2025
    Configuration menu
    Copy the full SHA
    bba7cd2 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2025

  1. chore(deps): update all non-major dependencies (#1685)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 11, 2025
    Configuration menu
    Copy the full SHA
    2dd4b97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e092e2 View commit details
    Browse the repository at this point in the history
Loading