Skip to content

6.4.2

Choose a tag to compare

@heath-freenome heath-freenome released this 28 Mar 18:55
· 86 commits to main since this release

@rjsf/antd

  • Forward required to BaseInputTemplate so that required string and number fields render the HTML required attribute, fixing #3743

@rjsf/core

  • Fixed a breaking change introduced in v6.4.0 where array properties with enum items no longer used ui:enumNames from the array property's uiSchema (#4985)
  • Passed parentUiSchema to ArrayFieldItem to maintain uiSchema, this prop was introduced recently but was not being passed
  • Fixed extraErrors not displaying when customErrors are also present (e.g., with array fields and controlled formData), fixing #4982

Dev / docs / playground

  • Fixed scrolling of Monaco editors in the playground, fixing #4992