@rjsf/material-ui
Advanced tools
Changelog
5.24.5
package.json
to remove node
from the exports
block to fix ESM supportChangelog
5.24.4
experimental_customMergeAllOf
argument to ensureFormDataMatchingSchema
introduced by 4388exports
to each public package.json
tsc-alias
to add .js
onto all ESM importsChangelog
5.24.2
lodash.isEqualWith
to fast-equals.createCustomEqual
providing areFunctionsEqual
assuming any functions are equal.Changelog
5.24.1
getChangedFields()
@rjsf/*
to be 5.24.x
getChangedFields()
Changelog
5.24.0
lodash.isEqual()
to @rjsf/utils.deepEquals
.title
or ui:title
. This fix only applicable if we use an ajv-i18n localizer. Ref. #4402.lodash.isEqual()
to @rjsf/utils.deepEquals
at precompiledValidator.Changelog
5.23.2
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 #4409ui:title
in anyOf/oneOf is not shown in error messages. Fixes #4368Changelog
5.23.1
package.json
to restrict @chakra-ui/react
's peer dependency to be < 3.0.0, fixing #4390NumberField
to properly pass through the errorSchema
and id
in the onChange handler, fixing #4382@rjsf/*
to be 5.23.x