Skip to content

v2.5.0

Choose a tag to compare

@epicfaace epicfaace released this 08 Mar 21:08

@rjsf/core

  • Fix missing ArrayFieldTemplate export (#2231)
  • Make formData accessible in a custom FieldTemplate (#2236)
  • Pass the onChange handler to the FieldTemplate (#2243)
  • Pass oneOf / anyOf subschemas to altSchema optionsList (#2156)

@rjsf/antd theme

  • Fix placeholder not being passed to inputs across most themes (#2200)

@rjsf/bootstrap-4 theme

  • Fix placeholder not being passed to inputs across most themes (#2200)

@rjsf/fluent-ui theme

  • Fix placeholder not being passed to inputs across most themes (#2200)

@rjsf/material-ui theme

  • Fix array button icon wrapping (#1994)
  • Fix placeholder not being passed to inputs across most themes (#2200)

@rjsf/semantic-ui theme

  • Fix placeholder not being passed to inputs across most themes (#2200)

Dev / docs / playground

  • Docs: fix invalid Markdown in Form props reference (#2235)
  • Fix: playground crashes when input is cleared (#2257)
  • Docs: fixed link to ajv issue on incorrect schemaPath (#2263)