Skip to content

5.0.0-beta.13

Pre-release
Pre-release

Choose a tag to compare

@heath-freenome heath-freenome released this 15 Nov 18:04
· 601 commits to main since this release

@rjsf/playground

  • Fix Vite development server #3228

@rjsf/validator-ajv8

  • Fix additionalProperties validation #3213
  • Report all schema errors thrown by Ajv. Previously, we would only report errors thrown for a missing meta-schema. This behavior is unchanged for @rjsf/validator-ajv6.
  • Disable Ajv strict mode by default.
  • Add RJSF-specific additional properties keywords to Ajv to prevent errors from being reported in strict mode.