react-jsonschema-form v2.0.0-alpha.1 Release Notes

Release Date: 2019-11-09 // over 4 years ago
  • ๐Ÿ›  Alpha version of v2.0.0 is out! It's in alpha so we can iron out bug fixes and still add some other breaking changes if need be. Please check it out and give feedback!

    ๐Ÿ’ฅ Breaking changes

    • React 16+ is now a peer dependency (#1408)
    • ๐Ÿ‘ We no longer actively support Node version < 8 (#1462)
    • โœ‚ Removed setState, setImmediate, safeRenderCompletion helpers/hacks (#1454)
    • 0๏ธโƒฃ Inject defaults in arrays (#1499)

    ๐Ÿ”‹ Features

    • โž• Add material-ui theme in the main repo (#1420) (note: has not been fully integrated yet -- this will be fully integrated when we publish multiple packages with lerna - #1501)
    • โž• Add extraErrors prop for async validation (#1444)

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix issue with false as formData on radio components (#1438)
    • ๐Ÿ”’ Security patches (#1458, #1459)
    • Memo components in custom widgets and fields. (#1447)
    • ๐Ÿ—„ Introduce Form autoComplete attribute and deprecate autocomplete (#1483)
    • ๐Ÿ”€ Rewrite mergeSchemas to fix schema dependencies merging (#1476)
    • โšก๏ธ Update arrays correctly when changing index (#1485)
    • โšก๏ธ Update anyOf schema to correctly update items in an array (#1491)
    • โšก๏ธ Update schema to re-render when idschema changes (#1493)