react-jsonschema-form v1.7.0 Release Notes

Release Date: 2019-07-16 // almost 5 years ago
  • ๐Ÿ†• New features

    • Pass registry to ArrayFieldTemplate (#1317)
    • โž• Add "Omit extra data" prop (#1283), including a "live omit" option (#1332, #1356)
    • NumberField now has access to min and max props (#1341)
    • ๐Ÿ‘ Allow for a custom tag name to be used instead of form (#1345)
    • โž• Added properties ui:FieldTemplate, ui:ArrayFieldTemplate, and ui:ObjectFieldTemplate to uiSchema (#1152)

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fix nested dependencies updating (#1320)
    • Minor follow-ups from #1283 (#1331)
    • Pass formContext to SchemaField (#1330)
    • ๐Ÿ›  Fix bug where defaults are not applied correctly for anyOf/oneOf schemas (#1338)
    • ๐Ÿ“š Ensure all widgets are represented in documentation (#1350)
    • Array items now have unique, stable keys (#1335)
    • Prevent submits from propagating when forms are nested in other forms (#1336)
    • โšก๏ธ Update to Babel 7 (#1322)