| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-21 | 1.4 kB | |
| Version 7.86.0 source code.tar.gz | 2026-08-21 | 3.3 MB | |
| Version 7.86.0 source code.zip | 2026-08-21 | 3.5 MB | |
| Totals: 3 Items | 6.8 MB | 0 | |
โจ Features
- Add type-safe
getErrorsmethod. (#13639, [#12853])
๐ Fixes
- Fix
useWatchreturning stale values when the watched name changes tonull. (#13668) - Fix
unregisterkeepDirtybehavior. (#13669) - Fix
setValuesfor fields registered under object or array values. (#13667) - Fix
Controllernotifications for field array item roots. (#13665) - Fix validation state checks. (#13661)
- Fix
setCustomValiditywithcriteriaMode: 'all'. (#13655) - Fix
File,Blob, andFileListhandling inflatten. (#13652) - Fix stale errors and touched state after updating a field array item. (#13650)
- Fix stale field names leaking into persisted
formState. (#13649)
๐ Performance
- Improve
createFormControlperformance. (#13648) - Improve
cloneObjectperformance. - Avoid unnecessary value cloning in
unregister. (#13662) - Improve performance in
onChange-heavy workloads.
๐งน Chores & Refactoring
- Remove unnecessary
anyusage. (#13660) - Improve TypeScript handling around checkbox values. (#13659)
- Improve UUID generation. (#13658)
- Clean up repository structure and APIs. (#13657)
- Remove unreachable revalidation logic in
useFieldArray. (#13654)
Thanks to @dfedoryshchev, @zigzagdev, @official-burak, @Jaybhade, @candymask0712, and @bluebill1049 for their contributions! ๐