vazco/uniforms v4.0.0-alpha.0 Release Notes
Release Date: 2022-11-02 // almost 2 years ago-
- โ Added: Zod integration. #1159
- ๐ฅ Breaking: Changed the way
getInitialValue
works withundefined
s. #1171 - ๐ฅ Breaking: Moved the
component
prop check from theAutoField
to thedefaultComponentDetector
. #1114 - ๐ฅ Breaking: Removed the
autoField
prop fromQuickForm
and its descendants. #980 - ๐ฅ Breaking: Removed the
props
argument fromgetInitialValue
. It also implies removal of theinitialCount
prop from all bridges andListField
s. #1048 - ๐ฅ Breaking:
AutoFields
renderFragment
instead ofdiv
by default. #1173