v5.0.0-beta.6
Pre-release
Pre-release
@rjsf/bootstrap-4
@rjsf/core
- Added tests for the new
@rjsf/validator-ajv8to thevalidate_test.jsfile to ensure the validation works with both validator implementations
@rjsf/mui
- Fixed the
README.mdto correct the package name in several places to match the actual package
@rjsf/utils
- Fixed the
README.mdto remove references to ajv6 validator, adding link to theutility-functions.mdin the docs - Fixed the
README.mdto 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.mdto 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
Localizerfunction passed as a second parameter tocustomizeValidator(), fixing (#846, and #1195) - Fixed the
README.mdto correct the package name in several places to match the actual package
Dev / docs / playground
- Added two new validator selections,
AJV8andAJV8_esto 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
nullin certain cases.