vazco/uniforms v4.0.0-alpha.0 Release Notes

Release Date: 2022-11-02 // over 1 year ago
    • โž• Added: Zod integration. #1159
    • ๐Ÿ’ฅ Breaking: Changed the way getInitialValue works with undefineds. #1171
    • ๐Ÿ’ฅ Breaking: Moved the component prop check from the AutoField to the defaultComponentDetector. #1114
    • ๐Ÿ’ฅ Breaking: Removed the autoField prop from QuickForm and its descendants. #980
    • ๐Ÿ’ฅ Breaking: Removed the props argument from getInitialValue. It also implies removal of the initialCount prop from all bridges and ListFields. #1048
    • ๐Ÿ’ฅ Breaking: AutoFields render Fragment instead of div by default. #1173

Previous changes from v3.10.1

    • ๐Ÿ›  Fixed: Problems with DateField not always formatting correctly. #1162
    • ๐Ÿ›  Fixed: Problems with DateField not always rendering correctly. #1138
    • ๐Ÿ›  Fixed: Warning when the form got unmounted during submit. #1152