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: react-hook-form/react-hook-form
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.62.0
Choose a base ref
...
head repository: react-hook-form/react-hook-form
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.64.0
Choose a head ref
  • 16 commits
  • 58 files changed
  • 9 contributors

Commits on Aug 8, 2025

  1. 🐞 fix: use field name to update isValidating fields (#13000)

    * fix: use field name to update isValidating fields
    
    * test: add test for validating fields
    
    ---------
    
    Co-authored-by: Bill <bluebill1049@hotmail.com>
    GorkemKir and bluebill1049 authored Aug 8, 2025
    Configuration menu
    Copy the full SHA
    155e67c View commit details
    Browse the repository at this point in the history
  2. 🥢 feat: extra form values by form state (#12936)

    * 🥢 feat: extra form values by form state
    
    * update unit test
    
    * update api extrator and type
    
    * function refactor
    
    * function refactor
    
    * fix test:coverage
    
    * use isObjectType
    
    * switch to object check
    bluebill1049 authored Aug 8, 2025
    Configuration menu
    Copy the full SHA
    b2a9545 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2025

  1. Configuration menu
    Copy the full SHA
    2307e99 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2025

  1. 🧪 chore: upgrade typescript-eslint (#13008)

    * chore: upgrade typescript-eslint
    
    * fix: update API extractor
    
    * fix: better types
    
    ---------
    
    Co-authored-by: Bill <bluebill1049@hotmail.com>
    abnud11 and bluebill1049 authored Aug 30, 2025
    Configuration menu
    Copy the full SHA
    68685a3 View commit details
    Browse the repository at this point in the history
  2. 🐞 fix: unregister previous field when switching conditional Controlle…

    …rs (#13041)
    
    * fix: unregister previous field name when name changes in useController
    
    * test: add test to prevent field value leakage when field names change in useController
    
    * Update useController.ts
    
    ---------
    
    Co-authored-by: Bill <bluebill1049@hotmail.com>
    m2na7 and bluebill1049 authored Aug 30, 2025
    Configuration menu
    Copy the full SHA
    c33b4c7 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2025

  1. 🦍 feat: improve get dirty fields logic (#13049)

    * feat: improve get dirty fields logic
    
    * remove more duplicated logic
    
    * more improvement
    
    * clean up a bit more
    bluebill1049 authored Sep 6, 2025
    Configuration menu
    Copy the full SHA
    f66438a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62b26d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66b7daf View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2025

  1. 🏔️ chore: major dev deps upgrade (#13053)

    * chore: upgrade rollup plugins
    
    * chore: upgrade jest deps
    
    * chore: upgrade deps
    
    * chore: upgrade github actions versions and Node version to 22
    abnud11 authored Sep 7, 2025
    Configuration menu
    Copy the full SHA
    4bfd420 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2025

  1. Configuration menu
    Copy the full SHA
    86a7fb3 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2025

  1. 7.63.0

    bluebill1049 committed Sep 19, 2025
    Configuration menu
    Copy the full SHA
    b5b7329 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2025

  1. 🚏 Support optional array fields in PathValueImpl type (#13057)

    * fix: check if undefined extends passed type in PathValueImpl and add it to final type
    
    * test: add tests to PathValue type, passing optional arrays as values
    
    * docs: update test types command in "Contributing" documentation
    
    ---------
    
    Co-authored-by: Bill <bluebill1049@hotmail.com>
    MPrieur-chaps and bluebill1049 authored Sep 20, 2025
    Configuration menu
    Copy the full SHA
    8d61561 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2025

  1. 🐞 fix: preserve Controller's defaultValue with shouldUnregister prop (#…

    …13063)
    
    * feat(tests): use reactStrictMode option instead React.StrictMode component
    
    * fix: preserve Controller defaultValue prop during field re-registration
    gynekolog authored Sep 24, 2025
    Configuration menu
    Copy the full SHA
    37f51ac View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2025

  1. Configuration menu
    Copy the full SHA
    23c699a View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2025

  1. 🥃 chore: upgrade dev deps (#13076)

    * 🥃 chore: upgrade dev deps
    
    * remove msw
    
    * Revert "remove msw"
    
    This reverts commit c610f5a.
    
    * remove msw
    bluebill1049 authored Oct 4, 2025
    Configuration menu
    Copy the full SHA
    6c3b8f7 View commit details
    Browse the repository at this point in the history
  2. 7.64.0

    bluebill1049 committed Oct 4, 2025
    Configuration menu
    Copy the full SHA
    87d8b77 View commit details
    Browse the repository at this point in the history
Loading