@rjsf/core
- fix
getFieldNames
. Now correctly defines an array of primitives.
@rjsf/validator-ajv6
- Updated the
AJV6Validator
class to expose the internalajv
object, allowing access to support a fix related to #3972
@rjsf/validator-ajv8
- Updated the
AJV8Validator
class to expose the internalajv
object, allowing access to support a fix related to #3972
Dev / docs / playground
- Updated the documentation to describe how to use the newly exposed
ajv
variable