v7.67.0
🐞 fix(createFormControl): skip setValid() during batch array updates (#13140)
🐞 fix(Watch): correct render function parameter typing (#13108)
⚡ perf: reduce redundant property access in getDirtyFields (#13146)
🚏 Support optional array fields in PathValueImpl type (#13057)
🐞 fix(deepEqual): handle NaN comparison correctly using Object.is (#13120)
🧽 chore: removed unused utils and resp. test cases (#11476)
🥷 chore: improve type import (#12879)
🐞 fix: handle explicit "multipart/form-data" encType in Form Component (#12948)
🖥️ feat: add react-server bundle (#11162)
🧿 feat: `<Watch />` component (#12986)
🐞 fix: preserve Controller's defaultValue with shouldUnregister prop (#13063)
🐞 fix: respect parent-provided useFieldArray rules (#13082) (#13083)
🐞 fix(useForm): recompute isValid after reset when values update asynchronously (#13126)
📜 docs: update React Context reference in useFormContext documentation (#13111)
🐞 fix(build): Remove React wildcard import to resolve ESM build issues (#12942)
🎥 feat: make `useWatch` and `useController` to react to `name` change (#13070)