New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@rjsf/core

Package Overview
Dependencies
Maintainers
2
Versions
126
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rjsf/core - npm Package Versions

1345
13

5.22.4

Diff
rjsf-bot
published 5.22.4 •

Changelog

Source

5.22.4

@rjsf/utils

  • Fixed issue with array schema defaults not applying properly when formData is an empty array, fixing #4335.

Dev / docs / playground

  • Fix issue 'Maximum call stack size exceeded' with playground share with large content.
rjsf-bot
published 5.22.3 •

Changelog

Source

5.22.3

@rjsf/utils

  • Fixed deep nested dependencies issue with assigning values to formData, fixing #4334
rjsf-bot
published 5.22.2 •

Changelog

Source

5.22.2

@rjsf/core

  • Fix an issue where only the first file was uploaded when users selected multiple files for upload.
  • Fixed validation regression Form not revalidating after formData change, fixing #4343

@rjsf/validator-ajv8

  • Fixed AJV8Validator#transformRJSFValidationErrors to replace the error message field with either the uiSchema's ui:title field if one exists or the parentSchema title if one exists. Fixes #4348
rjsf-bot
published 5.22.1 •

Changelog

Source

5.22.1

Dev / docs / playground

  • Bumped peer dependencies to 5.22.x due to updated type definition and API changes in @rjsf/utils
rjsf-bot
published 5.22.0 •

Changelog

Source

5.22.0

@rjsf/core

  • Updated MultiSchemaField to call the onChange handler after setting the new option, fixing #3997 and #4314

@rjsf/utils

  • Added experimental_customMergeAllOf option to retrieveSchema() and getDefaultFormState() to allow custom merging of allOf schemas
  • Made fields with const property pre-filled and readonly, fixing #2600
  • Added mergeDefaultsIntoFormData option to Experimental_DefaultFormStateBehavior type to control how to handle merging of defaults
  • Updated mergeDefaultsWithFormData() to add new optional defaultSupercedesUndefined that when true uses the defaults rather than undefined formData, fixing #4322
  • Updated getDefaultFormState() to pass true to mergeDefaultsWithFormData for defaultSupercedesUndefined when mergeDefaultsIntoFormData has the value useDefaultIfFormDataUndefined, fixing #4322
  • Updated getClosestMatchingOption() to improve the scoring of sub-property objects that are provided over ones that aren't, fixing #3997 and #4314

Dev / docs / playground

  • Updated the form-props.md to add documentation for the new experimental_customMergeAllOf props and the experimental_defaultFormStateBehavior.mergeDefaultsIntoFormData option
  • Updated the utility-functions.md to add documentation for the new optional defaultSupercedesUndefined parameter and the two missing optional fields on getDefaultFormState()
  • Updated the custom-templates.md to add a section header for wrapping BaseInputTemplate
  • Updated the playground to add controls for the new mergeDefaultsIntoFormData option
    • In the process, moved the Show Error List component over one column, making it inline radio buttons rather than a select
rjsf-bot
published 5.21.2 •

Changelog

Source

5.21.2

rjsf-bot
published 5.21.1 •

Changelog

Source

5.21.1

@rjsf/utils

  • Revert of updating deepEquals() from [#4292]

@validator-ajv8

  • Revert of using deepEquals() instead of lodash.isEqual() from [#4292]
rjsf-bot
published 5.21.0 •

Changelog

Source

5.21.0

rjsf-bot
published 5.20.1 •

Changelog

Source

5.20.1

Dev / docs / playground

  • Updated the peer dependencies to 5.20.x due to types and API changes in @rjsf/utils
rjsf-bot
published 6.0.0-alpha.0 •