Skip to content

Simplified `anyOf`/`oneOf` support

Choose a tag to compare

@CarstenWickner CarstenWickner released this 01 May 21:20
· 196 commits to master since this release
a28a825

Added

  • exporting helper function getFieldValueArrayFromSchemaGroup()
  • exporting helper function getCommonFieldValuesFromSchemaGroup()
  • exporting helper function getMaximumFieldValueFromSchemaGroup()
  • exporting helper function getMinimumFieldValueFromSchemaGroup()

Changed

  • not including anyOf or oneOf in <Inspector> prop parserConfig no longer hides the respective schema parts (always including everything)

Removed

  • "type" property in <Inspector> prop parserConfig.anyOf/parserConfig.oneOf (i.e. always "asAdditionalColumn" behaviour from now on)
  • undocumented export of helper function getFieldValueFromSchemaGroup(), one of the four new helper functions should be used instead