Skip to content

6.0.0-beta.15

Pre-release
Pre-release

Choose a tag to compare

@heath-freenome heath-freenome released this 27 Aug 19:56
· 43 commits to main since this release

@rjsf/chakra-ui

  • Updated package.json for to make lucide-react a dependency rather than a devDependency, fixing #4739

@rjsf/core

  • Updated ArrayField onSelectChange to not pass name in the path since the ObjectField 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 using nanoid and instead use lodash/uniqueId to fix #4762

@rjsf/shadcn

  • Update README.md with picture of the theme!
  • Allow passing className props to AddButton, BaseInputTemplate, CheckboxWidget, CheckboxesWidget, RadioWidget, SelectWidget, SubmitButton, TextareaWidget for extra Tailwind CSS customization through ui:className

@rjsf/utils

  • Updated getTestIds to stop using nanoid and instead use lodash/uniqueId to fix #4762

Dev / docs / playground

  • Removed nanoid from the build system and jest.config.js files