All Versions
181
Latest Version
Avg Release Cycle
28 days
Latest Release
218 days ago

Changelog History
Page 1

  • v4.0.0-alpha.0 Changes

    November 02, 2022
    • โž• 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
  • v3.10.1 Changes

    October 07, 2022
    • ๐Ÿ›  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
  • v3.10.0 Changes

    July 25, 2022
    • โž• Added: Support for enums in GraphQLSchemaBridge. #1135
    • ๐Ÿ›  Fixed: Handling errors of fields with dots names in JSONSchemaBrdige. #1131
  • v3.10.0-rc.1 Changes

    June 10, 2022
    • โž• Added: Support for React v18. #1109
    • ๐Ÿ”„ Changed: All bridges calculate initial values (getInitialValue) for objects just like for arrays, i.e., recursively for all subfields. #1112
  • v3.10.0-rc.0 Changes

    May 30, 2022
    • โž• Added: New theme: uniforms-mui. #1054
    • โž• Added: Improved typings of SelectField in uniforms-material. #1111
  • v3.9.1 Changes

    April 26, 2022
    • โšก๏ธ Optimized: The kind="leaf" fields created using connectField will skip unnecessary context providers. #1108
  • v3.9.0 Changes

    April 22, 2022
    • โž• Added: Handling of type="date" in DateField. #1099
  • v3.8.1 Changes

    February 15, 2022
    • โž• Added: Fixed RegExp compatibility with Safari. #1088
  • v3.8.0 Changes

    February 12, 2022
    • โž• Added: Support of complex names in joinName. #963
  • v3.7.0 Changes

    December 18, 2021
    • โž• Added: New context property: formRef. #974
    • ๐Ÿ”„ Changed: Both minCount and maxCount JSON Schema properties are now registered in filterDOMProps by default. #981
    • ๐Ÿ”„ Changed: Return type of getNativeFormProps. #1037
    • ๐Ÿ›  Fixed: Error message when using useField without name. #976