@rjsf/chakra-ui
- Updated
package.json
for to makelucide-react
a dependency rather than a devDependency, fixing #4739
@rjsf/core
- Updated
ArrayField
onSelectChange
to not passname
in thepath
since theObjectField
will automatically add it #4733 - Updated
Form
to optimize the need for live validation in an attempt to improve performance, potentially fixing #3616
@rjsf/semantic-ui
- Updated
ArrayField
to stop usingnanoid
and instead uselodash/uniqueId
to fix #4762
@rjsf/shadcn
- Update
README.md
with picture of the theme! - Allow passing
className
props toAddButton
,BaseInputTemplate
,CheckboxWidget
,CheckboxesWidget
,RadioWidget
,SelectWidget
,SubmitButton
,TextareaWidget
for extra Tailwind CSS customization throughui:className
@rjsf/utils
- Updated
getTestIds
to stop usingnanoid
and instead uselodash/uniqueId
to fix #4762
Dev / docs / playground
- Removed
nanoid
from the build system andjest.config.js
files