@rjsf/antd
- Forward
requiredtoBaseInputTemplateso that required string and number fields render the HTMLrequiredattribute, fixing #3743
@rjsf/core
- Fixed a breaking change introduced in v6.4.0 where array properties with enum items no longer used
ui:enumNamesfrom the array property's uiSchema (#4985) - Passed
parentUiSchematoArrayFieldItemto maintainuiSchema, this prop was introduced recently but was not being passed - Fixed
extraErrorsnot displaying whencustomErrorsare also present (e.g., with array fields and controlledformData), fixing #4982
Dev / docs / playground
- Fixed scrolling of Monaco editors in the playground, fixing #4992