react-jsonschema-form v1.4.0 Release Notes

Release Date: 2019-04-04 // about 5 years ago
  • ๐Ÿ†• New features

    • ๐Ÿ›  The errors argument in transformErrors now have a schemaPath (#1205). Fixes #838 and #818.
    • ๐Ÿ‘ Basic support for nullable types (#1213). This is a targeted fix that allows "type": [<T>, "null"] to be interpreted as "type": <T>.
    • โš  No longer throw an error, but log a warning instead, when properties in ui:order do not correspond to any property in the schema (#814).

    ๐Ÿ› Bug fixes

    • ๐Ÿ‘‰ Use plain text in playground demos (#1215).
    • โฌ‡๏ธ Reduce number of "empty" meaningless divs (#1218).
    • ๐Ÿ”€ Don't try to "merge" Files (#1234).
    • ๐Ÿ“š Documentation - no longer pass a schema attribute when rendering HTML (#946).
    • Document placeholder and autofocus widget props (#1223).
    • โž• Add the Mozilla Code of Conduct (#1240).