npm react-hook-form 7.28.0
Version 7.28.0

latest releases: 7.51.5, 7.51.4, 7.51.3...
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.