๐ฌ 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