Skip to content

Version 7.28.0

Compare
Choose a tag to compare
@bluebill1049 bluebill1049 released this 13 Mar 08:03
· 487 commits to master since this release

馃彫 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