github react-hook-form/react-hook-form v7.28.0
Version 7.28.0

latest releases: v7.52.0, v7.51.5, v7.51.4...
2 years ago

๐Ÿฌ enable deps with string syntax (#7901)

register('test', { deps: 'theOtherInput' })
register('test', { deps: ['theOtherInput', 'others'] })

๐Ÿงท fix field array update to avoid external mutation
๐Ÿž fix #7960 issue on unset deeply nested array field (#7961)
๐Ÿž fix #7958 issue with checkbox plus portal (#7959)
๐Ÿ“ฆ unpack blob data type (#7937)

thanks to @DASPRiD and @Moshyfawn

Don't miss a new react-hook-form release

NewReleases is sending notifications on new releases.