Skip to content

๐ŸŽ„ Version 7.49.0

Compare
Choose a tag to compare
@bluebill1049 bluebill1049 released this 09 Dec 20:59
· 58 commits to master since this release

๐Ÿ“ฎ feat: add reactive errors prop at useForm (#11188)

useForm({
  errors, // server errors
})

๐Ÿ–ฅ๏ธ feat: add react-server bundle (#11162)
๐Ÿ”ฉ chore: upgrade Node.js and pnpm (#11163)
๐Ÿช– feat: add ValidationModeFlags Type (#11144)
๐Ÿž fix #11267 disabled prop does not affect controller validation (#11273)
๐Ÿ”ง refactor(util function): Enhance Consistency in Utility Functions: Standardizing Export, Function Types, and Naming (#11268)
โŒจ๏ธ change type structure of UseFormHandleSubmit (#11245)
๐Ÿ“ฎ fix(#11239): Set fields disabled state based on form and field disabled (#11241)
๐Ÿข improved getDirtyFieldsFromDefaultValues type (#11238)
๐Ÿž fix #11229 issue with values not re-render the root form (#11231)
๐Ÿž fix #11218 useFieldArray focus issue with rules prop (#11221)
๐Ÿ”ง chore: improved isObjectType and swap (#11183)

thanks to @kotarella1110, @ssi02014, @thomasdbock, @mildfuzz and @Lennon57