react-jsonschema-form v5.0.0-beta.6 Release Notes

  • @rjsf/bootstrap-4

    @rjsf/core

    • โž• Added tests for the new @rjsf/validator-ajv8 to the validate_test.js file to ensure the validation works with both validator implementations

    @rjsf/mui

    • ๐Ÿ›  Fixed the README.md to correct the package name in several places to match the actual package

    @rjsf/utils

    • ๐Ÿ›  Fixed the README.md to remove references to ajv6 validator, adding link to the utility-functions.md in the docs
    • ๐Ÿ›  Fixed the README.md to correct the package name in several places to match the actual package
    • โšก๏ธ Updated getDefaultFormState() so that oneOf and anyOf default values do not always use the first option when formData contains a better option, fixing (https://github.com/rjsf-team/react-jsonschema-form/issues/2183)

    @rjsf/validator-ajv6

    • ๐Ÿ›  Fixed the README.md to correct the package name in several places to match the actual package

    @rjsf/validator-ajv8

    ๐Ÿ“„ Dev / docs / playground

    • โž• Added two new validator selections, AJV8 and AJV8_es to the list of available validators for the playground; Using the second one will translate error messages to spanish.
    • ๐Ÿ“š Updated the validation documentation to clarify the case of empty strings being stored as null in certain cases.