Skip to content

5.23.2

Choose a tag to compare

@nickgros nickgros released this 15 Dec 15:18
· 179 commits to main since this release

@rjsf/core

  • Fix default value population when switching between options in MultiSchemaField #4375. Fixes #4367

@rjsf/utils

  • Short-circuit File and Date constructor access in isObject to optimize performance in scenarios where globalThis is a Proxy that incurs overhead for each class constructor access (#4413). Fixes #4409

@rjsf/validator-ajv8

  • Fixed issue where ui:title in anyOf/oneOf is not shown in error messages. Fixes #4368