Skip to content

v1.7.0

Compare
Choose a tag to compare
@glasserc glasserc released this 16 Jul 01:14
4245c7b

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)