-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Comparing changes
Open a pull request
base repository: react-hook-form/react-hook-form
base: v7.62.0
head repository: react-hook-form/react-hook-form
compare: v7.64.0
- 16 commits
- 58 files changed
- 9 contributors
Commits on Aug 8, 2025
-
🐞 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>
Configuration menu - View commit details
-
Copy full SHA for 155e67c - Browse repository at this point
Copy the full SHA 155e67cView commit details -
🥢 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
Configuration menu - View commit details
-
Copy full SHA for b2a9545 - Browse repository at this point
Copy the full SHA b2a9545View commit details
Commits on Aug 19, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 2307e99 - Browse repository at this point
Copy the full SHA 2307e99View commit details
Commits on Aug 30, 2025
-
🧪 chore: upgrade typescript-eslint (#13008)
* chore: upgrade typescript-eslint * fix: update API extractor * fix: better types --------- Co-authored-by: Bill <bluebill1049@hotmail.com>
Configuration menu - View commit details
-
Copy full SHA for 68685a3 - Browse repository at this point
Copy the full SHA 68685a3View commit details -
🐞 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>
Configuration menu - View commit details
-
Copy full SHA for c33b4c7 - Browse repository at this point
Copy the full SHA c33b4c7View commit details
Commits on Sep 6, 2025
-
🦍 feat: improve get dirty fields logic (#13049)
* feat: improve get dirty fields logic * remove more duplicated logic * more improvement * clean up a bit more
Configuration menu - View commit details
-
Copy full SHA for f66438a - Browse repository at this point
Copy the full SHA f66438aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 62b26d8 - Browse repository at this point
Copy the full SHA 62b26d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66b7daf - Browse repository at this point
Copy the full SHA 66b7dafView commit details
Commits on Sep 7, 2025
-
🏔️ 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
Configuration menu - View commit details
-
Copy full SHA for 4bfd420 - Browse repository at this point
Copy the full SHA 4bfd420View commit details
Commits on Sep 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 86a7fb3 - Browse repository at this point
Copy the full SHA 86a7fb3View commit details
Commits on Sep 19, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b5b7329 - Browse repository at this point
Copy the full SHA b5b7329View commit details
Commits on Sep 20, 2025
-
🚏 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>
Configuration menu - View commit details
-
Copy full SHA for 8d61561 - Browse repository at this point
Copy the full SHA 8d61561View commit details
Commits on Sep 24, 2025
-
🐞 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
Configuration menu - View commit details
-
Copy full SHA for 37f51ac - Browse repository at this point
Copy the full SHA 37f51acView commit details
Commits on Sep 29, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 23c699a - Browse repository at this point
Copy the full SHA 23c699aView commit details
Commits on Oct 4, 2025
-
🥃 chore: upgrade dev deps (#13076)
* 🥃 chore: upgrade dev deps * remove msw * Revert "remove msw" This reverts commit c610f5a. * remove msw
Configuration menu - View commit details
-
Copy full SHA for 6c3b8f7 - Browse repository at this point
Copy the full SHA 6c3b8f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87d8b77 - Browse repository at this point
Copy the full SHA 87d8b77View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v7.62.0...v7.64.0