@rjsf/bootstrap-4
@rjsf/core
- Added tests for the new
@rjsf/validator-ajv8
to thevalidate_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 theutility-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 (#2183)
@rjsf/validator-ajv6
- Fixed the
README.md
to correct the package name in several places to match the actual package
@rjsf/validator-ajv8
- Support for localization (L12n) on a customized validator using a
Localizer
function passed as a second parameter tocustomizeValidator()
, fixing (#846, and #1195) - Fixed the
README.md
to correct the package name in several places to match the actual package
Dev / docs / playground
- Added two new validator selections,
AJV8
andAJV8_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.